Laboratory computational resource management
Project description
# BotBot [![Build Status](https://travis-ci.org/jackstanek/BotBot.svg?branch=master)](https://travis-ci.org/jackstanek/BotBot)
A manager for lab computational resources.
# Functionality
Ensures all files in a shared folder are group readable.
Encourages users to use symbolic links instead of copying large files.
Suggests file compression when appropriate to save space.
Modular design allowing for easy extension.
# Installation
## Automatic
Pretty simple:
`pip install botbot`
## Manual
If you want the latest and greatest development code, go ahead and clone this repo:
` git clone https://github.com/jackstanek/BotBot.git cd BotBot python setup.py install `
# Configuration
BotBot uses 2 primary configuration files: ~/.botbotignore and ~/.botbot/botbot.conf.
## .botbotignore
This is a list of files that BotBot won’t check. It is similar in structure to a .gitignore file, but it’s a bit simpler. Instead of git’s structure, each line is a string which can be handled by the Python built-in [glob](https://docs.python.org/3/library/glob.html) module. Anything after a # character will be ignored, so these can be used to add comments.
## .botbot/botbot.conf
Configuration variables are stored here. The file is an .ini-style configuration formatted file. The variables are stored in sections as follows:
- [checks]
oldage: defines how many days old a file must be to be considered “old”.
largesize: defines how many bytes large a file must be to be considered “large”.
# Testing
BotBot uses pytest as its test suite. To run the tests, run `py.test` in the project root directory.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file BotBot-0.1.0.tar.gz
.
File metadata
- Download URL: BotBot-0.1.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcadf3fa8caef3a080f67a0eda86c4654724fa68de08c083f5868fcb5d19ca96 |
|
MD5 | 906679b66a15f238549c6043c204f0b2 |
|
BLAKE2b-256 | 2087de33fcd96841d953e9c228efa5f7616664adf59b45e8ce80cc6db1a379c4 |