Metadata-Version: 2.1
Name: bingus
Version: 0.3.0
Summary: Many python utilities in one package.
Home-page: https://gitlab.com/brunorobert/bingus
License: MIT
Author: Bruno Robert
Author-email: contact.bruno@icloud.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Documentation, https://bingus.readthedocs.io
Project-URL: Repository, https://gitlab.com/brunorobert/bingus
Description-Content-Type: text/markdown

# Bingus: the package

Bingus is a library of utility scripts and functions.

Documentation can be found [here](https://bingus.readthedocs.io).

## Generate Documentation

You can generate the documentation running `make html` in the `docs` directory.

1. `cd docs`
2. `make html`

Then open the documentation by opening `./docs/_build/html/index.html` in your browser of
choice ([ideally Firefox](https://itsfoss.com/why-firefox/)).
