Metadata-Version: 2.1
Name: nedrex
Version: 0.1.4
Summary: A Python library for interfacing with the NeDRex API
License: MIT
Keywords: nedrex
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: lint
Provides-Extra: test
License-File: LICENSE
License-File: AUTHORS.rst

=============
python-nedrex
=============


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

.. .. image:: https://img.shields.io/travis/james-skelton/python_nedrex.svg
..         :target: https://travis-ci.com/james-skelton/python_nedrex

.. .. image:: https://readthedocs.org/projects/python-nedrex/badge/?version=latest
..         :target: https://python-nedrex.readthedocs.io/en/latest/?version=latest
..         :alt: Documentation Status


A Python library for interfacing with the NeDRex API.

The MIT license provided in this repository refers **only** to the Python library.
Access to the data in an instance of the NeDRex database is licensed separately on a per-instance basis.

* Free software: MIT license

.. * Documentation: https://docs.google.com/document/d/1nUngfKSXkqPi_EPaD9d1w3M0SVAuhj6PY4tRMgA8RMk/edit?usp=sharing
.. * Documentation: https://python-nedrex.readthedocs.io.


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

=======
History
=======

0.1.0 (2022-02-23)
------------------

* First release on PyPI.
