README.md
pyproject.toml
pyvelm/__init__.py
pyvelm/actions.py
pyvelm/automation.py
pyvelm/branding.py
pyvelm/builders.py
pyvelm/cli.py
pyvelm/console.py
pyvelm/cron.py
pyvelm/db_autogen.py
pyvelm/depends.py
pyvelm/domain.py
pyvelm/env.py
pyvelm/fields.py
pyvelm/file_icons.py
pyvelm/file_size.py
pyvelm/geo_utils.py
pyvelm/home.py
pyvelm/html_sanitizer.py
pyvelm/icons.py
pyvelm/image_meta.py
pyvelm/loader.py
pyvelm/mail.py
pyvelm/mail_chatter.py
pyvelm/mail_compose.py
pyvelm/mail_template.py
pyvelm/mail_template_fields.py
pyvelm/mail_template_render.py
pyvelm/mail_tracking.py
pyvelm/menu.py
pyvelm/model.py
pyvelm/paths.py
pyvelm/policy.py
pyvelm/py.typed
pyvelm/registry.py
pyvelm/render.py
pyvelm/request_env.py
pyvelm/runtime.py
pyvelm/scaffold_generators.py
pyvelm/scaffolder.py
pyvelm/security.py
pyvelm/server.py
pyvelm/storage.py
pyvelm/stub_generators.py
pyvelm/theme.py
pyvelm/timestamps.py
pyvelm/types.py
pyvelm/views.py
pyvelm/web.py
pyvelm.egg-info/PKG-INFO
pyvelm.egg-info/SOURCES.txt
pyvelm.egg-info/dependency_links.txt
pyvelm.egg-info/entry_points.txt
pyvelm.egg-info/requires.txt
pyvelm.egg-info/top_level.txt
pyvelm/modules/__init__.py
pyvelm/modules/admin/__init__.py
pyvelm/modules/admin/__pyvelm__.py
pyvelm/modules/admin/hooks.py
pyvelm/modules/admin/migrations/__init__.py
pyvelm/modules/admin/models/__init__.py
pyvelm/modules/admin/views/__init__.py
pyvelm/modules/admin/views/acl.py
pyvelm/modules/admin/views/dashboard.py
pyvelm/modules/admin/views/menu.py
pyvelm/modules/base/__init__.py
pyvelm/modules/base/__pyvelm__.py
pyvelm/modules/base/hooks.py
pyvelm/modules/base/migrations/0_10_to_0_11.py
pyvelm/modules/base/migrations/0_11_to_0_12.py
pyvelm/modules/base/migrations/0_12_to_0_13.py
pyvelm/modules/base/migrations/0_13_to_0_14.py
pyvelm/modules/base/migrations/0_14_to_0_15.py
pyvelm/modules/base/migrations/0_15_to_0_16.py
pyvelm/modules/base/migrations/0_16_to_0_17.py
pyvelm/modules/base/migrations/0_17_to_0_18.py
pyvelm/modules/base/migrations/0_18_to_0_19.py
pyvelm/modules/base/migrations/0_19_to_0_20.py
pyvelm/modules/base/migrations/0_1_to_0_2.py
pyvelm/modules/base/migrations/0_20_to_0_21.py
pyvelm/modules/base/migrations/0_21_to_0_22.py
pyvelm/modules/base/migrations/0_22_to_0_23.py
pyvelm/modules/base/migrations/0_23_to_0_24.py
pyvelm/modules/base/migrations/0_24_to_0_25.py
pyvelm/modules/base/migrations/0_25_to_0_26.py
pyvelm/modules/base/migrations/0_26_to_0_27.py
pyvelm/modules/base/migrations/0_27_to_0_28.py
pyvelm/modules/base/migrations/0_28_to_0_29.py
pyvelm/modules/base/migrations/0_29_to_0_30.py
pyvelm/modules/base/migrations/0_2_to_0_3.py
pyvelm/modules/base/migrations/0_3_to_0_4.py
pyvelm/modules/base/migrations/0_4_to_0_5.py
pyvelm/modules/base/migrations/0_5_to_0_6.py
pyvelm/modules/base/migrations/0_6_to_0_7.py
pyvelm/modules/base/migrations/0_7_to_0_8.py
pyvelm/modules/base/migrations/0_8_to_0_9.py
pyvelm/modules/base/migrations/0_9_to_0_10.py
pyvelm/modules/base/migrations/__init__.py
pyvelm/modules/base/models/__init__.py
pyvelm/modules/base/models/actions.py
pyvelm/modules/base/models/attachment.py
pyvelm/modules/base/models/company.py
pyvelm/modules/base/models/country.py
pyvelm/modules/base/models/currency.py
pyvelm/modules/base/models/menu.py
pyvelm/modules/base/models/region.py
pyvelm/modules/base/models/security.py
pyvelm/modules/base/models/view.py
pyvelm/modules/base/views/menu.py
pyvelm/modules/console/__pyvelm__.py
pyvelm/modules/console/commands/__init__.py
pyvelm/modules/console/commands/make_command.py
pyvelm/modules/console/commands/make_menu.py
pyvelm/modules/console/commands/make_model.py
pyvelm/modules/console/commands/make_module.py
pyvelm/modules/console/commands/make_stubs.py
pyvelm/modules/console/commands/make_view.py
pyvelm/modules/console/models/__init__.py
pyvelm/modules/file_manager/__init__.py
pyvelm/modules/file_manager/__pyvelm__.py
pyvelm/modules/file_manager/hooks.py
pyvelm/modules/file_manager/migrations/__init__.py
pyvelm/modules/file_manager/models/__init__.py
pyvelm/modules/file_manager/models/attachment.py
pyvelm/modules/file_manager/models/folder.py
pyvelm/modules/file_manager/views/__init__.py
pyvelm/modules/file_manager/views/file.py
pyvelm/modules/file_manager/views/folder.py
pyvelm/modules/file_manager/views/menu.py
pyvelm/modules/geo_data/__init__.py
pyvelm/modules/geo_data/__pyvelm__.py
pyvelm/modules/geo_data/hooks.py
pyvelm/modules/geo_data/migrations/__init__.py
pyvelm/modules/geo_data/models/__init__.py
pyvelm/modules/geo_data/models/city.py
pyvelm/modules/geo_data/models/continent.py
pyvelm/modules/geo_data/models/country.py
pyvelm/modules/geo_data/models/state.py
pyvelm/modules/geo_data/views/__init__.py
pyvelm/modules/geo_data/views/geo.py
pyvelm/modules/geo_data/views/menu.py
pyvelm/modules/mail_compose/__init__.py
pyvelm/modules/mail_compose/__pyvelm__.py
pyvelm/modules/mail_compose/hooks.py
pyvelm/modules/mail_compose/migrations/0_1_0_to_0_1_1.py
pyvelm/modules/mail_compose/migrations/__init__.py
pyvelm/modules/mail_compose/models/__init__.py
pyvelm/modules/mail_compose/models/compose.py
pyvelm/modules/mail_compose/views/__init__.py
pyvelm/modules/mail_compose/views/compose.py
pyvelm/modules/mail_compose/views/menu.py
pyvelm/modules/reports/__pyvelm__.py
pyvelm/modules/reports/hooks.py
pyvelm/modules/reports/models/__init__.py
pyvelm/modules/reports/models/report.py
pyvelm/modules/reports/models/report_run.py
pyvelm/modules/reports/views/menu.py
pyvelm/modules/reports/views/report.py
pyvelm/modules/technical/__init__.py
pyvelm/modules/technical/__pyvelm__.py
pyvelm/modules/technical/hooks.py
pyvelm/modules/technical/migrations/__init__.py
pyvelm/modules/technical/models/__init__.py
pyvelm/modules/technical/views/__init__.py
pyvelm/modules/technical/views/menu.py
pyvelm/modules/technical/views/technical.py
pyvelm/modules/vellum/__pyvelm__.py
pyvelm/modules/vellum/models/__init__.py
pyvelm/modules/vellum/tests/__init__.py
pyvelm/modules/vellum/tests/test_o2m_cache.py
pyvelm/modules/vellum/tests/test_query.py
pyvelm/modules/vellum/tests/test_relations.py
pyvelm/modules/vellum/tests/test_slice_c.py
pyvelm/modules/vellum/tests/test_slice_d.py
pyvelm/modules/workflow/__pyvelm__.py
pyvelm/modules/workflow/hooks.py
pyvelm/modules/workflow/migrations/0_1_to_0_2.py
pyvelm/modules/workflow/models/__init__.py
pyvelm/modules/workflow/models/approval.py
pyvelm/modules/workflow/models/definition.py
pyvelm/modules/workflow/models/instance.py
pyvelm/modules/workflow/models/task.py
pyvelm/modules/workflow/views/definition.py
pyvelm/modules/workflow/views/menu.py
pyvelm/modules/workflow/views/runtime.py
pyvelm/policies/__init__.py
pyvelm/policies/management.py
pyvelm/policies/workflow.py
pyvelm/reports/__init__.py
pyvelm/reports/compile.py
pyvelm/reports/compile_collections.py
pyvelm/reports/execute.py
pyvelm/reports/export_pdf.py
pyvelm/reports/export_xlsx.py
pyvelm/reports/fields_api.py
pyvelm/reports/format.py
pyvelm/reports/scheduler.py
pyvelm/reports/schema.py
pyvelm/reports/secure.py
pyvelm/reports/service.py
pyvelm/scaffolds/__init__.py
pyvelm/scaffolds/command.py.template
pyvelm/scaffolds/module/__init__.py
pyvelm/scaffolds/module/__pyvelm__.py.template
pyvelm/scaffolds/module/hooks.py.template
pyvelm/scaffolds/module/migrations/__init__.py
pyvelm/scaffolds/module/models/__init__.py.template
pyvelm/scaffolds/module/views/__init__.py
pyvelm/scaffolds/project/Dockerfile
pyvelm/scaffolds/project/README.md.template
pyvelm/scaffolds/project/docker-compose.dev.yml.template
pyvelm/scaffolds/project/docker-compose.yml.template
pyvelm/scaffolds/project/dotenv.example
pyvelm/scaffolds/project/dotgitignore
pyvelm/scaffolds/project/gunicorn_conf.py
pyvelm/scaffolds/project/pyproject.toml.template
pyvelm/scaffolds/project/pyrightconfig.json.template
pyvelm/scaffolds/project/pyvelm.toml.template
pyvelm/scaffolds/project/app/__init__.py
pyvelm/scaffolds/project/app/serve.py.template
pyvelm/scaffolds/project/app/modules/dotgitkeep
pyvelm/scaffolds/project/deploy/nginx.conf.template
pyvelm/scaffolds/project/deploy/systemd/app.service.template
pyvelm/scaffolds/project/deploy/systemd/cron.service.template
pyvelm/scaffolds/snippets/menu.py.template
pyvelm/scaffolds/snippets/model.py.template
pyvelm/scaffolds/snippets/model_vellum.py.template
pyvelm/scaffolds/snippets/view.py.template
pyvelm/static/pv_code_editor.css
pyvelm/static/pv_datetime_picker.js
pyvelm/static/pv_html_editor.css
pyvelm/static/pyvelm.css
pyvelm/static/tailwind.css
pyvelm/static/dist/code_editor.js
pyvelm/static/dist/flowbite.min.js
pyvelm/static/dist/mail_editor.js
pyvelm/static/dist/pyvelm.css
pyvelm/templates/_chatter_panel.html
pyvelm/templates/_form_activity_aside.html
pyvelm/templates/_kanban_card.html
pyvelm/templates/_pv_files_alpine.html
pyvelm/templates/_pv_kanban_alpine.html
pyvelm/templates/_pv_list_alpine.html
pyvelm/templates/_pv_search_toolbar.html
pyvelm/templates/_record_pager.html
pyvelm/templates/_view_switcher.html
pyvelm/templates/_workflow_bar.html
pyvelm/templates/_workflow_timeline.html
pyvelm/templates/access_denied.html
pyvelm/templates/account_profile.html
pyvelm/templates/admin.html
pyvelm/templates/admin_password_reset.html
pyvelm/templates/apps.html
pyvelm/templates/apps_detail.html
pyvelm/templates/dashboard.html
pyvelm/templates/error.html
pyvelm/templates/file_manager_library.html
pyvelm/templates/file_manager_properties.html
pyvelm/templates/file_manager_upload.html
pyvelm/templates/file_manager_upload_panel.html
pyvelm/templates/form.html
pyvelm/templates/form_body.html
pyvelm/templates/graph.html
pyvelm/templates/kanban.html
pyvelm/templates/kanban_body.html
pyvelm/templates/kanban_cards.html
pyvelm/templates/landing.html
pyvelm/templates/list.html
pyvelm/templates/list_pagination.html
pyvelm/templates/list_row.html
pyvelm/templates/list_row_edit.html
pyvelm/templates/list_rows.html
pyvelm/templates/list_table.html
pyvelm/templates/login.html
pyvelm/templates/password.html
pyvelm/templates/pivot.html
pyvelm/templates/report_builder.html
pyvelm/templates/report_run.html
pyvelm/templates/workflow_builder.html
pyvelm/templates/workflow_inbox.html
pyvelm/templates/workflow_transition_form.html
pyvelm/templates/apps/_actions.html
pyvelm/templates/apps/_icon.html
pyvelm/templates/apps/_scripts.html
pyvelm/templates/apps/_state_badge.html
pyvelm/templates/layouts/_brand_logo.html
pyvelm/templates/layouts/_brand_mark.html
pyvelm/templates/layouts/_footer_branding.html
pyvelm/templates/layouts/_head_branding.html
pyvelm/templates/layouts/_head_init.html
pyvelm/templates/layouts/_head_theme.html
pyvelm/templates/layouts/_nav_apps_roots.html
pyvelm/templates/layouts/_nav_sidebar.html
pyvelm/templates/layouts/_nav_topbar_secondary.html
pyvelm/templates/layouts/_topnav_brand.html
pyvelm/templates/layouts/main.html
pyvelm/templates/widgets/attachment.html
pyvelm/templates/widgets/code_editor.html
pyvelm/templates/widgets/color.html
pyvelm/templates/widgets/combo_input.html
pyvelm/templates/widgets/field_drill_browser.html
pyvelm/templates/widgets/file_picker.html
pyvelm/templates/widgets/file_picker_field.html
pyvelm/templates/widgets/file_url.html
pyvelm/templates/widgets/html_editor.html
pyvelm/templates/widgets/image.html
pyvelm/templates/widgets/m2m_input.html
pyvelm/templates/widgets/m2o_input.html
pyvelm/templates/widgets/pv_combo_fragment.html
pyvelm/tests/__init__.py
pyvelm/tests/test_apps_catalog_gating.py
pyvelm/tests/test_branding.py
pyvelm/tests/test_breadcrumbs.py
pyvelm/tests/test_dashboard.py
pyvelm/tests/test_datetime_pickers.py
pyvelm/tests/test_db_autogen_constraints.py
pyvelm/tests/test_db_cli.py
pyvelm/tests/test_display_name.py
pyvelm/tests/test_domain.py
pyvelm/tests/test_file_manager.py
pyvelm/tests/test_file_size.py
pyvelm/tests/test_geo_data.py
pyvelm/tests/test_home.py
pyvelm/tests/test_html_sanitizer.py
pyvelm/tests/test_icons.py
pyvelm/tests/test_image_meta.py
pyvelm/tests/test_kanban_drag.py
pyvelm/tests/test_mail_chatter.py
pyvelm/tests/test_mail_compose.py
pyvelm/tests/test_mail_template.py
pyvelm/tests/test_mail_tracking.py
pyvelm/tests/test_menu.py
pyvelm/tests/test_module_roots_env.py
pyvelm/tests/test_policies.py
pyvelm/tests/test_policy_ui_gating.py
pyvelm/tests/test_relational_widgets.py
pyvelm/tests/test_reports.py
pyvelm/tests/test_scaffold_views.py
pyvelm/tests/test_security.py
pyvelm/tests/test_stub_generators.py
pyvelm/tests/test_theme.py
pyvelm/tests/test_timestamps.py
pyvelm/tests/test_upgrade_sync.py
pyvelm/tests/test_view_access.py
pyvelm/tests/test_workflow.py
pyvelm/tests/test_workflow_history.py
pyvelm/tests/test_workflow_inbox.py
pyvelm/vellum/__init__.py
pyvelm/vellum/_metadata.py
pyvelm/vellum/_subclass.py
pyvelm/vellum/attribute.py
pyvelm/vellum/collection.py
pyvelm/vellum/counts.py
pyvelm/vellum/eager.py
pyvelm/vellum/events.py
pyvelm/vellum/fillable.py
pyvelm/vellum/mixin.py
pyvelm/vellum/query.py
pyvelm/vellum/relations.py
pyvelm/vellum/scope.py
pyvelm/vellum/soft_delete.py
pyvelm/vellum/timestamps.py
pyvelm/widgets/__init__.py
pyvelm/widgets/datetime_pickers.py
pyvelm/workflow/__init__.py
pyvelm/workflow/engine.py
pyvelm/workflow/escalation.py
pyvelm/workflow/history.py
pyvelm/workflow/inbox.py
pyvelm/workflow/runtime.py
pyvelm/workflow/schema.py
pyvelm/workflow/service.py