Metadata-Version: 2.1
Name: datanator-query-python
Version: 0.0.3
Summary: A package to query and format the data in the integrated Datanator database
Home-page: https://github.com/KarrLab/datanator_query_python
Author: Karr Lab
Author-email: info@karrlab.org
License: MIT
Download-URL: https://github.com/KarrLab/datanator_query_python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Dist: Jinja2 (==2.10.1)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: aniso8601 (==7.0.0)
Requires-Dist: attrs (==19.1.0)
Requires-Dist: cement (>=3.0.0)
Requires-Dist: click (==7.0)
Requires-Dist: configparser (==3.7.4)
Requires-Dist: genson (==1.1.0)
Requires-Dist: glob2 (==0.7)
Requires-Dist: itsdangerous (==1.1.0)
Requires-Dist: numpy (==1.16.4)
Requires-Dist: pep8 (==1.7.1)
Requires-Dist: pkg-utils (==0.0.4)
Requires-Dist: pymongo (==3.9.0)
Requires-Dist: pyrsistent (==0.15.4)
Requires-Dist: python-dotenv (==0.10.3)
Requires-Dist: pytz (==2019.1)
Requires-Dist: requirements-parser (==0.2.0)
Requires-Dist: six (==1.12.0)
Provides-Extra: all
Requires-Dist: capturer ; extra == 'all'
Requires-Dist: mock ; extra == 'all'
Requires-Dist: sphinx (>=1.8) ; extra == 'all'
Requires-Dist: sphinx-fontawesome ; extra == 'all'
Requires-Dist: sphinx-rtd-theme (>=0.4.2) ; extra == 'all'
Requires-Dist: sphinxcontrib-addmetahtml (>=0.1.1) ; extra == 'all'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'all'
Requires-Dist: sphinxcontrib-googleanalytics (>=0.1.1) ; extra == 'all'
Requires-Dist: sphinxcontrib-spelling ; extra == 'all'
Requires-Dist: sphinxprettysearchresults ; extra == 'all'
Provides-Extra: docs
Requires-Dist: sphinx (>=1.8) ; extra == 'docs'
Requires-Dist: sphinx-fontawesome ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.4.2) ; extra == 'docs'
Requires-Dist: sphinxcontrib-addmetahtml (>=0.1.1) ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'docs'
Requires-Dist: sphinxcontrib-googleanalytics (>=0.1.1) ; extra == 'docs'
Requires-Dist: sphinxcontrib-spelling ; extra == 'docs'
Requires-Dist: sphinxprettysearchresults ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: capturer ; extra == 'tests'
Requires-Dist: mock ; extra == 'tests'

|Documentation| |Test results| |Test coverage| |Code analysis| |License|
|Analytics|

datanator_query_python
======================

Write an overview

Installation
------------

1. Install dependencies
2. Install the latest release from PyPI

::

   pip install datanator_query_python.git[all]

3. Install the latest revision from GitHub

::

   pip install git+https://github.com/KarrLab/datanator_query_python.git#egg=datanator_query_python[all]

Documentation
-------------

Please see the `API
documentation <https://docs.karrlab.org/datanator_query_python>`__.

License
-------

The package is released under the `MIT license <LICENSE>`__.

Development team
----------------

This package was developed by the `Karr Lab <https://www.karrlab.org>`__
at the Icahn School of Medicine at Mount Sinai in New York, USA.

Questions and comments
----------------------

Please contact the `Karr Lab <mailto:info@karrlab.org>`__ with any
questions or comments.

.. |Documentation| image:: https://readthedocs.org/projects/datanator-query-python/badge/?version=latest
   :target: https://docs.karrlab.org/datanator_query_python
.. |Test results| image:: https://circleci.com/gh/KarrLab/datanator_query_python.svg?style=shield
   :target: https://circleci.com/gh/KarrLab/datanator_query_python
.. |Test coverage| image:: https://coveralls.io/repos/github/KarrLab/datanator_query_python/badge.svg
   :target: https://coveralls.io/github/KarrLab/datanator_query_python
.. |Code analysis| image:: https://api.codeclimate.com/v1/badges/141d01cec991d17ed5ab/maintainability
   :target: https://codeclimate.com/github/KarrLab/datanator_query_python
.. |License| image:: https://img.shields.io/github/license/KarrLab/datanator_query_python.svg
   :target: LICENSE
.. |Analytics| image:: https://ga-beacon.appspot.com/UA-86759801-1/datanator_query_python/README.md?pixel



