Skip to main content

section9 daily tools

Project description

daily tools

venv

make venv
source ./venv/bin/activate
python -m pip install '.[dev,test]'

build and upload to pypi

python -m pip install --upgrade pip wheel
python -m pip install --upgrade build
python -m build
python -m twine upload --repository testpypi dist/*
python -m twine upload --repository pypi dist/*

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

section9_tools-0.0.2.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

section9_tools-0.0.2-py3-none-any.whl (5.0 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