MANIFEST.in
README.md
pyproject.toml
fastpluggy_crud_tools.egg-info/PKG-INFO
fastpluggy_crud_tools.egg-info/SOURCES.txt
fastpluggy_crud_tools.egg-info/dependency_links.txt
fastpluggy_crud_tools.egg-info/entry_points.txt
fastpluggy_crud_tools.egg-info/requires.txt
fastpluggy_crud_tools.egg-info/top_level.txt
src/__init__.py
src/config.py
src/crud_admin.py
src/crud_admin_registry.py
src/crud_link_helper.py
src/menu_tools.py
src/plugin.py
src/schema.py
src/template_tools.py
src/field_types/__init__.py
src/field_types/date_fields.py
src/field_types/dynamic_fields.py
src/field_types/entity_fields.py
src/field_types/enum_fields.py
src/field_types/timedelta_fields.py
src/filters/__init__.py
src/filters/boolean_filter.py
src/filters/datetime_filter.py
src/filters/enum_filter.py
src/filters/filter_factory.py
src/filters/number_filter.py
src/filters/text_filter.py
src/router/__init__.py
src/router/api.py
src/router/crud.py
src/router/crud_admin.py
src/static/css/header_filters.css
src/static/js/dynamic-select.js
src/templates/widgets/data/filter_macros.html.j2
src/templates/widgets/data/filtered_table.html.j2
src/templates/widgets/data/panel_model_view.html.j2
src/widgets/__init__.py
src/widgets/filtered_table.py
src/widgets/panel_model_view.py
tests/test_crud_admin.py
tests/test_crud_admin_registry.py
tests/test_crud_link_helper.py
tests/test_field_types.py
tests/test_imports.py
tests/test_link_helper.py
tests/test_schema.py