Metadata-Version: 2.1
Name: pyams-skin
Version: 1.5.3
Summary: PyAMS base skin management features
Home-page: https://pyams.readthedocs.io
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Description: ==================
        PyAMS_skin 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.
        
        All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
        is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
        <https://github.com/py-ams>`_.
        
        
        What is PyAMS_skin?
        ===================
        
        PyAMS_skin is an extension package to PyAMS which defines a small set of interfaces and content
        providers which can be used in any kind of application.
        
        It also provides a small set of custom form widgets and buttons, and overrides default templates
        of many widgets provided by PyAMS_form package.
        
        
        Changelog
        =========
        
        1.5.3
        -----
         - added missing text lines widget input template
         - updated form's fieldset class handler
        
        1.5.2
        -----
         - added content-type and charset metas headers
         - added support of AJAX params to Select2 input widget
         - updated translation
        
        1.5.1
        -----
         - updated actions templates
        
        1.5.0
        -----
         - removed support for Python < 3.7
         - added flex classes to main form template
         - added custom widgets for date and datetime ranges fields
         - added check in dynamic select terms factory
         - updated text lines display widget template
         - updated dropdown menus templates
        
        1.4.0
        -----
         - updated forms templates
         - added forms header and footer viewlet managers
         - updated Gitlab-CI configuration
         - removed Travis-CI configuration
        
        1.3.1
        -----
         - updated doctests for Gitlab-CI
        
        1.3.0
        -----
         - added TALES "metas" extension and base classes to handle metas headers
         - added custom ObjectWidget layout and templates
         - defined SingleCheckboxFieldWidget as default widget factory for boolean fields
        
        1.2.0
        -----
         - added breadcrumbs viewlet manager
         - added datetime, date and time input widgets
         - small updates in forms templates
         - updated doctests
        
        1.1.1
        -----
         - added attribute to store values separator in OrderedListWidget
         - added missing editor options attribute to HTML input widget template
         - updated doctests
        
        1.1.0
        -----
         - added form widget for HTTPMethod schema field
         - added form widget for OrderedList schema field
        
        1.0.5
        -----
         - package version mismatch
        
        1.0.4
        -----
         - updated forms legend display condition
        
        1.0.3
        -----
         - updated forms templates
        
        1.0.2
        -----
         - updated Sonar properties
        
        1.0.1
        -----
         - updated Gitlab-CI configuration
        
        1.0.0
        -----
         - initial release
        
Keywords: Pyramid PyAMS
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
