A lighweight, pymongo-based framework for easily storing and retrieving experiment parameters.
Current only the bleeding edge is available for download via:
pip install git+https://github.com/avicennax/sirang.git
Or if you prefer to, you can clone the repo and manually install it with:
git clone https://github.com/avicennax/sirang.git
cd sirang
pip install .
- mongodb
- pymongo
- pytest (optional)
- Ensure MongoDB is correctly installed, see: https://docs.mongodb.com/manual/installation/
- Install Sirang using the instructions above.
- Check out the toy examples to see how to use Sirang.