Metadata-Version: 2.1
Name: spoonbill
Version: 1.0.12
Summary: Converts data that conforms to the Open Contracting Data Standard from JSON to Excel / CSV
Home-page: https://github.com/open-contracting/spoonbill
Author: Open Contracting Partnership
Author-email: data@open-contracting.org
License: BSD
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: click
Requires-Dist: click_logging
Requires-Dist: flatten-dict
Requires-Dist: ijson>=2.5
Requires-Dist: jsonref
Requires-Dist: ocdsextensionregistry
Requires-Dist: ocdskit>=1.0.1
Requires-Dist: requests
Requires-Dist: scalpl
Requires-Dist: setuptools
Requires-Dist: xlsxwriter
Requires-Dist: dataclasses; python_version < "3.7"
Provides-Extra: test
Requires-Dist: coveralls; extra == "test"
Requires-Dist: jsonpointer; extra == "test"
Requires-Dist: jmespath; extra == "test"
Requires-Dist: openpyxl; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: sphinx_click; extra == "docs"

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

Spoonbill converts data that conforms to the `Open Contracting Data Standard (OCDS) <https://standard.open-contracting.org/latest/en/>`__ from JSON to Excel / CSV ("tables", hereafter). This is also known as "flattening" a JSON file.

If you are viewing this on GitHub or PyPI, open the `full documentation <https://open-contracting.github.io/spoonbill/>`__ for additional details.

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