diff -r ed2dc23f7f99 -r df022d00a9c4 src/pyams_viewlet.egg-info/PKG-INFO --- a/src/pyams_viewlet.egg-info/PKG-INFO Fri Jan 18 15:32:56 2019 +0100 +++ b/src/pyams_viewlet.egg-info/PKG-INFO Wed Nov 27 15:57:21 2019 +0100 @@ -1,16 +1,52 @@ Metadata-Version: 2.1 Name: pyams-viewlet -Version: 0.1.7 -Summary: PyAMS base viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid +Version: 0.1.8 +Summary: PyAMS 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: +Description: ===================== + PyAMS_viewlet package + ===================== + + .. contents:: + + + What is PyAMS + ============= + + PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications + and content management with the Pyramid framework. + + **PyAMS** is actually mainly used to manage web sites through content management applications (CMS, + see PyAMS_content package), but many features are generic and can be used inside any kind of web + application. + + + What is PyAMS_viewlet? + ====================== + + PyAMS_viewlet is a package which defines components called "content providers"; these content + providers are named adapters which can be used inside Chameleon templates. + + PyAMS_viewlet is an adaptation of zope.viewlet package to be used inside Pyramid. + + + How to use pyams_viewlet? + ========================= + + A whole set of PyAMS documentation is available on `ReadTheDocs `_ + Changelog ========= + 0.1.8 + ----- + - code cleanup + - Gitlab-CI integration + 0.1.7 ----- - updated "provider" TALES expression to be able to provide arguments