Version control at its fullest.
Project description
PBM : Python Build Manager
PBM is a lightweight console-oriented CLI and package for building python projects as EXE files, creating memory-efficient back-ups, managing dependencies and running them.
Installation
1. Using pip
(RECOMMENDED):
pip install pbm-root
- Click here for more information on how to install PBM.
No other installation methods at the moment
CLI Commands
python -m -pbm init <path>
- Initialize a PBM repository. PBM repositories are required to be initialized to perform most PBM actions.python -m -pbm destroy
- Destroy the PBM repository in the current path.python -m -pbm reinit
- Re-initialize the PBM repository in the current path. This can be useful when upgrading your PBM, and completely wipes the current PBM repository.python -m -pbm create-base <name>
- Create a base in the current PBM repository.python -m -pbm delete-base <name>
- Delete the base in the current PBM repository.python -m -pbm build <base>
- Build./main.py
in the current PBM repository.python -m -pbm run <base>
- Run the newest build in the current PBM repository.python -m -pbm status
- View info about the current PBM repository.python -m -pbm detonate <base>
- Delete all build files in the base.python -m -pbm export <location> <base|*>
- Export the base as a .zip file and .pbm file.python -m -pbm import <export-id> <base>
- Load from an export's .pbm file using the export ID.
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
pbm_root-1.2.5.1.tar.gz
(17.9 kB
view details)
Built Distribution
File details
Details for the file pbm_root-1.2.5.1.tar.gz
.
File metadata
- Download URL: pbm_root-1.2.5.1.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9dc97d4fd5b67fa6fb6a4b050b800d43ee411fabd4b08fb65135034a1fa96d6 |
|
MD5 | 60e45f6bd29524b726a619c801cc7805 |
|
BLAKE2b-256 | f7b3b16943c44a9f9b4836934d9eba69dbe6d5dd5d61528782bf22be5eec8a64 |
File details
Details for the file pbm_root-1.2.5.1-py3-none-any.whl
.
File metadata
- Download URL: pbm_root-1.2.5.1-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | baaa0ff3ace30b387ed9e4bf49bd25bbcc1f5ebdf074c8b69f673ba752ab2c5d |
|
MD5 | 89e1f76731ecefff8f708596f154be4e |
|
BLAKE2b-256 | 6860d570f54018269799d2573a9a738b26ebdb957a28d268ec9cc526701816bc |