Metadata-Version: 2.1
Name: light-dependency-injection
Version: 0.1.1
Summary: A lightweight dependency injection module for Python.
Home-page: https://github.com/PabloSanchi/light-di
Author: Pablo Sanchidrian
Author-email: pablo.sanchi.herrera@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# LIGHT DI
## Dependency Injection Module for Python

LightDI is a lightweight, framework-agnostic dependency injection module for Python.

## Features

- Automatic dependency resolution
- Support for qualifiers
- Abstract class inference


