Metadata-Version: 2.3
Name: square_authentication_helper
Version: 4.1.0
Summary: helper to access the authentication layer for my personal server.
Keywords: authentication,helper,utilities
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 :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: square-commons>=3.1.0
Requires-Dist: square-database-structure>=2.5.7
Requires-Dist: black>=25.12.0 ; extra == 'all'
Requires-Dist: pytest>=9.0.2 ; extra == 'all'
Requires-Dist: pytest-cov>=7.0.0 ; extra == 'all'
Requires-Dist: pytest-mock>=3.15.1 ; extra == 'all'
Requires-Dist: black>=25.12.0 ; extra == 'dev'
Requires-Dist: pytest>=9.0.2 ; extra == 'dev'
Requires-Dist: pytest-cov>=7.0.0 ; extra == 'dev'
Requires-Dist: pytest-mock>=3.15.1 ; extra == 'dev'
Requires-Python: >=3.12
Project-URL: homepage, https://github.com/thepmsquare/square_authentication_helper
Provides-Extra: all
Provides-Extra: dev
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!
