Metadata-Version: 2.4
Name: brandizpyes
Version: 1.0.0
Summary: Brandiz Pyes - Python Utilities
License: MIT
License-File: LICENSE
Author: Marco Brandizi
Requires-Python: >=3.14,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Description-Content-Type: text/markdown

# brandizpyes

Brandiz Pyes - Marco Brandizi's Personal Python Utilities

## Installation

```bash
$ pip install brandizpyes
```

## Usage

A library of various Python utilities I (Marco Brandizi, and maybe others) have written and use in my Python projects.

## Contributing

Have a look at the github repo, send issues, possibly fork and propose pull requests.

## License

`brandizpyes` was created by Marco Brandizi. It is licensed under the terms of the MIT license.

## Credits

`brandizpyes` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

