Metadata-Version: 2.4
Name: apex-saas-framework
Version: 0.3.28
Summary: A pure Python SDK for multi-tenant SaaS (users, auth, RBAC, payments, email, files), database-agnostic and framework-agnostic.
Author-email: ApexNeural <example@apexneural.com>
Maintainer-email: ApexNeural <example@apexneural.com>
License: MIT
Project-URL: Homepage, https://github.com/apexneural/apex-saas-framework
Project-URL: Documentation, https://github.com/apexneural/apex-saas-framework#readme
Project-URL: Repository, https://github.com/apexneural/apex-saas-framework
Project-URL: Issues, https://github.com/apexneural/apex-saas-framework/issues
Project-URL: Bug Tracker, https://github.com/apexneural/apex-saas-framework/issues
Project-URL: Changelog, https://github.com/apexneural/apex-saas-framework/releases
Keywords: saas,sdk,multi-tenant,authentication,rbac,payments,database-agnostic,async
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: sqlalchemy>=2.0.0
Requires-Dist: alembic>=1.12.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: pydantic-settings>=2.1.0
Requires-Dist: python-jose[cryptography]>=3.3.0
Requires-Dist: passlib[bcrypt]>=1.7.4
Requires-Dist: typer>=0.9.0
Requires-Dist: psycopg2-binary>=2.9.9
Requires-Dist: asyncpg>=0.29.0
Requires-Dist: aiosqlite>=0.19.0
Requires-Dist: aiomysql>=0.2.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: sendgrid>=6.11.0
Requires-Dist: bcrypt==4.0.1
Provides-Extra: dev
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: httpx>=0.25.0; extra == "dev"
Requires-Dist: black>=23.11.0; extra == "dev"
Requires-Dist: ruff>=0.1.6; extra == "dev"
Requires-Dist: mypy>=1.7.0; extra == "dev"
Dynamic: license-file
