Skip to main content

Common development utilities for Python packages

Project description

Package Dev Utils

PyPI version Python version Operating system Coverage

Usage

from package_dev_utils.tests.args import cli_args


@cli_args("--debug")
def test_debugging() -> None:
    ...


def test_authentication() -> None:
    token = extract_token()
    with cli_args("--token", token):
        ...

Installation

pip install package-dev-utils

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

package-dev-utils-0.1.6.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

package_dev_utils-0.1.6-py3-none-any.whl (3.9 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