Metadata-Version: 2.4
Name: syeedalireza-tenantbase
Version: 1.0.1
Summary: Multi-Tenant B2B Commerce Core
Author-email: Alireza Aminzadeh <syeedalireza@yahoo.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi==0.110.0
Requires-Dist: uvicorn[standard]==0.27.1
Requires-Dist: pydantic==2.6.3
Requires-Dist: pydantic-settings==2.2.1
Requires-Dist: sqlalchemy==2.0.29
Requires-Dist: asyncpg==0.29.0
Requires-Dist: alembic==1.13.1
Requires-Dist: pytest==8.1.1
Requires-Dist: pytest-asyncio==0.23.5
Requires-Dist: httpx==0.27.0

# TenantBase: Multi-Tenant B2B Commerce Core

**TenantBase** is a SaaS backend allowing hundreds of B2B companies to run their own isolated e-commerce stores on a single shared infrastructure.

Developed by **Alireza Aminzadeh** ([@syeedalireza](https://github.com/syeedalireza)).

## Architecture
- **Framework:** Django / FastAPI
- **Database Isolation:** PostgreSQL Row-Level Security (RLS) or Schemas
- **Caching:** Redis
- **Pattern:** Multi-tenancy, RBAC

*(Technical implementation pending in next iteration)*
