Skip to main content

Common developer tools for Digital Marketplace repos

Project description

Digital Marketplace developer tools

Common developer tooling for Digital Marketplace repos.

Quickstart

Install the digitalmarketplace-developer-tools package from PyPI and run Invoke in a Digital Marketplace repo to see what tasks are available:

$ pip install digitalmarketplace-developer-tools
$ invoke --list

Stuff in this repo

Invoke tasks

Developers on the Digital Marketplace need to be able to easily set-up a developer environment for a repo, so they can quickly start making changes to the code.

Traditionally this need has been met with make, however on the Digital Marketplace we are starting to use Invoke instead.

Invoke lets us write tasks once and use them for multiple repos. Being written in Python, we can create a library of tasks and publish them on PyPI for reuse. The package for this repo includes these tasks.

To start using the tasks in a repo, add a tasks.py file and import the collection of tasks appropriate for the repo. For instance, for a frontend app:

# tasks.py
from dmdevtools.invoke_tasks import frontend_app_tasks as ns

The as ns part is needed so that the invoke command line tool sees the imported tasks, read the Invoke documentation on collections and namespaces for more details on how this works.

For backwards-compatibility, make can still be used for a repo. Just copy the Makefile from this repo (or just the % goal), and any unrecognised goals will be sent to invoke.

Pre-commit hooks

This project has a pre-commit hook to do some general file checks and check the pyproject.toml. Follow the Quick start to see how to set this up in your local checkout of this project.

Licence

Unless stated otherwise this 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

digitalmarketplace_developer_tools-2.0.0.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file digitalmarketplace_developer_tools-2.0.0.tar.gz.

File metadata

File hashes

Hashes for digitalmarketplace_developer_tools-2.0.0.tar.gz
Algorithm Hash digest
SHA256 e6a98864b3f51593347ce2f65b30ff79c217d94a70eeb061cc3ad3ab1d17babf
MD5 9e9b9c938c73d626eb4b48a77647487e
BLAKE2b-256 49c6ce3ea0d5a2b29d7843a3e577167899577862a82570a75119ed23efd22ee9

See more details on using hashes here.

File details

Details for the file digitalmarketplace_developer_tools-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for digitalmarketplace_developer_tools-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 08419a7eedb9d859c20c7d1b2433aca1e3aac8f5fc02611c80a9f330fcbcb9b5
MD5 96dff74e14be8d08a44b5a727d5f9e94
BLAKE2b-256 d4e8d5829ee58dfb3e3949afbbe1b6dd57d2da1e170ec0de3ead3d84b2cc7114

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page