MANIFEST.in
README.md
pyproject.toml
nuru/__init__.py
nuru/actions.py
nuru/auth.py
nuru/columns.py
nuru/field_builder.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/forms/__init__.py
nuru/forms/base.py
nuru/forms/checkbox.py
nuru/forms/checkbox_group.py
nuru/forms/date.py
nuru/forms/datepicker.py
nuru/forms/datetimepicker.py
nuru/forms/email.py
nuru/forms/file_upload.py
nuru/forms/hidden.py
nuru/forms/image_entry.py
nuru/forms/number.py
nuru/forms/password.py
nuru/forms/radio.py
nuru/forms/radio_buttons.py
nuru/forms/section.py
nuru/forms/select.py
nuru/forms/text.py
nuru/forms/textarea.py
nuru/forms/time.py
nuru/forms/timepicker.py
nuru/forms/toggle.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/storage/__init__.py
nuru/storage/local.py
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/datepicker.html
nuru/templates/partials/fields/detail/datetimepicker.html
nuru/templates/partials/fields/detail/file_upload.html
nuru/templates/partials/fields/detail/image.html
nuru/templates/partials/fields/detail/input.html
nuru/templates/partials/fields/detail/password.html
nuru/templates/partials/fields/detail/radio.html
nuru/templates/partials/fields/detail/radio_buttons.html
nuru/templates/partials/fields/detail/select.html
nuru/templates/partials/fields/detail/textarea.html
nuru/templates/partials/fields/detail/timepicker.html
nuru/templates/partials/fields/detail/toggle.html
nuru/templates/partials/fields/form/checkbox.html
nuru/templates/partials/fields/form/checkbox_group.html
nuru/templates/partials/fields/form/datepicker.html
nuru/templates/partials/fields/form/datetimepicker.html
nuru/templates/partials/fields/form/file_upload.html
nuru/templates/partials/fields/form/hidden.html
nuru/templates/partials/fields/form/input.html
nuru/templates/partials/fields/form/radio.html
nuru/templates/partials/fields/form/radio_buttons.html
nuru/templates/partials/fields/form/select.html
nuru/templates/partials/fields/form/textarea.html
nuru/templates/partials/fields/form/timepicker.html
nuru/templates/partials/fields/form/toggle.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_field_convenience.py
tests/test_field_make.py
tests/test_fields_fluent.py
tests/test_file_upload.py
tests/test_flowbite_integration.py
tests/test_palette.py
tests/test_picker_fields.py
tests/test_section_fluent.py
tests/test_select_callable.py
tests/test_smoke.py