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.0.1.tar.gz
(16.9 kB
view details)
Built Distribution
pbm_root-1.0.1-py3-none-any.whl
(17.2 kB
view details)
File details
Details for the file pbm_root-1.0.1.tar.gz
.
File metadata
- Download URL: pbm_root-1.0.1.tar.gz
- Upload date:
- Size: 16.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 | 06e174be8486cf77e1a9515e82384f49c078ae8890f63a1f5da07e7c9dc1f940 |
|
MD5 | 231e59e4f676e7c7a1d9dd189a80bc27 |
|
BLAKE2b-256 | 9df5bfa93aff067f7fa7375e2db121cb9f3b39a9d488dd05c6ebf5f1d7fd1bee |
File details
Details for the file pbm_root-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pbm_root-1.0.1-py3-none-any.whl
- Upload date:
- Size: 17.2 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 | 7c05cc3f63d38636ec355e27e1e15ab790561408c8adddaa139d879142d84a28 |
|
MD5 | 10d9af94ae5df41b45fb084a33424b50 |
|
BLAKE2b-256 | cc82a4384d9f2b6b5c17c92b42dafaa353ea765eea7fdf29c4892157c090c28a |