Metadata-Version: 2.4
Name: myfy
Version: 0.1.0a28
Summary: Opinionated Python framework with modularity, ergonomics, and power
Requires-Python: >=3.12
Requires-Dist: myfy-cli==0.1.0a28
Requires-Dist: myfy-core==0.1.0a28
Provides-Extra: all
Requires-Dist: myfy-frontend~=0.1.0; extra == 'all'
Requires-Dist: myfy-web==0.1.0a28; extra == 'all'
Provides-Extra: frontend
Requires-Dist: myfy-frontend~=0.1.0; extra == 'frontend'
Provides-Extra: web
Requires-Dist: myfy-web==0.1.0a28; extra == 'web'
Description-Content-Type: text/markdown

# myfy

Opinionated Python framework with modularity, ergonomics, and power.

Meta-package that provides:
- myfy-core (kernel, DI, config)
- myfy-cli (CLI tools)

Optional modules via extras:
- `myfy[web]` - HTTP/ASGI support

See the [main README](../../README.md) for full documentation.
