Metadata-Version: 2.1
Name: bh-utils
Version: 0.0.2
Summary: Utility Functions Library.
Author-email: Van Be Hai Nguyen <behai_nguyen@hotmail.com>
Project-URL: repository, https://github.com/behai-nguyen/bh_utils
Project-URL: documentation, https://bh-utils.readthedocs.io/
Keywords: utility,functions,library
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: PyYAML
Requires-Dist: simplejson
Requires-Dist: tomli ; python_version < "3.11"
Provides-Extra: build
Requires-Dist: build ; extra == 'build'
Requires-Dist: twine ; extra == 'build'
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: myst-parser ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'

# bh_utils

Some Python helper functions. Work in progress.

Pip installation:

```
pip install bh-utils
```

## Documentation

[Full documentation](https://bh-utils.readthedocs.io/)

## License

[ MIT license ](http://www.opensource.org/licenses/mit-license.php)
