Metadata-Version: 2.4
Name: myfy-core
Version: 0.1.2
Summary: Core kernel for myfy framework - DI container, configuration, and module system
Requires-Python: >=3.12
Requires-Dist: anyio>=4.0
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: pydantic>=2.0
Requires-Dist: typing-extensions>=4.8
Description-Content-Type: text/markdown

# myfy-core

Core kernel for the myfy framework.

Provides:
- Dependency injection with compile-time resolution
- Configuration system with profiles
- Application kernel and module system
- Lifecycle management

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