Metadata-Version: 2.3
Name: qbquantum
Version: 0.1.2
Summary: 
Author: henceiusegentoo
Author-email: 61363222+henceiusegentoo@users.noreply.github.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: build (>=1.2.2.post1,<2.0.0)
Requires-Dist: qb (>=0.1.23,<0.2.0)
Requires-Dist: tomlkit (>=0.13.2,<0.14.0)
Description-Content-Type: text/markdown

# quantum 
### The build tool for the [qb](https://pypi.org/project/qb/) programming language.

Install using pipx:
```bash
pipx install qbquantum
```

Then run
```bash 
quantum help
```

and run

```bash
quantum init <name>
```

to create a new project.

After running
```bash
quantum build
```

use 
```bash
quantum run python src/<name>/<file>.py
```

to run your project.
