Metadata-Version: 2.0
Name: pyramid-di
Version: 0.1.dev0
Summary: Dependency injection stuff for Pyramid
Home-page: http://www.anttipatterns.com
Author: Antti Haapala
Author-email: antti@haapala.name
License: UNKNOWN
Description-Content-Type: UNKNOWN
Keywords: web wsgi bfg pylons pyramid
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: pyramid (>=1.7)
Requires-Dist: pyramid-services

pyramid_di
==========

Easier service location and "dependency injection" for pyramid. This is *alpha-level software*
and likely to be changed. Use at your own risk and pin the version exactly.


Changes
=======

26-03-2018 Initial release


