Metadata-Version: 2.1
Name: agavedb
Version: 0.4.2
Summary: Multiuser-aware key/value store built atop AgaveAPI metadata
Home-page: https://github.com/TACC/agavedb
Author: Matthew W. Vaughn
Author-email: vaughn@tacc.utexas.edu
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Environment :: Other Environment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: attrdict (>=2.0.0)
Requires-Dist: agavepy (>=0.7.0)
Requires-Dist: hashids (>=1.2.0)

=======
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



