Python packaging util for making packing a little bit easier
Project description
packery
Python packaging util for making packing a little bit easier
Has no requirements, so you could just download onto your system Python if you wanted.
pip install packery
Install from source:
git clone https://github.com/Robert-DeForrest-Reynolds/packery
cd packery
pip install -e .
Initialize a Package
pack setup
Creates:
- A virtual environment (build_venv)
- pyproject.toml and setup.cfg (if missing)
- Installs build tools (setuptools, build, wheel, twine)
Build & Upload Package
pack <upload_type> <version_update>
Upload Types:
- r → Upload to PyPI
- t → Upload to TestPyPI
- a → Upload to both
Version Bumps:
- - → Patch (0.0.0 → 0.0.1)
- m → Minor (0.0.0 → 0.1.0)
- s → Stable/Major (0.0.0 → 1.0.0)
version bumps are optional, but you must always have an upload type
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file packery-0.1.3.tar.gz.
File metadata
- Download URL: packery-0.1.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b41b12dbdd93d30a85dea14d6c42c6b1bb6ff395f0b94eaccfebe5c6a01273a
|
|
| MD5 |
a3a23c6678d908c917c7665656050e7e
|
|
| BLAKE2b-256 |
a6b5e9b9d4ed78f28a563c1c2be79db308e097c44dab49489123310491d102ff
|
File details
Details for the file packery-0.1.3-py3-none-any.whl.
File metadata
- Download URL: packery-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0669a4265a654d2830aaa02cbee9fde7781487c6fcfb3ea512e544ec4931644a
|
|
| MD5 |
39463eb92c40407d375ba5233b722451
|
|
| BLAKE2b-256 |
a7bb3db2b3e847871279f86f2916011a97ed5275c2733f5aaf287dabef38c9e9
|