Metadata-Version: 2.1
Name: ocdsindex
Version: 0.0.3
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
Description: |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/
        
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
Provides-Extra: test
Provides-Extra: docs
