An open API service indexing awesome lists of open source software.

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. 🚀

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`