Metadata-Version: 1.1
Name: punq
Version: 0.0.3
Summary: Unintrusive dependency injection for Python 3.6 +
Home-page: http://github.com/bobthemighty/punq
Author: Bob Gregory
Author-email: bob@codefiend.co.uk
License: MIT
Description-Content-Type: UNKNOWN
Description: Punq
        ====
        
        An unintrusive library for dependency injection and inversion of control in Python 3.6.
        
        * 0.0.1
        	* Basic resolution and registration works
        	* Punq is almost certainly slow as a dog, non thread-safe, and prone to weird behaviour in the edge cases.
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
