OCDS Kit 1.2.0ΒΆ
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
generate a spreadsheet version of a JSON schema
Tip
Want to download OCDS data? Use the OCP Data Registry.
If you are viewing this on GitHub or PyPI, open the full documentation for additional details.
Check out the tutorial for an interactive guide to installing and using OCDS Kit.
To install:
pip install ocdskit
To improve performance, install as pip install ocdskit[perf]
, unless you are using PyPy.
OCDS Kit requires a supported version of Python 3. Users with Python 2 as their default Python interpreter must either run pip3 install ocdskit
, set up a Python 3 virtual environment, or use OCDS Kit within a Docker container.
OCDS Kit can be used either via its command-line interface or as a Python library.
- Command-Line Interface
- API Reference
- Contributing
- Changelog
- 1.2.0 (2024-09-15)
- 1.1.13 (2024-05-08)
- 1.1.12 (2024-05-07)
- 1.1.11 (2024-05-01)
- 1.1.10 (2024-04-15)
- 1.1.9 (2024-01-05)
- 1.1.8 (2023-06-26)
- 1.1.7 (2023-06-13)
- 1.1.6 (2023-06-08)
- 1.1.5 (2023-04-20)
- 1.1.4 (2023-02-07)
- 1.1.3 (2022-10-20)
- 1.1.2 (2022-10-06)
- 1.1.1 (2022-08-17)
- 1.1.0 (2022-08-16)
- 1.0.4 (2022-02-10)
- 1.0.3 (2021-12-18)
- 1.0.2 (2021-06-29)
- 1.0.1 (2021-06-16)
- 1.0.0 (2021-05-19)
- 0.2.23 (2021-05-06)
- 0.2.22 (2021-04-23)
- 0.2.21 (2021-04-10)
- 0.2.20 (2021-02-19)
- 0.2.19 (2021-02-16)
- 0.2.18 (2020-12-15)
- 0.2.17 (2020-12-11)
- 0.2.16 (2020-10-06)
- 0.2.15 (2020-09-30)
- 0.2.14 (2020-09-16)
- 0.2.13 (2020-09-16)
- 0.2.12 (2020-08-19)
- 0.2.11 (2020-08-12)
- 0.2.10 (2020-07-28)
- 0.2.9 (2020-07-08)
- 0.2.8 (2020-04-29)
- 0.2.7 (2020-04-23)
- 0.2.6 (2020-04-15)
- 0.2.5 (2020-04-14)
- 0.2.4 (2020-03-19)
- 0.2.3 (2020-03-19)
- 0.2.2 (2020-01-07)
- 0.2.1 (2020-01-06)
- 0.2.0 (2019-12-31)
- 0.1.5 (2019-12-18)
- 0.1.4 (2019-11-28)
- 0.1.3 (2019-09-26)
- 0.1.2 (2019-09-25)
- 0.1.1 (2019-09-19)
- 0.1.0 (2019-09-17)
- 0.0.5 (2019-01-11)
- 0.0.4 (2018-11-23)
- 0.0.3 (2018-11-01)
- 0.0.2 (2018-03-14)
- 0.0.1 (2017-12-25)
Copyright (c) 2017 Open Contracting Partnership, released under the BSD license