diff -r 000000000000 -r 6ab01534cc92 src/pyams_viewlet.egg-info/PKG-INFO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/pyams_viewlet.egg-info/PKG-INFO Wed Dec 05 13:23:08 2018 +0100 @@ -0,0 +1,46 @@ +Metadata-Version: 2.1 +Name: pyams-viewlet +Version: 0.1.5 +Summary: PyAMS base viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid +Home-page: http://hg.ztfy.org/pyams/pyams_viewlet +Author: Thierry Florac +Author-email: tflorac@ulthar.net +License: ZPL +Description: + + Changelog + ========= + + 0.1.5 + ----- + - added regular expression to get content provider name + + 0.1.4 + ----- + - updated viewlet and content provider decorators to set module name + + 0.1.3 + ----- + - in weight ordered viewlets managers, sort viewlets with same weight by labels + - added "empty" viewlet and content provider (rendering an empty string) as base classes + + 0.1.2 + ----- + - splitted content provider class between BaseContentProvider and ViewContentProvider + + 0.1.1 + ----- + - added context for request permission check + + 0.1.0 + ----- + - first release + +Keywords: Pyramid PyAMS viewlet +Platform: UNKNOWN +Classifier: License :: OSI Approved :: Zope Public License +Classifier: Development Status :: 4 - Beta +Classifier: Programming Language :: Python +Classifier: Framework :: Pyramid +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Provides-Extra: test