diff -r 975adcb82113 -r 0e48f5a82d32 src/pyams_form.egg-info/PKG-INFO --- a/src/pyams_form.egg-info/PKG-INFO Wed Dec 04 11:05:52 2019 +0100 +++ b/src/pyams_form.egg-info/PKG-INFO Wed Dec 04 11:09:29 2019 +0100 @@ -1,16 +1,72 @@ Metadata-Version: 2.1 Name: pyams-form -Version: 0.1.26.1 +Version: 0.1.27 Summary: PyAMS base form interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_form Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL -Description: +Description: ================== + PyAMS_form 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 `_ + + + What is PyAMS_form? + =================== + + This package is an update of z3c.form package for use with Pyramid. + + PyAMS_form allows to use z3c.forms forms inside Pyramid applications, providing a bridge between + initial Pyramid request and Zope publisher request used by z3c.form, with the help of the + "pyramid_zope_request" package. + + PyAMS_form also provides custom templates for forms and for z3c.form widgets, to use them with the + MyAMS framework used by PyAMS_skin and PyAMS_zmi packages, and provides a small set of additional + widgets. + + This package also provides additional features, like form groups (which allows to group a set of + form's widgets inside a fieldset), and a set of viewlet managers which can be used to extend a + form's content using viewlets adapters; you can also extend a form by defining sub-forms and + tab-forms adapters. + + + Note about PyAMS_form API + ========================= + + PyAMS_form naming convention is actually a mix between z3c.form API, which is using camelCase + naming convention, and Pyramid which is using standard Python's snake_case convention. A complete + rewrite of PyAMS_form package, which will integrate all z3c.form features with a uniform API + compliant with Pyramid's standards, is actually planned... + History ======= + 0.1.27 + ------ + - code cleanup + - Gitlab-CI integration + + 0.1.26.2 + -------- + - updated Select2 widget display template + - updated object sub-form template for z3c.form > 4.1.0 + 0.1.26.1 -------- - updated DottedDecimalFieldWidget template to add custom error message