.env.example
.pypirc.example
FEATURE_IMPLEMENTATION_STATUS.md
IMPLEMENTATION_COMPLETE.md
LICENSE
MANIFEST.in
PACKAGE_STRUCTURE.md
PYPI_PUBLISHING_GUIDE.md
README.md
SENDGRID_IMPLEMENTATION_COMPLETE.md
SENDGRID_SETUP.md
pyproject.toml
src/apex/__init__.py
src/apex/api/__init__.py
src/apex/api/v1/__init__.py
src/apex/api/v1/auth/__init__.py
src/apex/api/v1/auth/router.py
src/apex/api/v1/files/__init__.py
src/apex/api/v1/modules/__init__.py
src/apex/api/v1/modules/router.py
src/apex/api/v1/organizations/__init__.py
src/apex/api/v1/organizations/router.py
src/apex/api/v1/payments/__init__.py
src/apex/api/v1/payments/router.py
src/apex/api/v1/permissions/__init__.py
src/apex/api/v1/permissions/router.py
src/apex/api/v1/roles/__init__.py
src/apex/api/v1/roles/router.py
src/apex/api/v1/schemas/__init__.py
src/apex/api/v1/schemas/auth.py
src/apex/api/v1/schemas/password_reset.py
src/apex/api/v1/schemas/user.py
src/apex/api/v1/settings/__init__.py
src/apex/api/v1/settings/router.py
src/apex/api/v1/users/__init__.py
src/apex/api/v1/users/router.py
src/apex/cli/__init__.py
src/apex/cli/main.py
src/apex/core/__init__.py
src/apex/core/app.py
src/apex/core/decorators.py
src/apex/core/authentication/__init__.py
src/apex/core/authentication/dependencies.py
src/apex/core/config/__init__.py
src/apex/core/config/settings.py
src/apex/core/permissions/__init__.py
src/apex/core/permissions/dependencies.py
src/apex/core/security/__init__.py
src/apex/core/security/jwt.py
src/apex/core/security/password.py
src/apex/core/utils/__init__.py
src/apex/core/utils/tokens.py
src/apex/domain/__init__.py
src/apex/domain/models/__init__.py
src/apex/domain/models/organization.py
src/apex/domain/models/permission.py
src/apex/domain/models/role.py
src/apex/domain/models/user.py
src/apex/domain/repositories/__init__.py
src/apex/domain/repositories/base.py
src/apex/domain/services/__init__.py
src/apex/domain/services/auth.py
src/apex/domain/services/password_reset.py
src/apex/domain/services/password_reset_sendgrid.py
src/apex/domain/services/user.py
src/apex/infrastructure/__init__.py
src/apex/infrastructure/database/__init__.py
src/apex/infrastructure/database/base.py
src/apex/infrastructure/database/session.py
src/apex/infrastructure/email/__init__.py
src/apex/infrastructure/email/base.py
src/apex/infrastructure/email/sendgrid.py
src/apex/infrastructure/email/smtp.py
src/apex/infrastructure/email/templates.py
src/apex/infrastructure/paypal/__init__.py
src/apex/infrastructure/paypal/client.py
src/apex/infrastructure/paypal/exceptions.py
src/apex/infrastructure/paypal/schemas.py
src/apex/infrastructure/paypal/service.py
src/apex/infrastructure/paypal/webhooks.py
src/apex/infrastructure/storage/__init__.py
src/apex/infrastructure/storage/base.py
src/apex/infrastructure/storage/local.py
src/apex/migrations/env.py
src/apex/migrations/script.py.mako
src/apex_saas_framework.egg-info/PKG-INFO
src/apex_saas_framework.egg-info/SOURCES.txt
src/apex_saas_framework.egg-info/dependency_links.txt
src/apex_saas_framework.egg-info/entry_points.txt
src/apex_saas_framework.egg-info/requires.txt
src/apex_saas_framework.egg-info/top_level.txt