Metadata-Version: 2.4
Name: apexsaas
Version: 1.0.2
Summary: ApexSaaS - Complete authentication, payments, and email solution for Python. Database-agnostic, framework-agnostic, and production-ready. Features include user signup/login, password reset, JWT tokens, PayPal payments, subscriptions, and SendGrid email integration.
Author-email: ApexNeural <example@apexneural.com>
License: MIT
Project-URL: Homepage, https://github.com/apexneural/apexsaas
Project-URL: Documentation, https://github.com/apexneural/apexsaas#readme
Project-URL: Repository, https://github.com/apexneural/apexsaas
Project-URL: Issues, https://github.com/apexneural/apexsaas/issues
Keywords: authentication,paypal,payments,email,sendgrid,jwt,oauth,saas
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Requires-Python: >=3.8
Requires-Dist: PyJWT>=2.8.0
Requires-Dist: bcrypt>=4.1.0
Requires-Dist: requests>=2.31.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: sendgrid>=6.11.0
Requires-Dist: python-dateutil>=2.8.0
