Metadata-Version: 2.1
Name: py-multiauth
Version: 3.0.7
Summary: Python package to interact with multiple authentication services
Home-page: https://escape.tech/
License: MIT
Author: Escape Technologies SAS
Author-email: ping@escape.tech
Maintainer: Antoine Carossio
Maintainer-email: antoine@escape.tech
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: deepmerge (>=1.1.1,<2.0.0)
Requires-Dist: httpx[http2] (>=0.26.0,<0.27.0)
Requires-Dist: pydantic (>=2.5.3,<3.0.0)
Requires-Dist: selenium (>=4.16.0,<5.0.0)
Requires-Dist: selenium-wire (>=5.1.0,<6.0.0)
Project-URL: Bug Tracker, https://github.com/Escape-Technologies/py-multiauth/issues
Project-URL: Repository, https://github.com/Escape-Technologies/py-multiauth
Description-Content-Type: text/markdown

# py-multiauth ![PyPI](https://img.shields.io/pypi/v/py-multiauth) [![CI](https://github.com/Escape-Technologies/py-multiauth/actions/workflows/ci.yaml/badge.svg)](https://github.com/Escape-Technologies/py-multiauth/actions/workflows/ci.yaml) [![CD](https://github.com/Escape-Technologies/py-multiauth/actions/workflows/cd.yaml/badge.svg)](https://github.com/Escape-Technologies/py-multiauth/actions/workflows/cd.yaml) [![codecov](https://codecov.io/gh/Escape-Technologies/py-multiauth/branch/main/graph/badge.svg?token=NL148MNKAE)](https://codecov.io/gh/Escape-Technologies/py-multiauth)

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py-multiauth)
![PyPI - Downloads](https://img.shields.io/pypi/dm/py-multiauth)

@TODO(maxence@escape.tech): Write README + link to docs

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Setup the developer environment:

```
make
```

Please make sure to update tests as appropriate.

## License ![PyPI - License](https://img.shields.io/pypi/l/py-multiauth)

[MIT](https://choosealicense.com/licenses/mit/)

