Metadata-Version: 2.1
Name: pbm-root
Version: 1.9
Summary: Version control at its fullest.
Home-page: https://github.com/elemenom/pbm
Author: elemenom
Author-email: pixilreal@gmail.com
License: GPLv3
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cx-freeze

# 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):
```commandline
pip install pbm-root
```

- [Click here](https://pypi.org/project/pbm-root) for more information on how to install PBM.

*No other installation methods at the moment*
