CHANGES.rst
LICENSE.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
src/yafowil/__init__.py
src/yafowil.plone.egg-info/PKG-INFO
src/yafowil.plone.egg-info/SOURCES.txt
src/yafowil.plone.egg-info/dependency_links.txt
src/yafowil.plone.egg-info/entry_points.txt
src/yafowil.plone.egg-info/namespace_packages.txt
src/yafowil.plone.egg-info/not-zip-safe
src/yafowil.plone.egg-info/requires.txt
src/yafowil.plone.egg-info/top_level.txt
src/yafowil/plone/__init__.py
src/yafowil/plone/config.py
src/yafowil/plone/configure.zcml
src/yafowil/plone/connectors.py
src/yafowil/plone/content.pt
src/yafowil/plone/form.py
src/yafowil/plone/interfaces.py
src/yafowil/plone/meta.py
src/yafowil/plone/meta.zcml
src/yafowil/plone/resources.py
src/yafowil/plone/setuphandlers.py
src/yafowil/plone/testing.py
src/yafowil/plone/autoform/__init__.py
src/yafowil/plone/autoform/behavior.py
src/yafowil/plone/autoform/configure.zcml
src/yafowil/plone/autoform/directives.py
src/yafowil/plone/autoform/events.py
src/yafowil/plone/autoform/factories.py
src/yafowil/plone/autoform/form.py
src/yafowil/plone/autoform/indexer.py
src/yafowil/plone/autoform/persistence.py
src/yafowil/plone/autoform/schema.py
src/yafowil/plone/examples/__init__.py
src/yafowil/plone/examples/configure.zcml
src/yafowil/plone/examples/view.pt
src/yafowil/plone/examples/view.py
src/yafowil/plone/profiles/autoform/catalog.xml
src/yafowil/plone/profiles/autoform/metadata.xml
src/yafowil/plone/profiles/autoform/registry.xml
src/yafowil/plone/profiles/default/browserlayer.xml
src/yafowil/plone/profiles/default/metadata.xml
src/yafowil/plone/profiles/default/registry.xml
src/yafowil/plone/profiles/demo/browserlayer.xml
src/yafowil/plone/profiles/demo/metadata.xml
src/yafowil/plone/profiles/demo/registry.xml
src/yafowil/plone/resources/jquery.migrate-1.2.1.js
src/yafowil/plone/resources/jquery.migrate-1.2.1.min.js
src/yafowil/plone/resources/widgets.js
src/yafowil/plone/resources/yafowil-fontello.css
src/yafowil/plone/resources/yafowil-fontello.eot
src/yafowil/plone/resources/yafowil-fontello.svg
src/yafowil/plone/resources/yafowil-fontello.ttf
src/yafowil/plone/resources/yafowil-fontello.woff
src/yafowil/plone/resources/yafowil-fontello.woff2
src/yafowil/plone/resources/jqueryui/jquery-ui-1.10.3.custom.css
src/yafowil/plone/resources/jqueryui/jquery-ui-1.10.3.custom.js
src/yafowil/plone/resources/jqueryui/jquery-ui-1.10.3.custom.min.js
src/yafowil/plone/resources/jqueryui/jquery-ui-1.10.3.rst
src/yafowil/plone/resources/jqueryui/jquery.ui.1.10.3.ie.css
src/yafowil/plone/resources/jqueryui/images/ui-bg_flat_0_999999_40x100.png
src/yafowil/plone/resources/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png
src/yafowil/plone/resources/jqueryui/images/ui-bg_glass_55_fbf9ee_1x400.png
src/yafowil/plone/resources/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png
src/yafowil/plone/resources/jqueryui/images/ui-bg_glass_75_dadada_1x400.png
src/yafowil/plone/resources/jqueryui/images/ui-bg_glass_75_e6e6e6_1x400.png
src/yafowil/plone/resources/jqueryui/images/ui-bg_glass_75_ffffff_1x400.png
src/yafowil/plone/resources/jqueryui/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/yafowil/plone/resources/jqueryui/images/ui-bg_inset-soft_95_fef1ec_1x100.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_222222_256x240.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_2e83ff_256x240.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_428bca_256x240.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_454545_256x240.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_555555_256x240.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_888888_256x240.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_999999_256x240.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_cd0a0a_256x240.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_f0ad4e_256x240.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_f6cf3b_256x240.png
src/yafowil/plone/resources/jqueryui/images/ui-icons_ffffff_256x240.png
src/yafowil/plone/tests/__init__.py
src/yafowil/plone/tests/test_autoform_directives.py
src/yafowil/plone/tests/test_autoform_factories.py
src/yafowil/plone/tests/test_autoform_form.py
src/yafowil/plone/tests/test_autoform_immediate.py
src/yafowil/plone/tests/test_autoform_schema.py
src/yafowil/plone/tests/test_setup.py
src/yafowil/plone/widgets/__init__.py
src/yafowil/plone/widgets/datetime.py
src/yafowil/plone/widgets/label.py
src/yafowil/plone/widgets/recurrence.py
src/yafowil/plone/widgets/relation.py
src/yafowil/plone/widgets/richtext.py