README.md
pyproject.toml
pyvelm/__init__.py
pyvelm/actions.py
pyvelm/automation.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/loader.py
pyvelm/mail.py
pyvelm/model.py
pyvelm/paths.py
pyvelm/registry.py
pyvelm/render.py
pyvelm/runtime.py
pyvelm/scaffold_generators.py
pyvelm/scaffolder.py
pyvelm/server.py
pyvelm/storage.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/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_1_to_0_2.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_view.py
pyvelm/modules/console/models/__init__.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/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/view.py.template
pyvelm/static/pyvelm.css
pyvelm/static/tailwind.css
pyvelm/static/dist/flowbite.min.js
pyvelm/static/dist/pyvelm.css
pyvelm/templates/_view_switcher.html
pyvelm/templates/admin.html
pyvelm/templates/admin_password_reset.html
pyvelm/templates/apps.html
pyvelm/templates/form.html
pyvelm/templates/form_body.html
pyvelm/templates/graph.html
pyvelm/templates/kanban.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/layouts/main.html
pyvelm/templates/widgets/attachment.html
pyvelm/templates/widgets/image.html
pyvelm/templates/widgets/m2m_input.html
pyvelm/templates/widgets/m2o_input.html