Metadata-Version: 2.4
Name: square_commons
Version: 3.0.2
Summary: helper module containing common functions for all my python modules.
Project-URL: homepage, https://github.com/thepmsquare/square_commons
Author-email: Parth Mukesh Mangtani <thepmsquare@gmail.com>
License: GPLv3
License-File: LICENSE
Keywords: common,helpers,utilities
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Requires-Dist: configparser>=6.0.0
Requires-Dist: deprecated>=1.2.18
Requires-Dist: pytest-mock>=3.14.0
Requires-Dist: pytest>=8.3.3
Requires-Dist: requests>=2.32.3
Description-Content-Type: text/markdown

# square_commons

> 📌 versioning: see [CHANGELOG.md](./CHANGELOG.md).

## 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

> feedback is appreciated. thank you!