Skip to main content

Essential tools for Python 3.

Project description

Python Essentials

General-purpose tools for Python 3.

Development Environment

First, install Poetry.

Set up

poetry install --sync
poetry check
poetry show

Maintenance

Code test

poetry run pytest

Code lint

poetry run bin/lint.sh

Build artifacts

poetry build

Publish

poetry version [major|minor|patch]
V=v`poetry version -s` && git add pyproject.toml && git commit -m $V && git tag -a -m $V $V
poetry publish --build

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

ccb_essentials-1.0.1.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

ccb_essentials-1.0.1-py3-none-any.whl (9.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