Metadata-Version: 2.4
Name: ocdsnightingale
Version: 0.0.2
Summary: Transform flat data from a SQLite database into the Open Contracting Data Standard (OCDS) format.
Author-email: Open Contracting Partnership <data@open-contracting.org>
License: BSD
Project-URL: Homepage, https://github.com/open-contracting/nightingale
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: click
Requires-Dist: click-pathlib
Requires-Dist: dict_hash
Requires-Dist: ocdskit
Requires-Dist: openpyxl
Requires-Dist: pydantic
Requires-Dist: simplejson
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Provides-Extra: types
Requires-Dist: mypy; extra == "types"
Requires-Dist: types-openpyxl; extra == "types"
Requires-Dist: types-simplejson; extra == "types"
Dynamic: license-file

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

Nightingale transforms flat data from a SQLite database into the Open Contracting Data Standard (OCDS) format, in a configuration-driven approach.

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

.. |PyPI Version| image:: https://img.shields.io/pypi/v/ocdsnightingale.svg
   :target: https://pypi.org/project/ocdsnightingale/
.. |Build Status| image:: https://github.com/open-contracting/nightingale/actions/workflows/ci.yml/badge.svg
   :target: https://github.com/open-contracting/nightingale/actions/workflows/ci.yml
.. |Coverage Status| image:: https://codecov.io/github/open-contracting/nightingale/graph/badge.svg
   :target: https://codecov.io/github/open-contracting/nightingale
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/ocdsnightingale.svg
   :target: https://pypi.org/project/ocdsnightingale/
