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
Description: |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/
        
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
Provides-Extra: test
Provides-Extra: docs
