Metadata-Version: 2.1
Name: ocdsindex
Version: 0.0.7
Summary: A command-line tool and library to index OCDS documentation in Elasticsearch
Home-page: https://github.com/open-contracting/ocds-index
Author: Open Contracting Partnership
Author-email: data@open-contracting.org
License: BSD
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
Requires-Dist: click
Requires-Dist: elasticsearch (<8,>=7)
Requires-Dist: lxml
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-autobuild ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: black (==20.8b1) ; extra == 'test'
Requires-Dist: coveralls ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

|PyPI Version| |Build Status| |Lint Status| |Coverage Status| |Python Version|

This Python package provides a command-line tool and library to index OCDS documentation in Elasticsearch 7.x.

To install:

.. code-block:: bash

   pip install ocdsindex

If you are viewing this on GitHub or PyPI, open the `full documentation <https://ocds-index.readthedocs.io/>`__ for additional details.

.. |PyPI Version| image:: https://img.shields.io/pypi/v/ocdsindex.svg
   :target: https://pypi.org/project/ocdsindex/
.. |Build Status| image:: https://github.com/open-contracting/ocds-index/workflows/CI/badge.svg
.. |Lint Status| image:: https://github.com/open-contracting/ocds-index/workflows/Lint/badge.svg
.. |Coverage Status| image:: https://coveralls.io/repos/github/open-contracting/ocds-index/badge.svg?branch=main
   :target: https://coveralls.io/github/open-contracting/ocds-index?branch=main
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/ocdsindex.svg
   :target: https://pypi.org/project/ocdsindex/


