Metadata-Version: 2.4
Name: syeedalireza-tenantbase
Version: 0.1.0
Summary: TenantBase package
Author-email: Alireza Aminzadeh <syeedalireza@example.com>
Project-URL: Homepage, https://github.com/syeedalireza/TenantBase
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# 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)*
