Metadata-Version: 2.1
Name: ocdsindex
Version: 0.1.1
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
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/x-rst
Provides-Extra: test
Provides-Extra: docs
License-File: LICENSE

|PyPI Version| |Build 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
   :target: https://github.com/open-contracting/ocds-index/actions?query=workflow%3ACI
.. |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/
