Metadata-Version: 2.1
Name: qpvdi
Version: 0.0.3
Summary: Dependency injection
Home-page: https://github.com/quangpv/python-dependency-injection
Author: Quangpv
Author-email: quangpv.uit@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/quangpv/python-dependency-injection/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# python-dependency-injection

### Step to publish open source

1. Install and run build

`python -m build`

2. Install Twine

```pip install twine```

3. Upload source

```twine upload dist/*```

### **Usage:**

`pip install qpvdi`


