Metadata-Version: 2.1
Name: ocdsextensionregistry
Version: 0.3.7
Summary: Eases access to information from the extension registry of the Open Contracting Data Standard
Home-page: https://github.com/open-contracting/extension_registry.py
Author: Open Contracting Partnership
Author-email: data@open-contracting.org
License: BSD
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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
Provides-Extra: cli
License-File: LICENSE

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

This Python package eases access to information about extensions in the `Open Contracting Data Standard <https://standard.open-contracting.org>`__'s `extension registry <https://github.com/open-contracting/extension_registry>`__.

It includes Python classes for programmatic access, as well as a suite of command-line tools which can:

* download any versions of extensions
* generate POT files (message catalogs) from extension files, as part of a translation worlflow
* generate a data file in JSON format, that provides all the information about versions of extensions

The basic package includes only the Python classes for programmatic access:

.. code-block:: bash

    pip install ocdsextensionregistry

To install the command-line tools, `follow these instructions <https://ocdsextensionregistry.readthedocs.io/en/latest/cli.html>`__.

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

.. |PyPI Version| image:: https://img.shields.io/pypi/v/ocdsextensionregistry.svg
   :target: https://pypi.org/project/ocdsextensionregistry/
.. |Build Status| image:: https://github.com/open-contracting/extension_registry.py/workflows/CI/badge.svg
   :target: https://github.com/open-contracting/extension_registry.py/actions?query=workflow%3ACI
.. |Coverage Status| image:: https://coveralls.io/repos/github/open-contracting/extension_registry.py/badge.svg?branch=main
   :target: https://coveralls.io/github/open-contracting/extension_registry.py?branch=main
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/ocdsextensionregistry.svg
   :target: https://pypi.org/project/ocdsextensionregistry/
