Metadata-Version: 2.1
Name: jscc
Version: 0.0.5
Summary: Tools for data standards that use JSON Schema and CSV codelists
Home-page: https://github.com/open-contracting/jscc
Author: Open Contracting Partnership and Open Data Services Co-operative Limited
Author-email: data@open-contracting.org
License: BSD
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
Requires-Dist: json-merge-patch
Requires-Dist: jsonref
Requires-Dist: jsonschema
Requires-Dist: requests
Requires-Dist: rfc3987
Requires-Dist: strict-rfc3339
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-autobuild ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: coveralls ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-vcr ; extra == 'test'

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

This Python package provides methods for testing standards that use JSON Schema and CSV codelists with `custom JSON Schema properties <https://os4d.opendataservices.coop/development/schema/#extended-json-schema>`__, like:

* Open Contracting Data Standard (OCDS), plus its extensions and profiles
* Open Contracting for Infrastructure Data Standard (OC4IDS)
* Beneficial Ownership Data Standard (BODS)
* Social Investment Data Lab Specification (SEDL)

The following packages also support multiple standards:

* `OCDS Babel <https://ocds-babel.readthedocs.io/en/latest/>`__, which provides Babel extractors and translation methods
* `OCDS Kit <https://ocdskit.readthedocs.io/en/latest/>`__, which provides `commands <https://ocdskit.readthedocs.io/en/latest/cli/schema.html>`__ for transforming JSON Schema, and methods for `creating a mapping sheet <https://ocdskit.readthedocs.io/en/latest/api/mapping_sheet.html>`__ and for `yielding a schema's fields <https://ocdskit.readthedocs.io/en/latest/api/schema.html>`__.

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

.. |PyPI Version| image:: https://img.shields.io/pypi/v/jscc.svg
   :target: https://pypi.org/project/jscc/
.. |Build Status| image:: https://github.com/open-contracting/jscc/workflows/CI/badge.svg
.. |Lint Status| image:: https://github.com/open-contracting/jscc/workflows/Lint/badge.svg
.. |Coverage Status| image:: https://coveralls.io/repos/github/open-contracting/jscc/badge.svg?branch=main
   :target: https://coveralls.io/github/open-contracting/jscc?branch=main
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/jscc.svg
   :target: https://pypi.org/project/jscc/


