falco-cli 0.23.2__tar.gz → 0.23.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {falco_cli-0.23.2 → falco_cli-0.23.4}/PKG-INFO +1 -1
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/install.rst +5 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/dependency.rst +60 -83
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/usage.rst +0 -8
- {falco_cli-0.23.2 → falco_cli-0.23.4}/pyproject.toml +1 -1
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/__about__.py +1 -1
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/config.py +6 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/.git +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/.github/workflows/ci.yml +0 -55
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/.github/workflows/pre-commit-auto-update.yml +0 -44
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/LICENSE +0 -21
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/README.md +0 -10
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/cookiecutter.json +0 -6
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.dockerignore +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.editorconfig +0 -27
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.env.template +0 -15
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.github/dependabot.yml +0 -16
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.github/workflows/cd.yml +0 -174
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.github/workflows/ci.yml +0 -82
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.gitignore +0 -142
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.pre-commit-config.yaml +0 -60
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/CHANGELOG.md +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/README.md +0 -34
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/Dockerfile +0 -55
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/Dockerfile.binary +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/dependencies.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/finish +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/run +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/type +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/dependencies.d/base +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/type +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/up +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/server +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/worker +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/dependencies.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/run +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/type +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/scripts/setup.sh +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/docs/applications/index.rst +0 -8
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/docs/applications/users/index.rst +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/docs/changelog.rst +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/docs/conf.py +0 -53
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/docs/index.rst +0 -18
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/justfile +0 -215
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/manage.py +0 -23
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/playground.ipynb +0 -40
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/pyproject.toml +0 -267
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/tests/conftest.py +0 -43
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/tests/test_assert_true.py +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__init__.py +0 -5
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__main__.py +0 -85
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/asgi.py +0 -7
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/apps.py +0 -6
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/sentry.py +0 -33
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/views.py +0 -49
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/settings.py +0 -417
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/htmx/htmx.min.js +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/.well-known/security.txt +0 -3
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403.html +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403_csrf.html +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/404.html +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/500.html +0 -11
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base.html +0 -38
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base_email.html +0 -73
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/about.html +0 -6
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/home.html +0 -6
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/robots.txt +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/urls.py +0 -55
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/admin.py +0 -62
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/apps.py +0 -5
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/forms.py +0 -12
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/0001_initial.py +0 -80
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/models.py +0 -53
- falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/wsgi.py +0 -7
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/.git +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/.github/workflows/ci.yml +0 -55
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/.github/workflows/pre-commit-auto-update.yml +0 -44
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/.gitignore +0 -140
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/LICENSE +0 -21
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/README.md +0 -15
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/cookiecutter.json +0 -9
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.dockerignore +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.editorconfig +0 -27
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.env.template +0 -15
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.github/dependabot.yml +0 -16
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.github/workflows/cd.yml +0 -174
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.github/workflows/ci.yml +0 -81
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.gitignore +0 -142
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.pre-commit-config.yaml +0 -51
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/CHANGELOG.md +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/README.md +0 -34
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/blueprints/create.html.jinja +0 -21
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/blueprints/detail.html.jinja +0 -27
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/blueprints/list.html.jinja +0 -102
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/blueprints/update.html.jinja +0 -24
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/Dockerfile +0 -53
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/Dockerfile.binary +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/dependencies.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/finish +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/run +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/type +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/dependencies.d/base +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/type +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/up +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/server +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/worker +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/dependencies.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/run +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/type +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/scripts/setup.sh +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/docs/applications/index.rst +0 -8
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/docs/applications/users/index.rst +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/docs/changelog.rst +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/docs/conf.py +0 -53
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/docs/index.rst +0 -18
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/justfile +0 -214
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/manage.py +0 -23
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/playground.ipynb +0 -40
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/pyproject.toml +0 -271
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/tests/conftest.py +0 -43
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/tests/test_assert_true.py +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__init__.py +0 -5
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__main__.py +0 -85
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/asgi.py +0 -7
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/apps.py +0 -6
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/sentry.py +0 -33
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/views.py +0 -49
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/settings.py +0 -417
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/css/style.css +0 -16
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/htmx/htmx.min.js +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/.well-known/security.txt +0 -3
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403.html +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403_csrf.html +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/404.html +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/500.html +0 -11
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/account_inactive.html +0 -13
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/base.html +0 -25
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/email.html +0 -80
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/email_confirm.html +0 -29
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/login.html +0 -54
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/logout.html +0 -22
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_change.html +0 -20
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_reset.html +0 -30
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_reset_done.html +0 -19
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_reset_from_key.html +0 -38
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_reset_from_key_done.html +0 -13
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_set.html +0 -23
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/signup.html +0 -29
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/signup_closed.html +0 -13
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/verification_sent.html +0 -15
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/verified_email_required.html +0 -26
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base.html +0 -133
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base_email.html +0 -73
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/about.html +0 -6
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/home.html +0 -20
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/robots.txt +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/urls.py +0 -55
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/admin.py +0 -62
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/apps.py +0 -5
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/forms.py +0 -12
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/0001_initial.py +0 -80
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/models.py +0 -53
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/wsgi.py +0 -7
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/.git +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/.github/workflows/ci.yml +0 -55
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/.github/workflows/pre-commit-auto-update.yml +0 -44
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/LICENSE +0 -21
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/README.md +0 -10
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/cookiecutter.json +0 -9
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.dockerignore +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.editorconfig +0 -27
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.env.template +0 -15
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.github/dependabot.yml +0 -16
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.github/workflows/cd.yml +0 -174
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.github/workflows/ci.yml +0 -81
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.gitignore +0 -142
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.pre-commit-config.yaml +0 -50
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/CHANGELOG.md +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/README.md +0 -34
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/blueprints/create.html.jinja +0 -19
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/blueprints/detail.html.jinja +0 -27
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/blueprints/list.html.jinja +0 -97
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/blueprints/update.html.jinja +0 -23
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/Dockerfile +0 -53
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/Dockerfile.binary +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/dependencies.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/finish +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/run +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/type +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/dependencies.d/base +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/type +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/up +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/server +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/worker +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/dependencies.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/run +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/type +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/scripts/setup.sh +0 -4
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/docs/applications/index.rst +0 -8
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/docs/applications/users/index.rst +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/docs/changelog.rst +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/docs/conf.py +0 -53
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/docs/index.rst +0 -18
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/justfile +0 -214
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/manage.py +0 -23
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/playground.ipynb +0 -40
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/pyproject.toml +0 -269
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/tests/conftest.py +0 -43
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/tests/test_assert_true.py +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__init__.py +0 -5
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__main__.py +0 -85
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/asgi.py +0 -7
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/apps.py +0 -6
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/sentry.py +0 -33
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/views.py +0 -49
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/settings.py +0 -409
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/htmx/htmx.min.js +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/.well-known/security.txt +0 -3
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403.html +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403_csrf.html +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/404.html +0 -14
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/500.html +0 -11
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/base_entrance.html +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/base_manage.html +0 -1
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base.html +0 -40
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base_email.html +0 -73
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/about.html +0 -6
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/home.html +0 -6
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/robots.txt +0 -2
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/urls.py +0 -55
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/__init__.py +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/admin.py +0 -62
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/apps.py +0 -5
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/forms.py +0 -12
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/0001_initial.py +0 -80
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/__init__.py +0 -0
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/models.py +0 -53
- falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/wsgi.py +0 -7
- falco_cli-0.23.2/blueprints/falco_twind/.git +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/.github/workflows/ci.yml +0 -55
- falco_cli-0.23.2/blueprints/falco_twind/.github/workflows/pre-commit-auto-update.yml +0 -44
- falco_cli-0.23.2/blueprints/falco_twind/LICENSE +0 -21
- falco_cli-0.23.2/blueprints/falco_twind/README.md +0 -15
- falco_cli-0.23.2/blueprints/falco_twind/cookiecutter.json +0 -12
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.dockerignore +0 -14
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.editorconfig +0 -27
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.env.template +0 -15
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.github/dependabot.yml +0 -16
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.github/workflows/cd.yml +0 -174
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.github/workflows/ci.yml +0 -82
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.gitignore +0 -142
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.pre-commit-config.yaml +0 -60
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/CHANGELOG.md +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/README.md +0 -34
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/Dockerfile +0 -55
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/Dockerfile.binary +0 -14
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/dependencies.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/finish +0 -4
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/run +0 -4
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/type +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/dependencies.d/base +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/type +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/up +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/server +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/worker +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/dependencies.d/setup +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/run +0 -4
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/type +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/scripts/setup.sh +0 -4
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/docs/applications/index.rst +0 -8
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/docs/applications/users/index.rst +0 -2
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/docs/changelog.rst +0 -2
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/docs/conf.py +0 -53
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/docs/index.rst +0 -18
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/justfile +0 -214
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/manage.py +0 -23
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/playground.ipynb +0 -40
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/pyproject.toml +0 -267
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/tests/__init__.py +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/tests/conftest.py +0 -43
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/tests/test_assert_true.py +0 -2
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__init__.py +0 -5
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__main__.py +0 -85
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/asgi.py +0 -7
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/__init__.py +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/apps.py +0 -6
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/sentry.py +0 -33
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/views.py +0 -49
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/settings.py +0 -410
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/css/style.css +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/css/tom-select.css +0 -412
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/css/tom-select.css.map +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/css/twind.css +0 -9020
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/images/bg-body-2.png +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/images/bg-body.png +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/images/logoipsum-icon.svg +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/images/logoipsum.svg +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/js/app.js +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/js/components.js +0 -618
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/js/index.js +0 -30
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/htmx/htmx.min.js +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/tom-select/tom-select.complete.js +0 -5297
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/tom-select/tom-select.complete.js.map +0 -1
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/.well-known/security.txt +0 -3
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403.html +0 -14
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403_csrf.html +0 -14
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/404.html +0 -14
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/500.html +0 -11
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base.html +0 -74
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base_email.html +0 -73
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/forms/field.html +0 -27
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/forms/form.html +0 -7
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/forms/hidden_fields.html +0 -4
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/forms/non_field_errors.html +0 -14
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/forms/tom_select_field.html +0 -36
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/about.html +0 -6
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/home.html +0 -6
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/partials/alert.html +0 -16
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/partials/modal.html +0 -33
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/robots.txt +0 -2
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/urls.py +0 -55
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/__init__.py +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/admin.py +0 -62
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/apps.py +0 -5
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/forms.py +0 -12
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/0001_initial.py +0 -80
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/__init__.py +0 -0
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/models.py +0 -53
- falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/wsgi.py +0 -7
- falco_cli-0.23.2/demo/config/__init__.py +0 -0
- falco_cli-0.23.2/demo/demo/__init__.py +0 -0
- falco_cli-0.23.2/demo/demo/core/__init__.py +0 -0
- falco_cli-0.23.2/demo/demo/orders/__init__.py +0 -0
- falco_cli-0.23.2/demo/demo/orders/migrations/__init__.py +0 -0
- falco_cli-0.23.2/demo/demo/products/__init__.py +0 -0
- falco_cli-0.23.2/demo/demo/products/migrations/__init__.py +0 -0
- falco_cli-0.23.2/demo/demo/users/__init__.py +0 -0
- falco_cli-0.23.2/demo/demo/users/migrations/__init__.py +0 -0
- falco_cli-0.23.2/tests/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/.all-contributorsrc +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/.editorconfig +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/.github/workflows/ci.yml +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/.github/workflows/pre-commit-auto-update.yml +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/.github/workflows/publish.yml +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/.gitignore +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/.gitmodules +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/.pre-commit-config.yaml +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/.readthedocs.yaml +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/.vscode/settings.json +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/CODE_OF_CONDUCT.md +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/LICENSE +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/README.md +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/all-contributorsrc +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/assets/falco-logo.png +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/assets/falco-logo.svg +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/assets/og-image.jpg +0 -0
- {falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/tests → falco_cli-0.23.4/demo/config}/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/config/asgi.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/config/settings.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/config/urls.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/config/wsgi.py +0 -0
- {falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core → falco_cli-0.23.4/demo/demo}/__init__.py +0 -0
- {falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users → falco_cli-0.23.4/demo/demo/core}/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/core/apps.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/core/types.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/core/utils.py +0 -0
- {falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations → falco_cli-0.23.4/demo/demo/orders}/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/apps.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/migrations/0001_initial.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/migrations/0002_order_created.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/migrations/0003_order_completed_order_image_order_receipt.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/migrations/0004_alter_order_completed.py +0 -0
- {falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/tests → falco_cli-0.23.4/demo/demo/orders/migrations}/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/models.py +0 -0
- {falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core → falco_cli-0.23.4/demo/demo/products}/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/admin.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/apps.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/forms.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/migrations/0001_initial.py +0 -0
- {falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users → falco_cli-0.23.4/demo/demo/products/migrations}/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/models.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/tests.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/urls.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/views.py +0 -0
- {falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations → falco_cli-0.23.4/demo/demo/users}/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/users/admin.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/users/apps.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/users/migrations/0001_initial.py +0 -0
- {falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/tests → falco_cli-0.23.4/demo/demo/users/migrations}/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/users/models.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/manage.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/pyproject.toml +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/requirements.txt +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/templates/base.html +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/templates/products/product_create.html +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/templates/products/product_detail.html +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/templates/products/product_list.html +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/templates/products/product_update.html +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/.rich-codex.yml +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/Makefile +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/_static/add-og-title-to-home.js +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/_static/custom.css +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/_templates/components/nav-versions.html +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/changelog.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/codeofconduct.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/conf.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/contributing.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/avoiding_god_models.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/database_tips.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/deployment.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/dynamic_model_schema.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/index.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/interactive_user_interfaces.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/logging_and_monitoring.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/multitenancy.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/optimizing_database_access.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/permissions_and_authorization.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/realtime.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/running_project_in_a_container.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/task_queues_and_schedulers.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/tips_and_extra.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/use_sqlite_in_production.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/writing_async_code.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/writing_documentation.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/writing_tests.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/images/deployment.png +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/images/logo_with_text.svg +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/images/project-tree.svg +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/images/task_queue.png +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/index.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/license.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/make.bat +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/requirements.txt +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/crud.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/htmx.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/index.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/migrations.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_app.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/deploy.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/index.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/issues.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/packages.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/structure.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/sync_dotenv.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/work.rst +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/justfile +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/requirements.txt +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/scripts/project_tree.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/scripts/update_readme_guides.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/__main__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/checks.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/crud/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/crud/install_crud_utils.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/crud/model_crud.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/crud/utils.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/htmx.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/htmx_extension.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/reset_migrations.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/rm_migrations.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/start_app.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/start_project.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/sync_dotenv.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/work.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/html/create.html.jinja +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/html/detail.html.jinja +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/html/list.html.jinja +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/html/update.html.jinja +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/python/forms.py.jinja +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/python/views.py.jinja +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/utils/types.py.jinja +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/utils/utils.py.jinja +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/utils.py +0 -0
- {falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core → falco_cli-0.23.4/tests}/__init__.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_crud.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_htmx.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_htmx_extension.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_install_crud_utils.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_reset_migrations.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_rm_migrations.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_start_app.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_start_project.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_sync_dotenv.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_work.py +0 -0
- {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/conftest.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: falco-cli
|
|
3
|
-
Version: 0.23.
|
|
3
|
+
Version: 0.23.4
|
|
4
4
|
Summary: Enhance your Django developer experience: CLI and Guides for the Modern Developer.
|
|
5
5
|
Project-URL: Documentation, https://falco.oluwatobi.dev/
|
|
6
6
|
Project-URL: Homepage, https://falco.oluwatobi.dev/
|
|
@@ -16,6 +16,11 @@ You can also automatically install just with falco by running:
|
|
|
16
16
|
|
|
17
17
|
pip install falco-cli[just]
|
|
18
18
|
|
|
19
|
+
.. note::
|
|
20
|
+
|
|
21
|
+
The ``just`` extra does not work on Windows. If you are on Windows, you can follow the install instuctions
|
|
22
|
+
`here <https://just.systems/man/en/chapter_4.html>`_
|
|
23
|
+
|
|
19
24
|
Next Up
|
|
20
25
|
-------
|
|
21
26
|
|
|
@@ -22,6 +22,21 @@ The project is set up to use hatch_ for virtual environment management and depen
|
|
|
22
22
|
|
|
23
23
|
-- Official hatch documentation
|
|
24
24
|
|
|
25
|
+
|
|
26
|
+
.. admonition:: why hatch?
|
|
27
|
+
:class: dropdown note
|
|
28
|
+
|
|
29
|
+
Using hatch is a recent switch for me. Previously, I used `poetry <https://python-poetry.org/>`_ as my preferred tool. While poetry is still a great tool, I have chosen hatch for the following reasons:
|
|
30
|
+
|
|
31
|
+
1. Backed by the **pypa** (Python Packaging Authority), hatch aligns with the efforts to solve packaging and tooling issues in the Python ecosystem. I believe that if the Python ecosystem ever manages to overcome these challenges, it will be because the pypa has reached a consensus, and I hope that hatch will be the chosen solution. We all hope to see a cargo-like tool for Python someday.
|
|
32
|
+
|
|
33
|
+
2. Hatch now has the ability to install and manage Python versions, along with other existing features. This brings it closer to being the all-in-one tool that every Python developer needs.
|
|
34
|
+
|
|
35
|
+
3. Hatch is PEP-friendly, making it compatible with other tools in the ecosystem. It adds minimal custom configuration to the ``pyproject.toml`` file and relies on existing standards for project information and dependencies.
|
|
36
|
+
|
|
37
|
+
4. In terms of performance, hatch is faster compared to poetry. While poetry is generally not slow, there have been rare instances where it took 30 minutes to install requirements. I have experienced this a few times.
|
|
38
|
+
|
|
39
|
+
|
|
25
40
|
Read the hatch documentation on `environment <https://hatch.pypa.io/latest/environment/>`_ for more information on how to manage virtual environments.
|
|
26
41
|
Hatch can do a lot, including `managing Python installations <https://hatch.pypa.io/latest/cli/reference/#hatch-python>`_, but for the context of the project, these are the things you need to know.
|
|
27
42
|
|
|
@@ -44,94 +59,65 @@ Hatch can do a lot, including `managing Python installations <https://hatch.pypa
|
|
|
44
59
|
Environments
|
|
45
60
|
************
|
|
46
61
|
|
|
47
|
-
The project comes with three environment configurations: ``default``, ``
|
|
62
|
+
The project comes with three environment configurations: ``default``, ``dev``, and ``docs``.
|
|
48
63
|
|
|
49
|
-
- The ``default`` environment is activated when you run ``hatch shell``. It contains all the
|
|
50
|
-
- The ``
|
|
64
|
+
- The ``default`` environment is activated when you run ``hatch shell``. It is the default environment made available by Hatch and contains all the required dependencies for your project to run in production.
|
|
65
|
+
- The ``dev`` environment contains packages used for development and testing, such as ``django-debug-toolbar``, ``pytest``, ``django-pytest``, etc.
|
|
51
66
|
- The ``docs`` environment is for documentation. It contains tools such as ``sphinx``, ``furo``, etc.
|
|
52
67
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
.. code-block:: bash
|
|
56
|
-
|
|
57
|
-
hatch run <env>:<script>
|
|
68
|
+
.. admonition:: Install all dependencies
|
|
69
|
+
:class: dropdown note
|
|
58
70
|
|
|
59
|
-
|
|
60
|
-
You don't need to manage it manually. If the dependencies list has changed, Hatch will automatically install them the next
|
|
61
|
-
time a command from that environment is run.
|
|
71
|
+
Running ``just bootstrap`` will create all three environments and install the dependencies for each.
|
|
62
72
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
``requirements`` folder with the name ``requirements-<env>.txt``.
|
|
73
|
+
Although ``hatch`` comes with an integrated script runner, the project uses `just <https://just.systems/>`_ as the script runner. The main reason is that it is a more universal solution (not limited to the Python ecosystem) and
|
|
74
|
+
I find it more flexible. Paired with the `scripts-to-rule-them-all <https://github.com/github/scripts-to-rule-them-all>`_ pattern, it's an efficient way to standardize a set of commands
|
|
75
|
+
(``setup``, ``server``, ``console``, etc.) across all your projects, whether they are Django, Python, or something else. This way, you don't need to remember a different set of commands for each project.
|
|
67
76
|
|
|
68
|
-
|
|
69
|
-
Activate the virtual environment
|
|
70
|
-
********************************
|
|
71
|
-
|
|
72
|
-
To activate the default virtual environment, run:
|
|
77
|
+
To see all available scripts or `recipes` as ``just`` calls them, you can run:
|
|
73
78
|
|
|
74
79
|
.. code-block:: bash
|
|
75
80
|
|
|
76
|
-
$
|
|
81
|
+
$ just
|
|
77
82
|
|
|
78
|
-
|
|
79
|
-
executed in the appropriate virtual environment.
|
|
83
|
+
The primary environment you'll use during development is the ``dev`` environment. To run a command, you can either run ``just run`` or ``hatch --env dev run``. The first command is basically an alias for the second.
|
|
80
84
|
|
|
81
|
-
|
|
85
|
+
**Examples**
|
|
82
86
|
|
|
83
87
|
.. code-block:: bash
|
|
84
88
|
|
|
85
|
-
$
|
|
86
|
-
|
|
87
|
-
This will run your project in the default virtual environment.
|
|
88
|
-
|
|
89
|
-
Add / remove a new dependency
|
|
90
|
-
*****************************
|
|
89
|
+
$ just run python # launch the Python shell
|
|
90
|
+
$ just run python manage.py dbshell # launch the database shell
|
|
91
91
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
The next time you run a command using hatch, such as ``hatch run python manage.py runserver``, hatch will automatically install the new dependency.
|
|
95
|
-
The process is the same for removing a dependency.
|
|
92
|
+
There are aliases for most Django commands, such as ``just server`` to run the development server, ``just migrate`` to apply migrations, ``just createsuperuser`` to create a superuser, etc.
|
|
93
|
+
. For any other commands that aren't explicitly aliased, you can run ``just dj <command>`` to run the command in the Django context.
|
|
96
94
|
|
|
97
|
-
|
|
98
|
-
|
|
95
|
+
Activate the virtual environment
|
|
96
|
+
********************************
|
|
99
97
|
|
|
100
|
-
|
|
98
|
+
To activate an environment for the current shell, run ``hatch shell <env_name>``, so ``hatch shell dev`` will activate the ``dev`` environment. If no specific environment name is provided, the default environment is activated.
|
|
101
99
|
|
|
102
|
-
..
|
|
100
|
+
.. admonition:: Get the path of the dev environment
|
|
101
|
+
:class: dropdown note
|
|
103
102
|
|
|
104
|
-
|
|
105
|
-
runserver = ["migrate", "python manage.py tailwind runserver {args}"]
|
|
106
|
-
migrate = "python manage.py migrate {args}"
|
|
107
|
-
makemigrations = "python manage.py makemigrations {args}"
|
|
108
|
-
...
|
|
103
|
+
You can get the full path of the dev environment with ``just env-path`` or ``hatch env-path dev``. This can be useful to specify the interpreter in VSCode or PyCharm, for example.
|
|
109
104
|
|
|
110
|
-
|
|
105
|
+
You don't need to activate your shell to run commands. When running a just script, dependencies will be automatically synced (installed or removed if necessary), since it uses Hatch underneath, and
|
|
106
|
+
the command will be executed in the appropriate virtual environment.
|
|
111
107
|
|
|
112
|
-
.. admonition:: Alias Hatch run
|
|
113
|
-
:class: tip
|
|
114
108
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
it may impact your overall experience.
|
|
109
|
+
Add / remove a new dependency
|
|
110
|
+
*****************************
|
|
118
111
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
That's where ``hatch-pip-compile`` comes in.
|
|
112
|
+
The default virtual environment includes all the dependencies specified in the ``[project.dependencies]`` section of the ``pyproject.toml`` file. To add a new dependency to your project, simply edit the ``pyproject.toml`` file and add it to the ``[project.dependencies]`` section.
|
|
113
|
+
The next time you run a command using ``just``, such as ``just server``, Hatch (used underneath by the just script) will automatically install the new dependency. The process is the same for removing a dependency.
|
|
122
114
|
|
|
123
|
-
.. admonition::
|
|
115
|
+
.. admonition:: Install a specific version of a package
|
|
124
116
|
:class: dropdown note
|
|
125
117
|
|
|
126
|
-
|
|
118
|
+
You can also explicitly install a dependency after adding or removing it by running ``just install``.
|
|
127
119
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
2. Hatch now has the ability to install and manage Python versions, along with other existing features. This brings it closer to being the all-in-one tool that every Python developer needs.
|
|
131
|
-
|
|
132
|
-
3. Hatch is PEP-friendly, making it compatible with other tools in the ecosystem. It adds minimal custom configuration to the ``pyproject.toml`` file and relies on existing standards for project information and dependencies.
|
|
133
|
-
|
|
134
|
-
4. In terms of performance, hatch is faster compared to poetry. While poetry is generally not slow, there have been rare instances where it took 30 minutes to install requirements. I have experienced this a few times.
|
|
120
|
+
For development, I think this workflow should work quite well. Now, what happens when you need to deploy your app? You could install Hatch on the deployment target machine, but I prefer having a ``requirements.txt`` file that I can use to install dependencies on the deployment machine. That's where ``hatch-pip-compile`` comes in.
|
|
135
121
|
|
|
136
122
|
|
|
137
123
|
hatch-pip-compile
|
|
@@ -149,14 +135,15 @@ Here is the current configuration in the ``pyproject.toml`` file relevant to hat
|
|
|
149
135
|
|
|
150
136
|
[tool.hatch.env]
|
|
151
137
|
requires = [
|
|
152
|
-
|
|
138
|
+
"hatch-pip-compile>=1.11.2"
|
|
153
139
|
]
|
|
154
140
|
|
|
155
141
|
[tool.hatch.envs.default]
|
|
156
142
|
type = "pip-compile"
|
|
157
|
-
|
|
143
|
+
pip-compile-constraint = "default"
|
|
158
144
|
pip-compile-installer = "uv"
|
|
159
145
|
pip-compile-resolver = "uv"
|
|
146
|
+
lock-filename = "requirements.txt"
|
|
160
147
|
...
|
|
161
148
|
|
|
162
149
|
Thanks to `hatch-pip-compile <https://juftin.com/hatch-pip-compile/>`_, we can try `uv <https://github.com/astral-sh/uv>`_, which is, and I quote:
|
|
@@ -165,28 +152,18 @@ Thanks to `hatch-pip-compile <https://juftin.com/hatch-pip-compile/>`_, we can t
|
|
|
165
152
|
|
|
166
153
|
-- Official github
|
|
167
154
|
|
|
168
|
-
Needless to say, it does make a noticeable difference in speed. If you encounter any issues with ``uv``,
|
|
169
|
-
config, and uncomment the currently commented one.
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
Working without hatch
|
|
173
|
-
---------------------
|
|
174
|
-
|
|
175
|
-
You don't have to use Hatch if you don't want to. Thanks to Hatch being very PEP-friendly, you can use the ``pyproject.toml`` file with recent versions of
|
|
176
|
-
pip to install the main dependencies of the project. You won't be able to use the scripts (for that, you can use `peothepoet <https://github.com/nat-n/poethepoet>`_) or any other Hatch features,
|
|
177
|
-
but you may not need them.
|
|
178
|
-
|
|
179
|
-
Let's assume you want to use the classic ``venv``. Here's what the workflow would look like:
|
|
180
|
-
|
|
181
|
-
1. Remove any Hatch-related configuration from the pyproject.toml file, including anything starting with ``[tool.hatch]``. This step is optional and up to your choice.
|
|
182
|
-
2. Create a virtual environment using ``python -m venv venv``.
|
|
183
|
-
3. Activate the virtual environment using ``source venv/bin/activate``.
|
|
184
|
-
4. Install the dependencies using ``pip install -e .``. This command will install your project and its dependencies using the ``pyproject.toml`` file.
|
|
185
|
-
|
|
186
|
-
To add or remove dependencies, the process is the same. You edit the ``[project.dependencies]`` section of the pyproject.toml file and run ``pip install -e .``. You can complement
|
|
187
|
-
this workflow with `pip-tools <https://github.com/jazzband/pip-tools>`_ to generate a requirements file.
|
|
155
|
+
Needless to say, it does make a noticeable difference in speed. If you encounter any issues with ``uv``, you can easily switch back to pip by updating the configurations as below:
|
|
188
156
|
|
|
157
|
+
.. code-block:: toml
|
|
158
|
+
:caption: pyproject.toml
|
|
189
159
|
|
|
160
|
+
[tool.hatch.envs.default]
|
|
161
|
+
type = "pip-compile"
|
|
162
|
+
pip-compile-constraint = "default"
|
|
163
|
+
pip-compile-installer = "pip"
|
|
164
|
+
pip-compile-resolver = "pip-compile"
|
|
165
|
+
lock-filename = "requirements.txt"
|
|
166
|
+
...
|
|
190
167
|
|
|
191
168
|
|
|
192
169
|
.. _hatch: https://hatch.pypa.io/latest/
|
|
@@ -24,14 +24,6 @@ please create a `new issue <https://github.com/Tobi-De/falco/issues/new>`_.
|
|
|
24
24
|
|
|
25
25
|
pip install falco-cli[just]
|
|
26
26
|
|
|
27
|
-
And after you've generated a new project, inside the project directory you can run:
|
|
28
|
-
|
|
29
|
-
.. code-block:: bash
|
|
30
|
-
|
|
31
|
-
just install-hatch
|
|
32
|
-
|
|
33
|
-
This will install hatch globally on your system, you won't need to run this for every new project.
|
|
34
|
-
|
|
35
27
|
Let's create a new project called **myjourney**. This will be a journaling app and its main app will be **entries**.
|
|
36
28
|
Each **entry** represents a journal entry within the **myjourney** app.
|
|
37
29
|
|
|
@@ -237,7 +237,7 @@ source_pkgs = [
|
|
|
237
237
|
allow_dirty = false
|
|
238
238
|
commit = true
|
|
239
239
|
commit_args = "--no-verify"
|
|
240
|
-
current_version = "0.23.
|
|
240
|
+
current_version = "0.23.4"
|
|
241
241
|
ignore_missing_files = false
|
|
242
242
|
ignore_missing_version = false
|
|
243
243
|
message = "Bump version: {current_version} → {new_version}"
|
|
@@ -35,7 +35,11 @@ def write_falco_config(pyproject_path: Path, **kwargs: Unpack[TypedDict]) -> Non
|
|
|
35
35
|
new_falco_config = kwargs
|
|
36
36
|
new_crud_config = parse_crud_config_to_pyproject(new_falco_config.pop("crud", {}))
|
|
37
37
|
|
|
38
|
-
pyproject = tomlkit.parse(pyproject_path.read_text()) if pyproject_path.exists() else {}
|
|
38
|
+
# pyproject = tomlkit.parse(pyproject_path.read_text()) if pyproject_path.exists() else {}
|
|
39
|
+
if pyproject_path.exists(): # noqa
|
|
40
|
+
pyproject = tomlkit.parse(pyproject_path.read_text(encoding="utf-8"))
|
|
41
|
+
else:
|
|
42
|
+
pyproject = {}
|
|
39
43
|
existing_falco_config = pyproject.get("tool", {}).get("falco", {})
|
|
40
44
|
existing_crud_config = existing_falco_config.pop("crud", {})
|
|
41
45
|
|
|
@@ -49,7 +53,7 @@ def write_falco_config(pyproject_path: Path, **kwargs: Unpack[TypedDict]) -> Non
|
|
|
49
53
|
|
|
50
54
|
|
|
51
55
|
def read_falco_config(pyproject_path: Path) -> FalcoConfig:
|
|
52
|
-
pyproject = tomlkit.parse(pyproject_path.read_text())
|
|
56
|
+
pyproject = tomlkit.parse(pyproject_path.read_text(encoding="utf-8"))
|
|
53
57
|
falco_config = pyproject.get("tool", {}).get("falco", {})
|
|
54
58
|
crud_config = falco_config.pop("crud", {})
|
|
55
59
|
crud_config = parse_crud_config_from_pyproject(crud_config)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
gitdir: ../../.git/modules/blueprints/falco_blueprint_basic
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
name: CI
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
pull_request:
|
|
5
|
-
branches: ['master', 'main']
|
|
6
|
-
push:
|
|
7
|
-
branches: ['master', 'main']
|
|
8
|
-
workflow_dispatch:
|
|
9
|
-
|
|
10
|
-
jobs:
|
|
11
|
-
create-project:
|
|
12
|
-
runs-on: ubuntu-latest
|
|
13
|
-
steps:
|
|
14
|
-
- name: Set up Python
|
|
15
|
-
uses: actions/setup-python@v5
|
|
16
|
-
with:
|
|
17
|
-
python-version: '3.12'
|
|
18
|
-
- name: Install falco
|
|
19
|
-
run: pip install falco-cli --pre
|
|
20
|
-
- name: Checkout Code Repository
|
|
21
|
-
uses: actions/checkout@v4
|
|
22
|
-
# - name: Debugging with ssh
|
|
23
|
-
# uses: lhotari/action-upterm@v1
|
|
24
|
-
- name: Generate a project
|
|
25
|
-
run: falco start-project test-project -b . --skip-new-version-check
|
|
26
|
-
working-directory: ./
|
|
27
|
-
- name: Install Hatch
|
|
28
|
-
uses: pypa/hatch@install
|
|
29
|
-
- name: Install just
|
|
30
|
-
uses: extractions/setup-just@v2
|
|
31
|
-
- name: Run django checks
|
|
32
|
-
run: cd test_project && just dj check --fail-level WARNING
|
|
33
|
-
|
|
34
|
-
build-image:
|
|
35
|
-
runs-on: ubuntu-latest
|
|
36
|
-
steps:
|
|
37
|
-
- name: Checkout Code Repository
|
|
38
|
-
uses: actions/checkout@v4
|
|
39
|
-
- name: Set up Docker Buildx
|
|
40
|
-
uses: docker/setup-buildx-action@v3.0.0
|
|
41
|
-
- name: Install falco
|
|
42
|
-
run: pip install falco-cli --pre
|
|
43
|
-
- name: Generate a project
|
|
44
|
-
run: falco start-project test-project -b . --skip-new-version-check
|
|
45
|
-
working-directory: ./
|
|
46
|
-
- name: Install Hatch
|
|
47
|
-
uses: pypa/hatch@install
|
|
48
|
-
- name: Install just
|
|
49
|
-
uses: extractions/setup-just@v2
|
|
50
|
-
- name: Generate requirements.txt
|
|
51
|
-
run: cd test_project && just bootstrap
|
|
52
|
-
- name: Build image
|
|
53
|
-
run: cd test_project && rm .env && docker build . -f deploy/Dockerfile
|
|
54
|
-
|
|
55
|
-
|
falco_cli-0.23.2/blueprints/falco_blueprint_basic/.github/workflows/pre-commit-auto-update.yml
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# Run pre-commit autoupdate every day at midnight
|
|
2
|
-
# and create a pull request if any changes
|
|
3
|
-
|
|
4
|
-
name: Pre-commit auto-update
|
|
5
|
-
|
|
6
|
-
on:
|
|
7
|
-
schedule:
|
|
8
|
-
- cron: "15 2 * * *"
|
|
9
|
-
workflow_dispatch: # to trigger manually
|
|
10
|
-
|
|
11
|
-
permissions:
|
|
12
|
-
contents: read
|
|
13
|
-
|
|
14
|
-
jobs:
|
|
15
|
-
auto-update:
|
|
16
|
-
# Disables this workflow from running in a repository that is not part of the indicated organization/user
|
|
17
|
-
if: github.repository_owner == 'Tobi-De'
|
|
18
|
-
permissions:
|
|
19
|
-
contents: write # for peter-evans/create-pull-request to create branch
|
|
20
|
-
pull-requests: write # for peter-evans/create-pull-request to create a PR
|
|
21
|
-
|
|
22
|
-
runs-on: ubuntu-latest
|
|
23
|
-
steps:
|
|
24
|
-
- uses: actions/checkout@v4
|
|
25
|
-
- uses: actions/setup-python@v4
|
|
26
|
-
with:
|
|
27
|
-
python-version: "3.11"
|
|
28
|
-
|
|
29
|
-
- name: Install pre-commit
|
|
30
|
-
run: pip install pre-commit
|
|
31
|
-
|
|
32
|
-
- name: Autoupdate generated projects
|
|
33
|
-
working-directory: "{{ cookiecutter.project_name }}"
|
|
34
|
-
run: pre-commit autoupdate
|
|
35
|
-
|
|
36
|
-
- name: Create Pull Request
|
|
37
|
-
uses: peter-evans/create-pull-request@v5
|
|
38
|
-
with:
|
|
39
|
-
token: ${{ secrets.GITHUB_TOKEN }}
|
|
40
|
-
branch: update/pre-commit-autoupdate
|
|
41
|
-
title: Auto-update pre-commit hooks
|
|
42
|
-
commit-message: Auto-update pre-commit hooks
|
|
43
|
-
body: Update versions of tools in pre-commit configs to latest version
|
|
44
|
-
labels: update
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 Tobi DEGNON
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# falco blueprint basic
|
|
2
|
-
|
|
3
|
-
[](https://github.com/Tobi-De/falco_blueprint_basic/actions/workflows/ci.yml)
|
|
4
|
-
|
|
5
|
-
Project blueprint for https://github.com/Tobi-De/falco, run with:
|
|
6
|
-
|
|
7
|
-
```shell
|
|
8
|
-
pip install falco-cli
|
|
9
|
-
falco start-project my_awesome_project
|
|
10
|
-
```
|
falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.editorconfig
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# http://editorconfig.org
|
|
2
|
-
|
|
3
|
-
root = true
|
|
4
|
-
|
|
5
|
-
[*]
|
|
6
|
-
charset = utf-8
|
|
7
|
-
end_of_line = lf
|
|
8
|
-
insert_final_newline = true
|
|
9
|
-
trim_trailing_whitespace = true
|
|
10
|
-
|
|
11
|
-
[*.{py,rst,ini}]
|
|
12
|
-
indent_style = space
|
|
13
|
-
indent_size = 4
|
|
14
|
-
|
|
15
|
-
[*.{html,css,scss,json,yml,xml,toml}]
|
|
16
|
-
indent_style = space
|
|
17
|
-
indent_size = 2
|
|
18
|
-
|
|
19
|
-
[*.md]
|
|
20
|
-
trim_trailing_whitespace = false
|
|
21
|
-
|
|
22
|
-
[Makefile]
|
|
23
|
-
indent_style = tab
|
|
24
|
-
|
|
25
|
-
[default.conf]
|
|
26
|
-
indent_style = space
|
|
27
|
-
indent_size = 2
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# To get started with Dependabot version updates, you'll need to specify which
|
|
2
|
-
# package ecosystems to update and where the package manifests are located.
|
|
3
|
-
# Please see the documentation for all configuration options:
|
|
4
|
-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
5
|
-
|
|
6
|
-
version: 2
|
|
7
|
-
updates:
|
|
8
|
-
- package-ecosystem: "pip" # See documentation for possible values
|
|
9
|
-
directory: "/" # Location of package manifests
|
|
10
|
-
schedule:
|
|
11
|
-
interval: "weekly"
|
|
12
|
-
|
|
13
|
-
- package-ecosystem: "pip"
|
|
14
|
-
directory: "/requirements"
|
|
15
|
-
schedule:
|
|
16
|
-
interval: "weekly"
|