open-contracting / extension_registry.py

Eases access to information from the extension registry of the Open Contracting Data Standard
https://ocdsextensionregistry.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

|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:

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/actions/workflows/ci.yml/badge.svg :target: https://github.com/open-contracting/extension_registry.py/actions/workflows/ci.yml .. |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/