Metadata-Version: 2.4
Name: square_authentication_helper
Version: 3.0.3
Summary: helper to access the authentication layer for my personal server.
Project-URL: homepage, https://github.com/thepmsquare/square_authentication_helper
Author-email: Parth Mukesh Mangtani <thepmsquare@gmail.com>
License: GPLv3
License-File: LICENSE
Keywords: authentication,helper,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 :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: square-commons>=2.0.0
Requires-Dist: square-database-structure>=2.5.7
Description-Content-Type: text/markdown

# square_authentication_helper

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

## about

helper to access the authentication layer for my personal server.

## installation

```shell
pip install square_authentication_helper
```

## usage

[reference python file](./example.py)

## env

- python>=3.12.0

> feedback is appreciated. thank you!
