Metadata-Version: 2.1
Name: square_commons
Version: 1.0.0
Summary: helper module containing common functions for all my python modules.
Home-page: https://github.com/thepmsquare/square_commons
Author: thePmSquare
Author-email: thepmsquare@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# square_commons

## about

helper module containing common functions for all my python modules.

## installation

```shell
pip install square_commons
```

## usage

[reference](./usage)

## env

- python>=3.12.0

## changelog

### v1.0.0

- initial version with config reading methods.

