Skip to content

Crown-Commercial-Service/digitalmarketplace-content-loader

Repository files navigation

Digital Marketplace Content Loader

Python 3.8

What's in here?

Content loader for Digital Marketplace.

Originally was part of Digital Marketplace Utils.

Running the tests

Install Python dependencies

make bootstrap
invoke requirements-dev

Run the tests

invoke test

Releasing a new version

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.

Licence

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.