Skip to main content

A python package template

Project description

How to

Used as a project

python -m pip install pip-tools
pip-compile --upgrade # produces and update requirements.txt
pip-sync

Used as a package

python -m pip install -e . # install locally

Publish as a package

python -m pip install build twine

python -m build # build sdist(tar.gz) and bdist(wheel)

twine upload dist/* # publish to pypi

Reference

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

pypack-template-1.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

pypack_template-1.0.1-cp39-cp39-macosx_11_0_arm64.whl (58.3 kB view hashes)

Uploaded CPython 3.9 macOS 11.0+ ARM64

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