Metadata-Version: 2.4
Name: brandizpyes
Version: 2.0.0
Summary: Brandiz Pyes - Python Utilities
License-Expression: MIT
License-File: LICENSE
Author: Marco Brandizi
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Project-URL: Changelog, https://github.com/MarcoBrandiziGeek/brandizpyes/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/MarcoBrandiziGeek/brandizpyes/issues
Project-URL: Repository, https://github.com/MarcoBrandiziGeek/brandizpyes/
Description-Content-Type: text/markdown

# Brandiz Pyes - Marco Brandizi's Personal Python Utilities.

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

## Installation

```bash
$ pip install brandizpyes
```

Or, do it through your PIP-supporting packaging/build manager.

## Usage

See the [sources][10] or the [tests][20].

[10]: https://github.com/marco-brandizi/brandizpyes/tree/main/src
[20]: https://github.com/marco-brandizi/brandizpyes/tree/main/tests

## Contributing

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

[Details here][30].

[30]: https://github.com/marco-brandizi/brandizpyes/blob/main/CONTRIBUTING.md

### Project repository

[on github][40].

[40]: https://github.com/marco-brandizi/brandizpyes.git

## License

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

[50]: https://github.com/marco-brandizi/brandizpyes/blob/main/LICENSE

## Credits

`brandizpyes` was initially created with [`cookiecutter`][60] and the `py-pkgs-cookiecutter` [template][70].

[60]: https://cookiecutter.readthedocs.io/en/latest/
[70]: https://github.com/py-pkgs/py-pkgs-cookiecutter

