https://github.com/g0di/handless
A Python dependency injection container that automatically resolves and injects dependencies without polluting your code with framework-specific decorators. Inspired by Lagom, Svcs, and C# .NET DI, it keeps your code clean and flexible while offering multiple service registration options. 🚀
https://github.com/g0di/handless
Last synced: 2 months ago
JSON representation
A Python dependency injection container that automatically resolves and injects dependencies without polluting your code with framework-specific decorators. Inspired by Lagom, Svcs, and C# .NET DI, it keeps your code clean and flexible while offering multiple service registration options. 🚀
- Host: GitHub
- URL: https://github.com/g0di/handless
- Owner: g0di
- License: mit
- Created: 2025-03-06T19:59:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T21:04:02.000Z (2 months ago)
- Last Synced: 2025-03-06T21:19:39.667Z (2 months ago)
- Language: Python
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# handless
> This repository is currently under construction. Its API might change at any time without notice nor major version bump.
A Python dependency injection container that automatically resolves and injects dependencies without polluting your code with framework-specific decorators. Inspired by Lagom, Svcs, and C# .NET DI, it keeps your code clean and flexible while offering multiple service registration options. 🚀
## Contributing
Running tests: `uv run pytest tests --cov=containers --cov-report=term-missing`