Metadata-Version: 2.1
Name: providers
Version: 0.0.2
Summary: Providers is a simple library to enable function signature inheritance and dependency injection in a reusable and generic way.
Home-page: UNKNOWN
License: UNKNOWN
Author: Timothy Edmund Crosley
Author-email: timothy.crosley@gmail.com
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules

# Providers
===================
[![PyPI version](https://badge.fury.io/py/provides.svg)](http://badge.fury.io/py/provides)

Providers is a simple library to enable function signature inheritance and dependency injection in a reusable and generic way.

