Skip to main content

A package for managing dependency groups.

Project description

Busywork

Dependency group support using pyproject.toml. Dependency groups are dependencies that are used in development that the user does not need to install, such as black or mypy.

Usage

Add this to your pyproject.toml

[tool.busywork.groups.linting]
# PEP 440 dependency specification.
requires = ["black", "isort"]

[tool.busywork.groups.typing]
requires = ["mypy", "types-toml"]

[tool.busywork.groups.dev]
# Nested groups
requires = ["nox"]
requires-groups = ["linting", "typing"]

Now install the group:

busywork install -g group-name

Or all the groups:

busywork install --all

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

busywork-0.1.0b1.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

busywork-0.1.0b1-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

Supported by

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