AUTHORS
LICENSE
README.md
pyproject.toml
half_orm_gen/__init__.py
half_orm_gen/cli_extension.py
half_orm_gen/tools.py
half_orm_gen/version.txt
half_orm_gen.egg-info/PKG-INFO
half_orm_gen.egg-info/SOURCES.txt
half_orm_gen.egg-info/dependency_links.txt
half_orm_gen.egg-info/requires.txt
half_orm_gen.egg-info/top_level.txt
half_orm_gen/assets/angular_200x200.png
half_orm_gen/assets/logo-chapeau.png
half_orm_gen/assets/logo-pg-200x200.png
half_orm_gen/assets/logo-revele.png
half_orm_gen/assets/logo.png
half_orm_gen/assets/logo.svg
half_orm_gen/assets/python-powered-h-140x182.png
half_orm_gen/backend/__init__.py
half_orm_gen/backend/api_routes.py
half_orm_gen/backend/crud_helpers.py
half_orm_gen/backend/crud_routes.py
half_orm_gen/backend/generate.py
half_orm_gen/backend/ho_api/__init__.py
half_orm_gen/backend/ho_api/context.py
half_orm_gen/backend/ho_api/ddl.py
half_orm_gen/backend/ho_api/loader.py
half_orm_gen/backend/ho_api/registry.py
half_orm_gen/backend/ho_api/half_orm_meta/__init__.py
half_orm_gen/backend/ho_api/half_orm_meta/api/__init__.py
half_orm_gen/backend/ho_api/half_orm_meta/api/access.py
half_orm_gen/backend/ho_api/half_orm_meta/api/access_filter.py
half_orm_gen/backend/ho_api/half_orm_meta/api/field.py
half_orm_gen/backend/ho_api/half_orm_meta/api/field_access_fk_auto.py
half_orm_gen/backend/ho_api/half_orm_meta/api/field_access_in.py
half_orm_gen/backend/ho_api/half_orm_meta/api/field_access_out.py
half_orm_gen/backend/ho_api/half_orm_meta/api/field_access_searchable.py
half_orm_gen/backend/ho_api/half_orm_meta/api/filter.py
half_orm_gen/backend/ho_api/half_orm_meta/api/resource.py
half_orm_gen/backend/ho_api/half_orm_meta/api/role.py
half_orm_gen/backend/ho_api/half_orm_meta/api/route.py
half_orm_gen/backend/ho_api/half_orm_meta/api/user_role.py
half_orm_gen/backend/ho_api/half_orm_meta/identity/__init__.py
half_orm_gen/backend/ho_api/half_orm_meta/identity/login_state.py
half_orm_gen/backend/ho_api/half_orm_meta/identity/peer.py
half_orm_gen/backend/ho_api/half_orm_meta/identity/user.py
half_orm_gen/backend/litestar/__init__.py
half_orm_gen/backend/litestar/v2/__init__.py
half_orm_gen/backend/litestar/v2/ho_admin.py
half_orm_gen/backend/litestar/v2/identity_admin.py
half_orm_gen/backend/litestar/v2/jwt_tokens.py
half_orm_gen/backend/litestar/v2/runtime.py
half_orm_gen/backend/litestar/v2/scaffold.py
half_orm_gen/backend/litestar/v2/templates.py
half_orm_gen/frontend/__init__.py
half_orm_gen/frontend/base.py
half_orm_gen/frontend/templates_filters.ts
half_orm_gen/frontend/angular/__init__.py
half_orm_gen/frontend/angular/__pycache__/__init__.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__init__.py
half_orm_gen/frontend/angular/v19/_app_shell.py
half_orm_gen/frontend/angular/v19/_detail_component.py
half_orm_gen/frontend/angular/v19/_form_components.py
half_orm_gen/frontend/angular/v19/_helpers.py
half_orm_gen/frontend/angular/v19/_ho_admin.py
half_orm_gen/frontend/angular/v19/_list_component.py
half_orm_gen/frontend/angular/v19/_pages.py
half_orm_gen/frontend/angular/v19/_permissions_matrix.py
half_orm_gen/frontend/angular/v19/_specs.py
half_orm_gen/frontend/angular/v19/_static.py
half_orm_gen/frontend/angular/v19/_templates.py
half_orm_gen/frontend/angular/v19/angular.py
half_orm_gen/frontend/angular/v19/ho-tooltip.component.ts
half_orm_gen/frontend/angular/v19/new-items-badge.component.ts
half_orm_gen/frontend/angular/v19/resource.silo.ts
half_orm_gen/frontend/angular/v19/silo-registry.service.ts
half_orm_gen/frontend/angular/v19/test-utils.ts
half_orm_gen/frontend/angular/v19/__pycache__/__init__.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_app_shell.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_detail_component.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_form_components.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_helpers.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_ho_admin.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_list_component.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_pages.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_permissions_matrix.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_specs.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_static.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/_templates.cpython-314.pyc
half_orm_gen/frontend/angular/v19/__pycache__/angular.cpython-314.pyc
half_orm_gen/frontend/angular/v19/templates/app_shell/access.component.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/admin.guard.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/app.component.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/auth-callback.component.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/auth-delegate.component.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/auth.guard.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/auth.service.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/ho-search.component.html
half_orm_gen/frontend/angular/v19/templates/app_shell/ho-search.component.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/login.component.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/route_create.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/route_detail.ts
half_orm_gen/frontend/angular/v19/templates/app_shell/route_list.ts
half_orm_gen/frontend/angular/v19/templates/detail/detail.component.html
half_orm_gen/frontend/angular/v19/templates/detail/detail.component.ts
half_orm_gen/frontend/angular/v19/templates/detail/edit_btn.html
half_orm_gen/frontend/angular/v19/templates/detail/edit_section.html
half_orm_gen/frontend/angular/v19/templates/detail/fk_section.html
half_orm_gen/frontend/angular/v19/templates/detail/form_field_wrapper.html
half_orm_gen/frontend/angular/v19/templates/detail/rev_section.html
half_orm_gen/frontend/angular/v19/templates/form/create.component.html
half_orm_gen/frontend/angular/v19/templates/form/create.component.ts
half_orm_gen/frontend/angular/v19/templates/form/fields.component.html
half_orm_gen/frontend/angular/v19/templates/form/fields.component.ts
half_orm_gen/frontend/angular/v19/templates/form/fk_effect.ts
half_orm_gen/frontend/angular/v19/templates/form/form_field_checkbox.html
half_orm_gen/frontend/angular/v19/templates/form/form_field_default.html
half_orm_gen/frontend/angular/v19/templates/form/form_field_fk_select.html
half_orm_gen/frontend/angular/v19/templates/form/form_field_textarea.html
half_orm_gen/frontend/angular/v19/templates/form/ro_row_fk.html
half_orm_gen/frontend/angular/v19/templates/form/ro_row_latex.html
half_orm_gen/frontend/angular/v19/templates/form/ro_row_pk.html
half_orm_gen/frontend/angular/v19/templates/form/ro_row_plain.html
half_orm_gen/frontend/angular/v19/templates/ho_admin/admin-peers.component.ts
half_orm_gen/frontend/angular/v19/templates/ho_admin/admin-roles.component.ts
half_orm_gen/frontend/angular/v19/templates/list/action_td.html
half_orm_gen/frontend/angular/v19/templates/list/delete_fn.ts
half_orm_gen/frontend/angular/v19/templates/list/display_items_block.ts
half_orm_gen/frontend/angular/v19/templates/list/field_types_map.ts
half_orm_gen/frontend/angular/v19/templates/list/filter_help_item.html
half_orm_gen/frontend/angular/v19/templates/list/filter_input.html
half_orm_gen/frontend/angular/v19/templates/list/filter_row.html
half_orm_gen/frontend/angular/v19/templates/list/list.component.html
half_orm_gen/frontend/angular/v19/templates/list/list.component.ts
half_orm_gen/frontend/angular/v19/templates/list/new_btn.html
half_orm_gen/frontend/angular/v19/templates/list/new_only_filter.ts
half_orm_gen/frontend/angular/v19/templates/list/select_fn.ts
half_orm_gen/frontend/angular/v19/templates/list/td_fk.html
half_orm_gen/frontend/angular/v19/templates/list/td_plain.html
half_orm_gen/frontend/angular/v19/templates/list/th_col.html
half_orm_gen/frontend/angular/v19/templates/pages/home.component.ts
half_orm_gen/frontend/angular/v19/templates/pages/schema.component.spec.ts
half_orm_gen/frontend/angular/v19/templates/pages/schema.component.ts
half_orm_gen/frontend/angular/v19/templates/permissions_matrix/permissions-matrix.component.ts
half_orm_gen/frontend/angular/v19/templates/static/angular.json
half_orm_gen/frontend/angular/v19/templates/static/app.config.ts
half_orm_gen/frontend/angular/v19/templates/static/gitignore
half_orm_gen/frontend/angular/v19/templates/static/index.html
half_orm_gen/frontend/angular/v19/templates/static/latex.pipe.ts
half_orm_gen/frontend/angular/v19/templates/static/main.ts
half_orm_gen/frontend/angular/v19/templates/static/package.json
half_orm_gen/frontend/angular/v19/templates/static/postcss.config.js
half_orm_gen/frontend/angular/v19/templates/static/state-registry.ts
half_orm_gen/frontend/angular/v19/templates/static/styles.css
half_orm_gen/frontend/angular/v19/templates/static/tailwind.config.js
half_orm_gen/frontend/angular/v19/templates/static/tsconfig.app.json
half_orm_gen/frontend/angular/v19/templates/static/tsconfig.json
half_orm_gen/frontend/svelte/__init__.py
half_orm_gen/frontend/svelte/__pycache__/__init__.cpython-314.pyc
half_orm_gen/frontend/svelte/v5/NewItemsBadge.svelte
half_orm_gen/frontend/svelte/v5/PermissionsFields.svelte
half_orm_gen/frontend/svelte/v5/PermissionsMatrix.svelte
half_orm_gen/frontend/svelte/v5/Tooltip.svelte
half_orm_gen/frontend/svelte/v5/__init__.py
half_orm_gen/frontend/svelte/v5/resource.silo.svelte.ts
half_orm_gen/frontend/svelte/v5/silo-registry.svelte.ts
half_orm_gen/frontend/svelte/v5/svelte.py
half_orm_gen/frontend/svelte/v5/svelte_store.py
half_orm_gen/frontend/svelte/v5/__pycache__/__init__.cpython-314.pyc
half_orm_gen/frontend/svelte/v5/__pycache__/svelte.cpython-314.pyc
tests/test_crud_helpers.py
tests/test_extension.py