Metadata-Version: 2.4
Name: ocdsindex
Version: 0.4.1
Summary: A command-line tool and library to index OCDS documentation in Elasticsearch
Author-email: Open Contracting Partnership <data@open-contracting.org>
License: BSD
Project-URL: Homepage, https://github.com/open-contracting/ocds-index
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: click
Requires-Dist: elasticsearch[requests]<10,>=9
Requires-Dist: lxml
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

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

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

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/actions/workflows/ci.yml/badge.svg
   :target: https://github.com/open-contracting/ocds-index/actions/workflows/ci.yml
.. |Coverage Status| image:: https://codecov.io/github/open-contracting/ocds-index/graph/badge.svg
   :target: https://codecov.io/github/open-contracting/ocds-index
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/ocdsindex.svg
   :target: https://pypi.org/project/ocdsindex/
