Metadata-Version: 2.4
Name: ZenAuth
Version: 0.1.0
Summary: A user authentication and management library.
Author-email: Yusuke KITAGAWA <tonosama_kaeru@icloud.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/MeiRakuPapa/ZenAuth
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: zenhtml
Requires-Dist: pyyaml
Requires-Dist: passlib[bcrypt]
Requires-Dist: sqlalchemy
Requires-Dist: typing-extensions
Requires-Dist: fastapi
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: requests
Requires-Dist: python-jose
Requires-Dist: python-dotenv
Requires-Dist: bcrypt<4.0.0
Requires-Dist: uvicorn
Requires-Dist: python-multipart
Dynamic: license-file

# ZenAuth

Core package for the ZenAuth monorepo.

For installation, configuration, and usage, see the repository root README.

- Repository: https://github.com/MeiRakuPapa/ZenAuth
