Metadata-Version: 2.1
Name: ocdskit
Version: 0.2.19
Summary: A suite of command-line tools for working with OCDS data
Home-page: https://github.com/open-contracting/ocdskit
Author: Open Contracting Partnership
Author-email: data@open-contracting.org
License: BSD
Description: |PyPI Version| |Build Status| |Lint Status| |Coverage Status| |Python Version|
        
        A suite of command-line tools for working with OCDS data to:
        
        * create compiled releases, versioned releases and record packages
        * upgrade from an old version of OCDS to a new version
        * detect the format of an OCDS file
        * wrap releases in a release package, or records in a record package
        * combine small packages into large packages
        * split large packages into small packages
        * load packages into a database
        * validate JSON data against a JSON schema
        * generate a spreadsheet version of a JSON schema
        
        If you are viewing this on GitHub or PyPi, open the `full documentation <https://ocdskit.readthedocs.io/>`__ for additional details.
        
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/ocdskit.svg
           :target: https://pypi.org/project/ocdskit/
        .. |Build Status| image:: https://github.com/open-contracting/ocdskit/workflows/CI/badge.svg
        .. |Lint Status| image:: https://github.com/open-contracting/ocdskit/workflows/Lint/badge.svg
        .. |Coverage Status| image:: https://coveralls.io/repos/github/open-contracting/ocdskit/badge.svg?branch=master
           :target: https://coveralls.io/github/open-contracting/ocdskit?branch=master
        .. |Python Version| image:: https://img.shields.io/pypi/pyversions/ocdskit.svg
           :target: https://pypi.org/project/ocdskit/
        
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
Provides-Extra: test
Provides-Extra: perf
Provides-Extra: docs
