Content loader for Digital Marketplace.
Originally was part of Digital Marketplace Utils.
Install Python dependencies
make bootstrap
invoke requirements-dev
Run the tests
invoke test
To update the package version, edit the __version__ = ...
string in dmcontent/__init__.py
,
once merged the new version will be released and published to PyPI by Github Actions.
When changing a major version number consider adding a record to the CHANGELOG.md
with a
description of the change and an example of the upgrade process for the client apps.
Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.
The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.