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_r
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_r-1.4.tar.gz
(17.0 kB
view details)
Built Distribution
pbm_r-1.4-py3-none-any.whl
(16.5 kB
view details)
File details
Details for the file pbm_r-1.4.tar.gz
.
File metadata
- Download URL: pbm_r-1.4.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aea79e919e4ec65bf1ae2742acc92ba827908ae6c64a974a82b9dc329997e588 |
|
MD5 | df1aa14db3dcf27e256282cfb9489826 |
|
BLAKE2b-256 | 5fcd06066544fa1b722c87c32aac6157bd70efa1650cb18a3f177c0291a4d3aa |
File details
Details for the file pbm_r-1.4-py3-none-any.whl
.
File metadata
- Download URL: pbm_r-1.4-py3-none-any.whl
- Upload date:
- Size: 16.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 | 39ddef7b19eca387eb583a89afbf743ddca6fde659bdd1c8a488f45e1a443fff |
|
MD5 | f36061cd31f624aaa3dd3b8b4aed5686 |
|
BLAKE2b-256 | f245e16c461f29563f054c4dbd305cd93c1ad660f6c54b7c8f98403475d6a1c1 |