Metadata-Version: 2.4
Name: square_commons
Version: 3.0.1
Summary: helper module containing common functions for all my python modules.
Home-page: https://github.com/thepmsquare/square_commons
Author: Parth Mukesh Mangtani
Author-email: thepmsquare@gmail.com
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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: configparser>=6.0.0
Requires-Dist: requests>=2.32.3
Requires-Dist: pytest>=8.3.3
Requires-Dist: pytest-mock>=3.14.0
Requires-Dist: Deprecated>=1.2.18
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

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