src/pyams_viewlet.egg-info/PKG-INFO
changeset 60 1d11a4e5ffd8
parent 55 7aaf4e89d06f
child 63 ef62d05e9e39
equal deleted inserted replaced
59:917951020682 60:1d11a4e5ffd8
     1 Metadata-Version: 2.1
     1 Metadata-Version: 2.1
     2 Name: pyams-viewlet
     2 Name: pyams-viewlet
     3 Version: 0.1.9
     3 Version: 0.1.10
     4 Summary: PyAMS viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid
     4 Summary: PyAMS viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid
     5 Home-page: http://hg.ztfy.org/pyams/pyams_viewlet
     5 Home-page: http://hg.ztfy.org/pyams/pyams_viewlet
     6 Author: Thierry Florac
     6 Author: Thierry Florac
     7 Author-email: tflorac@ulthar.net
     7 Author-email: tflorac@ulthar.net
     8 License: ZPL
     8 License: ZPL
    21         
    21         
    22         **PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
    22         **PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
    23         see PyAMS_content package), but many features are generic and can be used inside any kind of web
    23         see PyAMS_content package), but many features are generic and can be used inside any kind of web
    24         application.
    24         application.
    25         
    25         
       
    26         All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_
       
    27         
    26         
    28         
    27         What is PyAMS_viewlet?
    29         What is PyAMS_viewlet?
    28         ======================
    30         ======================
    29         
    31         
    30         PyAMS_viewlet is a package which defines components called "content providers"; these content
    32         PyAMS_viewlet is a package which defines components called "content providers"; these content
    31         providers are named adapters which can be used inside Chameleon templates.
    33         providers are named adapters which can be used inside Chameleon templates.
    32         
    34         
    33         PyAMS_viewlet is an adaptation of zope.viewlet package to be used inside Pyramid.
    35         PyAMS_viewlet is an adaptation of zope.viewlet package to be used inside Pyramid.
    34         
    36         
    35         
    37         
    36         How to use pyams_viewlet?
       
    37         =========================
       
    38         
       
    39         A whole set of PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_
       
    40         
       
    41         
       
    42         Changelog
    38         Changelog
    43         =========
    39         =========
       
    40         
       
    41         0.1.10
       
    42         ------
       
    43          - allow to define provider using request annotations
    44         
    44         
    45         0.1.9
    45         0.1.9
    46         -----
    46         -----
    47          - updated components registry
    47          - updated components registry
    48         
    48