MANIFEST.in
README.md
pyproject.toml
nuru/__init__.py
nuru/actions.py
nuru/auth.py
nuru/columns.py
nuru/fields.py
nuru/icons.py
nuru/migrations.py
nuru/page.py
nuru/palette.py
nuru/panel.py
nuru/resource.py
nuru/roles.py
nuru.egg-info/PKG-INFO
nuru.egg-info/SOURCES.txt
nuru.egg-info/dependency_links.txt
nuru.egg-info/requires.txt
nuru.egg-info/top_level.txt
nuru/components/__init__.py
nuru/components/types.py
nuru/integrations/__init__.py
nuru/integrations/flowbite.py
nuru/integrations/sqlmodel.py
nuru/static/.gitkeep
nuru/static/README.txt
nuru/static/flowbite.nuru.css
nuru/static/tailwind.css
nuru/static/tailwind.input.css
nuru/templates/dashboard.html
nuru/templates/detail.html
nuru/templates/error.html
nuru/templates/form.html
nuru/templates/layout.html
nuru/templates/list.html
nuru/templates/login.html
nuru/templates/profile.html
nuru/templates/partials/detail_grid.html
nuru/templates/partials/form_grid.html
nuru/templates/partials/form_widget.html
nuru/templates/partials/table.html
nuru/templates/partials/table_widget.html
nuru/templates/partials/fields/detail/checkbox.html
nuru/templates/partials/fields/detail/checkbox_group.html
nuru/templates/partials/fields/detail/input.html
nuru/templates/partials/fields/detail/password.html
nuru/templates/partials/fields/detail/select.html
nuru/templates/partials/fields/detail/textarea.html
nuru/templates/partials/fields/form/checkbox.html
nuru/templates/partials/fields/form/checkbox_group.html
nuru/templates/partials/fields/form/hidden.html
nuru/templates/partials/fields/form/input.html
nuru/templates/partials/fields/form/select.html
nuru/templates/partials/fields/form/textarea.html
nuru/templates/partials/macros/detail_item.html
nuru/templates/partials/macros/form_item.html
nuru/templates/partials/macros/table_cell.html
nuru/templates/partials/sections/detail/fieldset.html
nuru/templates/partials/sections/detail/flat.html
nuru/templates/partials/sections/detail/styled.html
nuru/templates/partials/sections/form/fieldset.html
nuru/templates/partials/sections/form/flat.html
nuru/templates/partials/sections/form/styled.html
tests/test_auth_roles.py
tests/test_flowbite_integration.py
tests/test_select_callable.py
tests/test_smoke.py