Metadata-Version: 2.4
Name: eitohforge
Version: 0.1.0
Summary: Enterprise backend SDK and CLI for FastAPI systems.
Project-URL: Homepage, https://github.com/eitoh-brand/EitohForge
Project-URL: Repository, https://github.com/eitoh-brand/EitohForge
Project-URL: Issues, https://github.com/eitoh-brand/EitohForge/issues
Author: EitohTech
License: Proprietary
Keywords: cli,enterprise,fastapi,scaffold,sdk
Classifier: Environment :: Console
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: alembic>=1.16.0
Requires-Dist: fastapi>=0.116.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: opentelemetry-api>=1.0.0
Requires-Dist: opentelemetry-exporter-otlp>=1.0.0
Requires-Dist: opentelemetry-sdk>=1.0.0
Requires-Dist: prometheus-client>=0.20.0
Requires-Dist: psycopg[binary]>=3.2.0
Requires-Dist: pydantic-settings>=2.10.0
Requires-Dist: pydantic>=2.11.0
Requires-Dist: pymysql>=1.1.0
Requires-Dist: redis>=5.0.0
Requires-Dist: sqlalchemy>=2.0.0
Requires-Dist: typer>=0.16.0
Provides-Extra: dev
Requires-Dist: build>=1.2.0; extra == 'dev'
Requires-Dist: httpx>=0.28.0; extra == 'dev'
Requires-Dist: mypy>=1.16.0; extra == 'dev'
Requires-Dist: pytest-cov>=6.2.0; extra == 'dev'
Requires-Dist: pytest>=8.3.0; extra == 'dev'
Requires-Dist: ruff>=0.12.0; extra == 'dev'
Requires-Dist: uvicorn>=0.32.0; extra == 'dev'
Provides-Extra: release
Requires-Dist: build>=1.2.0; extra == 'release'
Requires-Dist: cyclonedx-bom>=4.0.0; extra == 'release'
Requires-Dist: pip-audit>=2.8.0; extra == 'release'
Requires-Dist: pip-licenses>=4.4.0; extra == 'release'
Requires-Dist: twine>=5.1.0; extra == 'release'
Description-Content-Type: text/markdown

# EitohForge

EitohForge is an enterprise-focused backend SDK and CLI framework for bootstrapping FastAPI services with strong architecture, security, and operations defaults.

## Current State

This repository contains an actively implemented enterprise SDK/CLI baseline through Phase 14.

## Planned Command

`eitohforge create project <name>`

## Key Guides

- `docs/guides/usage-complete.md`
- `docs/guides/cookbook.md`
- `docs/guides/enterprise-readiness-checklist.md`
- `docs/releases/v0.1.0-rc.md`

## Reference examples

- `examples/example-minimal/` — smallest SDK-backed app (health + capabilities).
- `examples/example-enterprise/` — middleware stack, health family, tenant, feature flags.
