OCDS Extension Registry Python Package 0.4.0¶
This Python package eases access to information about extensions in the Open Contracting Data Standard’s extension registry.
It includes Python classes for programmatic access, as well as a suite of command-line tools which can:
download any versions of extensions
generate POT files (message catalogs) from extension files, as part of a translation worlflow
generate a data file in JSON format, that provides all the information about versions of extensions
The basic package includes only the Python classes for programmatic access:
pip install ocdsextensionregistry
To install the command-line tools, follow these instructions.
If you are viewing this on GitHub or PyPI, open the full documentation for additional details.
- Command-Line Interface
- Translation
- API Reference
- Changelog
- 0.4.0 (2024-09-15)
- 0.3.8 (2023-07-20)
- 0.3.7 (2023-07-19)
- 0.3.6 (2023-07-12)
- 0.3.5 (2023-07-12)
- 0.3.4 (2023-07-08)
- 0.3.3 (2023-07-07)
- 0.3.2 (2023-07-07)
- 0.3.1 (2023-07-07)
- 0.3.0 (2023-07-06)
- 0.2.2 (2023-06-05)
- 0.2.1 (2023-05-24)
- 0.2.0 (2022-10-29)
- 0.1.14 (2022-09-07)
- 0.1.13 (2022-06-20)
- 0.1.12 (2022-04-06)
- 0.1.11 (2022-02-01)
- 0.1.10 (2022-01-31)
- 0.1.9 (2022-01-24)
- 0.1.8 (2022-01-20)
- 0.1.7 (2022-01-12)
- 0.1.6 (2021-11-29)
- 0.1.5 (2021-11-24)
- 0.1.4 (2021-04-10)
- 0.1.3 (2021-03-05)
- 0.1.2 (2021-02-19)
- 0.1.1 (2021-02-17)
- 0.1.0 (2021-02-16)
- 0.0.26 (2021-02-16)
- 0.0.25 (2021-02-12)
- 0.0.24 (2020-09-12)
- 0.0.23 (2020-08-20)
- 0.0.22 (2020-08-11)
- 0.0.21 (2020-07-22)
- 0.0.20 (2020-06-08)
- 0.0.19 (2020-04-07)
- 0.0.18 (2020-04-06)
- 0.0.17 (2020-04-03)
- 0.0.16 (2019-11-20)
- 0.0.15 (2019-09-30)
- 0.0.14 (2019-09-18)
- 0.0.13 (2019-08-29)
- 0.0.12 (2019-08-29)
- 0.0.11 (2019-06-26)
- 0.0.10 (2019-01-28)
- 0.0.9 (2019-01-23)
- 0.0.8 (2019-01-18)
- 0.0.7 (2019-01-18)
- 0.0.6 (2018-11-20)
- 0.0.5 (2018-10-31)
- 0.0.4 (2018-06-27)
- 0.0.3 (2018-06-27)
- 0.0.2 (2018-06-12)
- 0.0.1 (2018-06-11)
Contributing¶
Methods in this library should either apply to all possible extensions, or be useful to at least two use cases. Methods that don’t yet meet these criteria are documented as experimental.
Copyright (c) 2018 Open Contracting Partnership, released under the BSD license