pbcmd
PB's miscellaneous command line tools.
Installation
python3 -m venv .venv
. .venv/bin/activate
pip install pbcmd
Usage
Once installed,
usage instructions are available using the --help flag:
pb --help
Development
Install the project in editable mode along with the development tools:
python3 -m venv .venv
. .venv/bin/activate
pip install -e ".[dev]"
Run the tests:
pytest
Check style and types:
black --check src tests
pycodestyle src tests
pyright
Build the source distribution and the wheel:
python3 -m build
Upload a release to PyPI:
twine upload dist/*
Updating from the template
This project was generated from a local
Copier template.
copier update pulls in later changes to that template,
but it only works where the _src_path recorded in
.copier-answers.yml resolves;
point _src_path at your copy of the template first.
copier update
License
This project is licensed under the MIT license. See LICENSE.
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 pbcmd-8.0.tar.gz.
File metadata
- Download URL: pbcmd-8.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac45afd52d8a7db7d70d72405061eda30b705ca4122c018873bf4a5a32ec3c26
|
|
| MD5 |
014d79e27006fcdadc41832b3ec55033
|
|
| BLAKE2b-256 |
3c6fd0b1b9b57fe84c7066f2802c5364923a799b01649d77177571af95e7ed3e
|
File details
Details for the file pbcmd-8.0-py3-none-any.whl.
File metadata
- Download URL: pbcmd-8.0-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be29a97e0da3183f948f50f13679d6c9a0c4237f604c50bbd088b3e2b41a6da6
|
|
| MD5 |
0d36867243fae857ec10ef6875d75d9c
|
|
| BLAKE2b-256 |
7485f7dc7f1199f35891eaf5406a5cae9986bd09e3179fab028f34417910e3e2
|