Metadata-Version: 2.1
Name: amostra
Version: 1.0.1
Summary: Sample management backed by MongoDB
Home-page: https://github.com/danielballan/amostra
Author: Amostra Contributors
Author-email: dallan@bnl.gov
License: BSD (3-clause)
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Provides-Extra: complete
Provides-Extra: local
Provides-Extra: server
Provides-Extra: client
Requires-Dist: jsonschema
Requires-Dist: traitlets
Provides-Extra: client
Requires-Dist: requests; extra == 'client'
Provides-Extra: complete
Requires-Dist: pymongo; extra == 'complete'
Requires-Dist: requests; extra == 'complete'
Requires-Dist: tornado; extra == 'complete'
Provides-Extra: local
Requires-Dist: pymongo; extra == 'local'
Provides-Extra: server
Requires-Dist: tornado; extra == 'server'
Requires-Dist: pymongo; extra == 'server'

===============================
Amostra
===============================

.. image:: https://img.shields.io/travis/danielballan/amostra.svg
        :target: https://travis-ci.org/danielballan/amostra

.. image:: https://img.shields.io/pypi/v/amostra.svg
        :target: https://pypi.python.org/pypi/amostra


Sample management backed by MongoDB

* Free software: 3-clause BSD license
* Documentation: (COMING SOON!) https://danielballan.github.io/amostra.

Features
--------

* TODO


