Metadata-Version: 2.3
Name: square-commons
Version: 3.0.4
Summary: helper module containing common functions for all my python modules.
Keywords: utilities,helpers,common
Author: Parth Mukesh Mangtani
Author-email: Parth Mukesh Mangtani <thepmsquare@gmail.com>
License: GPLv3
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.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: configparser>=6.0.0
Requires-Dist: requests>=2.32.3
Requires-Dist: deprecated>=1.2.18
Requires-Dist: pytest>=8.3.3 ; extra == 'all'
Requires-Dist: pytest-mock>=3.14.0 ; extra == 'all'
Requires-Dist: pytest>=8.3.3 ; extra == 'dev'
Requires-Dist: pytest-mock>=3.14.0 ; extra == 'dev'
Requires-Python: >=3.12
Project-URL: homepage, https://github.com/thepmsquare/square_commons
Provides-Extra: all
Provides-Extra: dev
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!