Metadata-Version: 2.1
Name: balboniprint
Version: 0.1.2
Summary: An easy-to-use package for custom formatted printing.
Home-page: https://github.com/lukesudom/balboniprint
Author: sud0luke
Author-email: sud0luke@proton.me
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: termcolor

# formatprint
An easy-to-use package for custom formatted printing, allowing you to pretty-print complex data structures with color and style options.

## Installation

```bash
pip install balboniprint
```


