https://github.com/tacc/agavedb
Multiuser-aware key/value store built using the Agave metadata web service API.
https://github.com/tacc/agavedb
agaveapi key-value-store python tacc
Last synced: 8 months ago
JSON representation
Multiuser-aware key/value store built using the Agave metadata web service API.
- Host: GitHub
- URL: https://github.com/tacc/agavedb
- Owner: TACC
- License: other
- Created: 2018-02-06T22:13:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T22:15:10.000Z (about 8 years ago)
- Last Synced: 2025-09-11T08:28:19.690Z (9 months ago)
- Topics: agaveapi, key-value-store, python, tacc
- Language: Python
- Size: 179 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
=======
AgaveDB
=======
.. image:: https://badge.fury.io/py/agavedb.svg
:target: http://badge.fury.io/py/agavedb
.. image:: https://travis-ci.org/TACC/agavedb.svg?branch=master
:target: https://travis-ci.org/TACC/agavedb
.. image:: https://readthedocs.org/projects/agavedb/badge/?version=latest
:target: https://readthedocs.org/projects/agavedb/?badge=latest
.. image:: https://img.shields.io/pypi/l/Django.svg
:target: https://raw.githubusercontent.com/TACC/agavedb/master/LICENSE
**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
Installation
============
Install from PyPI_ ::
pip install agavedb
Install from GitHub checkout::
cd agavedb
python setup.py install
Tests
=====
Tests are implemented using tox_. To run them, just type ``tox``
.. _PyPI: https://pypi.python.org/pypi/agavedb
.. _tox: https://tox.readthedocs.io/en/latest