Metadata-Version: 2.4
Name: jscc
Version: 0.4.0
Summary: Tools for data standards that use JSON Schema and CSV codelists
Author-email: Open Contracting Partnership and Open Data Services Co-operative Limited <data@open-contracting.org>
License: BSD
Project-URL: Homepage, https://github.com/open-contracting/jscc
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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 :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: json-merge-patch
Requires-Dist: jsonref>=1
Requires-Dist: requests
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: jsonschema; extra == "test"
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

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