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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file pypack-template-1.0.1.tar.gz
.
File metadata
- Download URL: pypack-template-1.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab63a833c1f1689359a171cd7335114dc367a3a74e8401a774bb2b2e5c5e0b40 |
|
MD5 | f079abdd04a084f049e2ba2080b2722b |
|
BLAKE2b-256 | fe15c29c6e37a3a6a4c303e5ea679253be0b54ef898acd4277a85549f8c9fdd9 |
File details
Details for the file pypack_template-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: pypack_template-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 58.3 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93551dce838424e0c086d5ed231ee564e1f08358e06fe5f55331e6dc884b7aa9 |
|
MD5 | 0ade794c1bfb9d5c391ac8fafe850f50 |
|
BLAKE2b-256 | 5815e77f0043e32b8d860b5d39d70041a72215438d2a6a32f3f6e3fb9159f628 |