MANIFEST.in
README.rst
setup.cfg
setup.py
pyramid_crud/__init__.py
pyramid_crud/forms.py
pyramid_crud/util.py
pyramid_crud/views.py
pyramid_crud.egg-info/PKG-INFO
pyramid_crud.egg-info/SOURCES.txt
pyramid_crud.egg-info/dependency_links.txt
pyramid_crud.egg-info/not-zip-safe
pyramid_crud.egg-info/requires.txt
pyramid_crud.egg-info/top_level.txt
pyramid_crud/templates/default/base.mako
pyramid_crud/templates/default/delete_confirm.mako
pyramid_crud/templates/default/edit.mako
pyramid_crud/templates/default/fieldset.mako
pyramid_crud/templates/default/list.mako
pyramid_crud/templates/default/edit_inline/tabular.mako
tests/__init__.py
tests/conftest.py
tests/test_forms.py
tests/test_init.py
tests/test_integration.py
tests/test_template.py
tests/test_util.py
tests/test_views.py
tests/test_app/__init__.py
tests/test_app/forms.py
tests/test_app/models.py
tests/test_app/tests.py
tests/test_app/util.py
tests/test_app/views.py