Multiuser-aware key/value store built using the Agave metadata API
- Documentation: https://agavedb.readthedocs.io/en/latest/
- GitHub: https://github.com/TACC/agavedb
- PyPI: https://pypi.python.org/pypi/agavedb
- Free software: 3-Clause BSD License
Install from PyPI
pip install agavedb
Install from GitHub checkout:
cd agavedb python setup.py install
Tests are implemented using tox. To run them, just type tox