AUTHORS.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
versioneer.py
tests/__init__.py
tests/test_cli.py
tests/config/__init__.py
tests/config/test_settings.py
tests/config/test_settings_data.py
tests/fs/__init__.py
tests/fs/test_dir.py
tests/fs/test_dir_data.py
tests/provider/__init__.py
tests/provider/test_tidy.py
tests/provider/test_unzip.py
tests/provider/test_unzip_data.py
tests/provider/test_user_agent.py
tests/provider/image_hosting/__init__.py
tests/provider/image_hosting/test_common.py
tests/provider/image_hosting/test_jd.py
tests/render/__init__.py
tests/render/test_cutter.py
tests/scaffold/__init__.py
tests/scaffold/project/__init__.py
tests/scaffold/project/test_render.py
tests/scaffold/project/docker/__init__.py
tests/scaffold/project/docker/test_cli.py
tests/scaffold/project/golang/__init__.py
tests/scaffold/project/golang/test_context.py
tests/template/__init__.py
tests/template/test_code_style.py
toolkit/__init__.py
toolkit/_version.py
toolkit/cli.py
toolkit/logger.py
toolkit/config/__init__.py
toolkit/config/context.py
toolkit/config/fs.py
toolkit/config/python.py
toolkit/config/runtime.py
toolkit/config/serialize.py
toolkit/config/settings.py
toolkit/fs/__init__.py
toolkit/fs/dir.py
toolkit/profile/__init__.py
toolkit/profile/notify.py
toolkit/profile/perf.py
toolkit/provider/__init__.py
toolkit/provider/tidy.py
toolkit/provider/unzip.py
toolkit/provider/youdao.py
toolkit/provider/image_hosting/__init__.py
toolkit/provider/image_hosting/common.py
toolkit/provider/image_hosting/jd.py
toolkit/provider/user_agent/__init__.py
toolkit/provider/user_agent/generate.py
toolkit/render/__init__.py
toolkit/render/core.py
toolkit/render/cutter.py
toolkit/scaffold/__init__.py
toolkit/scaffold/config/__init__.py
toolkit/scaffold/config/alias.py
toolkit/scaffold/config/cli.py
toolkit/scaffold/config/git.py
toolkit/scaffold/config/hosts.py
toolkit/scaffold/config/pwsh.py
toolkit/scaffold/config/python.py
toolkit/scaffold/config/template.py
toolkit/scaffold/config/vim.py
toolkit/scaffold/mirror/__init__.py
toolkit/scaffold/mirror/cli.py
toolkit/scaffold/mirror/golang.py
toolkit/scaffold/mirror/python.py
toolkit/scaffold/project/__init__.py
toolkit/scaffold/project/cli.py
toolkit/scaffold/project/command.py
toolkit/scaffold/project/context.py
toolkit/scaffold/project/render.py
toolkit/scaffold/project/template.py
toolkit/scaffold/project/ansible/__init__.py
toolkit/scaffold/project/ansible/cli.py
toolkit/scaffold/project/ansible/context.py
toolkit/scaffold/project/cpp/__init__.py
toolkit/scaffold/project/cpp/cli.py
toolkit/scaffold/project/cpp/example.py
toolkit/scaffold/project/cpp/qt5/__init__.py
toolkit/scaffold/project/cpp/qt5/cli.py
toolkit/scaffold/project/cpp/qt5/console.py
toolkit/scaffold/project/cpp/qt5/context.py
toolkit/scaffold/project/cpp/qt5/example.py
toolkit/scaffold/project/cpp/qt6/__init__.py
toolkit/scaffold/project/cpp/qt6/cli.py
toolkit/scaffold/project/cpp/qt6/example.py
toolkit/scaffold/project/docker/__init__.py
toolkit/scaffold/project/docker/cli.py
toolkit/scaffold/project/docker/compose.py
toolkit/scaffold/project/example/__init__.py
toolkit/scaffold/project/example/cli.py
toolkit/scaffold/project/golang/__init__.py
toolkit/scaffold/project/golang/cli.py
toolkit/scaffold/project/golang/context.py
toolkit/scaffold/project/golang/example.py
toolkit/scaffold/project/golang/factory.py
toolkit/scaffold/project/golang/web.py
toolkit/scaffold/project/hashicorp/__init__.py
toolkit/scaffold/project/hashicorp/nomad/__init__.py
toolkit/scaffold/project/hashicorp/vagrant/__init__.py
toolkit/scaffold/project/notes/__init__.py
toolkit/scaffold/project/notes/article.py
toolkit/scaffold/project/notes/cli.py
toolkit/scaffold/project/notes/context.py
toolkit/scaffold/project/notes/toc.py
toolkit/scaffold/project/python/__init__.py
toolkit/scaffold/project/python/cli.py
toolkit/scaffold/project/python/context.py
toolkit/scaffold/project/python/example.py
toolkit/scaffold/project/python/package.py
toolkit/scaffold/project/python/prefect.py
toolkit/template/__init__.py
toolkit/template/code_style.py
toolkit/template/scaffold/config/.gitconfig
toolkit/template/scaffold/config/.pypirc
toolkit/template/scaffold/config/.vimrc
toolkit/template/scaffold/config/Microsoft.PowerShell_profile.ps1
toolkit/template/scaffold/config/alias.yaml
toolkit/template/scaffold/project/ansible/.gitignore
toolkit/template/scaffold/project/ansible/Makefile
toolkit/template/scaffold/project/ansible/README.md
toolkit/template/scaffold/project/ansible/ansible.cfg
toolkit/template/scaffold/project/ansible/cookiecutter.json
toolkit/template/scaffold/project/ansible/inventory.yaml
toolkit/template/scaffold/project/ansible/playbook.yaml
toolkit/template/scaffold/project/ansible/requirements.yml
toolkit/template/scaffold/project/ansible/app/README.md
toolkit/template/scaffold/project/ansible/app/assets/README.md
toolkit/template/scaffold/project/ansible/app/config/README.md
toolkit/template/scaffold/project/ansible/roles/screen/meta/main.yml
toolkit/template/scaffold/project/ansible/roles/screen/tasks/main.yml
toolkit/template/scaffold/project/ansible/vars/main.yaml
toolkit/template/scaffold/project/base/.editorconfig
toolkit/template/scaffold/project/base/.gitignore
toolkit/template/scaffold/project/base/LICENSE
toolkit/template/scaffold/project/base/README.md
toolkit/template/scaffold/project/cpp/example/.clang-format
toolkit/template/scaffold/project/cpp/example/CMakeLists.txt
toolkit/template/scaffold/project/cpp/example/README.md
toolkit/template/scaffold/project/cpp/example/cookiecutter.json
toolkit/template/scaffold/project/cpp/example/main.cpp
toolkit/template/scaffold/project/cpp/qt5/console/.clang-format
toolkit/template/scaffold/project/cpp/qt5/console/CMakeLists.txt
toolkit/template/scaffold/project/cpp/qt5/console/README.md
toolkit/template/scaffold/project/cpp/qt5/console/cookiecutter.json
toolkit/template/scaffold/project/cpp/qt5/console/main.cpp
toolkit/template/scaffold/project/cpp/qt5/console/src/CMakeLists.txt
toolkit/template/scaffold/project/cpp/qt5/example/console/.clang-format
toolkit/template/scaffold/project/cpp/qt5/example/console/CMakeLists.txt
toolkit/template/scaffold/project/cpp/qt5/example/console/README.md
toolkit/template/scaffold/project/cpp/qt5/example/console/cookiecutter.json
toolkit/template/scaffold/project/cpp/qt5/example/console/main.cpp
toolkit/template/scaffold/project/cpp/qt5/example/qml/.clang-format
toolkit/template/scaffold/project/cpp/qt5/example/qml/.gitignore
toolkit/template/scaffold/project/cpp/qt5/example/qml/CMakeLists.txt
toolkit/template/scaffold/project/cpp/qt5/example/qml/README.md
toolkit/template/scaffold/project/cpp/qt5/example/qml/cookiecutter.json
toolkit/template/scaffold/project/cpp/qt5/example/qml/core.cpp
toolkit/template/scaffold/project/cpp/qt5/example/qml/core.h
toolkit/template/scaffold/project/cpp/qt5/example/qml/main.cpp
toolkit/template/scaffold/project/cpp/qt5/example/qml/main.qml
toolkit/template/scaffold/project/cpp/qt5/example/qml/qml.qrc
toolkit/template/scaffold/project/cpp/qt5/example/qml/window.png
toolkit/template/scaffold/project/cpp/qt5/example/qml/{{project_slug.pascal_case}}.qml
toolkit/template/scaffold/project/cpp/qt5/qml/.clang-format
toolkit/template/scaffold/project/cpp/qt5/qml/CMakeLists.txt
toolkit/template/scaffold/project/cpp/qt5/qml/ChineseSimplified.isl
toolkit/template/scaffold/project/cpp/qt5/qml/Makefile
toolkit/template/scaffold/project/cpp/qt5/qml/README.md
toolkit/template/scaffold/project/cpp/qt5/qml/cookiecutter.json
toolkit/template/scaffold/project/cpp/qt5/qml/enigma_setup.evb
toolkit/template/scaffold/project/cpp/qt5/qml/inno_setup.ini
toolkit/template/scaffold/project/cpp/qt5/qml/logo.rc
toolkit/template/scaffold/project/cpp/qt5/qml/qml.qrc
toolkit/template/scaffold/project/cpp/qt5/qml/src/CMakeLists.txt
toolkit/template/scaffold/project/cpp/qt5/qml/src/main.cpp
toolkit/template/scaffold/project/cpp/qt5/qml/src/version.ini
toolkit/template/scaffold/project/cpp/qt6/example/qml/.clang-format
toolkit/template/scaffold/project/cpp/qt6/example/qml/.gitignore
toolkit/template/scaffold/project/cpp/qt6/example/qml/CMakeLists.txt
toolkit/template/scaffold/project/cpp/qt6/example/qml/README.md
toolkit/template/scaffold/project/cpp/qt6/example/qml/cookiecutter.json
toolkit/template/scaffold/project/cpp/qt6/example/qml/core.cpp
toolkit/template/scaffold/project/cpp/qt6/example/qml/core.h
toolkit/template/scaffold/project/cpp/qt6/example/qml/main.cpp
toolkit/template/scaffold/project/cpp/qt6/example/qml/main.qml
toolkit/template/scaffold/project/cpp/qt6/example/qml/qml.qrc
toolkit/template/scaffold/project/cpp/qt6/example/qml/window.png
toolkit/template/scaffold/project/cpp/qt6/example/qml/{{project_slug.pascal_case}}.qml
toolkit/template/scaffold/project/docker/cli/README.md
toolkit/template/scaffold/project/docker/compose/README.md
toolkit/template/scaffold/project/docker/compose/docker-compose.yml
toolkit/template/scaffold/project/example/.gitignore
toolkit/template/scaffold/project/example/README.md
toolkit/template/scaffold/project/golang/cli/.drone.yml
toolkit/template/scaffold/project/golang/cli/.gitignore
toolkit/template/scaffold/project/golang/cli/LICENSE
toolkit/template/scaffold/project/golang/cli/Makefile
toolkit/template/scaffold/project/golang/cli/README.md
toolkit/template/scaffold/project/golang/cli/go.mod
toolkit/template/scaffold/project/golang/cli/main.go
toolkit/template/scaffold/project/golang/example/console/go.mod
toolkit/template/scaffold/project/golang/example/console/main.go
toolkit/template/scaffold/project/golang/example/console/main_test.go
toolkit/template/scaffold/project/golang/example/web/README.md
toolkit/template/scaffold/project/golang/example/web/go.mod
toolkit/template/scaffold/project/golang/example/web/main.go
toolkit/template/scaffold/project/golang/factory/internal/api/{{factory.entity}}.go
toolkit/template/scaffold/project/golang/factory/internal/entity/{{factory.entity}}.go
toolkit/template/scaffold/project/golang/factory/internal/form/{{factory.entity}}.go
toolkit/template/scaffold/project/golang/factory/internal/query/{{factory.entity}}.go
toolkit/template/scaffold/project/golang/web/.air.toml
toolkit/template/scaffold/project/golang/web/.gitattributes
toolkit/template/scaffold/project/golang/web/Makefile
toolkit/template/scaffold/project/golang/web/README.md
toolkit/template/scaffold/project/golang/web/go.mod
toolkit/template/scaffold/project/golang/web/main.go
toolkit/template/scaffold/project/golang/web/docs/docs.go
toolkit/template/scaffold/project/golang/web/internal/acl/acl.go
toolkit/template/scaffold/project/golang/web/internal/acl/action.go
toolkit/template/scaffold/project/golang/web/internal/acl/permission.go
toolkit/template/scaffold/project/golang/web/internal/acl/resource.go
toolkit/template/scaffold/project/golang/web/internal/acl/role.go
toolkit/template/scaffold/project/golang/web/internal/api/api.go
toolkit/template/scaffold/project/golang/web/internal/api/app.go
toolkit/template/scaffold/project/golang/web/internal/api/auth.go
toolkit/template/scaffold/project/golang/web/internal/api/debug.go
toolkit/template/scaffold/project/golang/web/internal/api/operation_log.go
toolkit/template/scaffold/project/golang/web/internal/api/region.go
toolkit/template/scaffold/project/golang/web/internal/api/router.go
toolkit/template/scaffold/project/golang/web/internal/api/swagger.echo.go
toolkit/template/scaffold/project/golang/web/internal/api/swagger.fiber.go
toolkit/template/scaffold/project/golang/web/internal/api/swagger.gin.go
toolkit/template/scaffold/project/golang/web/internal/api/swagger.iris.go
toolkit/template/scaffold/project/golang/web/internal/api/swagger_docs.go
toolkit/template/scaffold/project/golang/web/internal/api/swagger_example.go
toolkit/template/scaffold/project/golang/web/internal/api/upload.go
toolkit/template/scaffold/project/golang/web/internal/api/user.go
toolkit/template/scaffold/project/golang/web/internal/api/websocket_docs.go
toolkit/template/scaffold/project/golang/web/internal/command/command.cli.go
toolkit/template/scaffold/project/golang/web/internal/command/command.cobra.go
toolkit/template/scaffold/project/golang/web/internal/command/config.cli.go
toolkit/template/scaffold/project/golang/web/internal/command/config.cobra.go
toolkit/template/scaffold/project/golang/web/internal/command/reset.cli.go
toolkit/template/scaffold/project/golang/web/internal/command/start.cli.go
toolkit/template/scaffold/project/golang/web/internal/command/start.cobra.go
toolkit/template/scaffold/project/golang/web/internal/command/stop.cli.go
toolkit/template/scaffold/project/golang/web/internal/command/stop.cobra.go
toolkit/template/scaffold/project/golang/web/internal/config/app.go
toolkit/template/scaffold/project/golang/web/internal/config/config.cli.go
toolkit/template/scaffold/project/golang/web/internal/config/config.viper.go
toolkit/template/scaffold/project/golang/web/internal/config/config_test.go
toolkit/template/scaffold/project/golang/web/internal/config/flag.cli.go
toolkit/template/scaffold/project/golang/web/internal/config/flag.viper.go
toolkit/template/scaffold/project/golang/web/internal/config/fs.go
toolkit/template/scaffold/project/golang/web/internal/config/gorm.go
toolkit/template/scaffold/project/golang/web/internal/config/jwt.go
toolkit/template/scaffold/project/golang/web/internal/config/jwt_provider.echo.go
toolkit/template/scaffold/project/golang/web/internal/config/jwt_provider.fiber.go
toolkit/template/scaffold/project/golang/web/internal/config/jwt_provider.gin.go
toolkit/template/scaffold/project/golang/web/internal/config/jwt_provider.iris.go
toolkit/template/scaffold/project/golang/web/internal/config/logger.go
toolkit/template/scaffold/project/golang/web/internal/config/logger_provider.echo.go
toolkit/template/scaffold/project/golang/web/internal/config/logger_provider.golog.go
toolkit/template/scaffold/project/golang/web/internal/config/logger_provider.zerolog.go
toolkit/template/scaffold/project/golang/web/internal/config/server.go
toolkit/template/scaffold/project/golang/web/internal/config/service.go
toolkit/template/scaffold/project/golang/web/internal/config/setting.go
toolkit/template/scaffold/project/golang/web/internal/entity/entity.go
toolkit/template/scaffold/project/golang/web/internal/entity/example.go
toolkit/template/scaffold/project/golang/web/internal/entity/gorm.go
toolkit/template/scaffold/project/golang/web/internal/entity/model.go
toolkit/template/scaffold/project/golang/web/internal/entity/operation_log.go
toolkit/template/scaffold/project/golang/web/internal/entity/password.go
toolkit/template/scaffold/project/golang/web/internal/entity/user.go
toolkit/template/scaffold/project/golang/web/internal/event/error.go
toolkit/template/scaffold/project/golang/web/internal/event/logger.echo.go
toolkit/template/scaffold/project/golang/web/internal/event/logger.golog.go
toolkit/template/scaffold/project/golang/web/internal/event/logger.zerolog.go
toolkit/template/scaffold/project/golang/web/internal/form/example.go
toolkit/template/scaffold/project/golang/web/internal/form/pager.go
toolkit/template/scaffold/project/golang/web/internal/form/user.go
toolkit/template/scaffold/project/golang/web/internal/form/validator.go
toolkit/template/scaffold/project/golang/web/internal/form/validator_bind.echo.go
toolkit/template/scaffold/project/golang/web/internal/form/validator_bind.fiber.go
toolkit/template/scaffold/project/golang/web/internal/form/validator_bind.gin.go
toolkit/template/scaffold/project/golang/web/internal/form/validator_bind.iris.go
toolkit/template/scaffold/project/golang/web/internal/middleware/cors.gin.go
toolkit/template/scaffold/project/golang/web/internal/middleware/digest_auth.go
toolkit/template/scaffold/project/golang/web/internal/middleware/digest_auth_provider.gin.go
toolkit/template/scaffold/project/golang/web/internal/middleware/digest_auth_test.go
toolkit/template/scaffold/project/golang/web/internal/middleware/jwt.gin.go
toolkit/template/scaffold/project/golang/web/internal/middleware/logger.gin.go
toolkit/template/scaffold/project/golang/web/internal/middleware/logger.iris.go
toolkit/template/scaffold/project/golang/web/internal/middleware/recovery.gin.go
toolkit/template/scaffold/project/golang/web/internal/middleware/slash.iris.go
toolkit/template/scaffold/project/golang/web/internal/query/app.go
toolkit/template/scaffold/project/golang/web/internal/query/cache.go
toolkit/template/scaffold/project/golang/web/internal/query/example.go
toolkit/template/scaffold/project/golang/web/internal/query/operation_log.go
toolkit/template/scaffold/project/golang/web/internal/query/query.go
toolkit/template/scaffold/project/golang/web/internal/query/region.go
toolkit/template/scaffold/project/golang/web/internal/query/response.go
toolkit/template/scaffold/project/golang/web/internal/query/user.go
toolkit/template/scaffold/project/golang/web/internal/server/http.echo.go
toolkit/template/scaffold/project/golang/web/internal/server/http.fiber.go
toolkit/template/scaffold/project/golang/web/internal/server/http.gin.go
toolkit/template/scaffold/project/golang/web/internal/server/http.iris.go
toolkit/template/scaffold/project/golang/web/internal/server/reverse_proxy.go
toolkit/template/scaffold/project/golang/web/internal/server/server.go
toolkit/template/scaffold/project/golang/web/internal/server/websocket.gin.go
toolkit/template/scaffold/project/golang/web/internal/server/websocket.iris.go
toolkit/template/scaffold/project/golang/web/internal/service/corn_example.go
toolkit/template/scaffold/project/golang/web/internal/service/region.go
toolkit/template/scaffold/project/golang/web/internal/service/region_test.go
toolkit/template/scaffold/project/golang/web/internal/service/service.go
toolkit/template/scaffold/project/golang/web/internal/service/websocket.go
toolkit/template/scaffold/project/golang/web/internal/service/websocket_client.go
toolkit/template/scaffold/project/golang/web/pkg/fs/fs.go
toolkit/template/scaffold/project/golang/web/pkg/fs/fs_test.go
toolkit/template/scaffold/project/golang/web/pkg/fs/path.go
toolkit/template/scaffold/project/golang/web/pkg/fs/path_test.go
toolkit/template/scaffold/project/golang/web/pkg/rnd/password.go
toolkit/template/scaffold/project/golang/web/pkg/rnd/rnd.go
toolkit/template/scaffold/project/golang/web/pkg/rnd/token.go
toolkit/template/scaffold/project/golang/web/pkg/rnd/token_test.go
toolkit/template/scaffold/project/golang/web/pkg/rnd/uid.go
toolkit/template/scaffold/project/golang/web/pkg/rnd/uid_test.go
toolkit/template/scaffold/project/golang/web/pkg/rnd/uuid.go
toolkit/template/scaffold/project/golang/web/pkg/rnd/uuid_test.go
toolkit/template/scaffold/project/golang/web/version/user_agent.go
toolkit/template/scaffold/project/golang/web/version/version.go
toolkit/template/scaffold/project/notes/.gitignore
toolkit/template/scaffold/project/notes/LICENSE
toolkit/template/scaffold/project/notes/README.md
toolkit/template/scaffold/project/notes/assets/templates/article_content.md
toolkit/template/scaffold/project/notes/assets/templates/article_settings.yaml
toolkit/template/scaffold/project/notes/docs/README.md
toolkit/template/scaffold/project/notes/docs/grammar/README.md
toolkit/template/scaffold/project/notes/docs/internal/README.md
toolkit/template/scaffold/project/notes/libraries/standard/README.md
toolkit/template/scaffold/project/notes/libraries/tripartite/README.md
toolkit/template/scaffold/project/notes/quickstart/cli/README.md
toolkit/template/scaffold/project/notes/quickstart/feature/README.md
toolkit/template/scaffold/project/notes/tools/README.md
toolkit/template/scaffold/project/python/example/README.md
toolkit/template/scaffold/project/python/example/main.py
toolkit/template/scaffold/project/python/factory/{{factory.win32service}}.py
toolkit/template/scaffold/project/python/fastapi/requirements-dev.txt
toolkit/template/scaffold/project/python/fastapi/requirements.txt
toolkit/template/scaffold/project/python/package/.dockerignore
toolkit/template/scaffold/project/python/package/.drone.yml
toolkit/template/scaffold/project/python/package/.editorconfig
toolkit/template/scaffold/project/python/package/.gitignore
toolkit/template/scaffold/project/python/package/.pre-commit-config.yaml
toolkit/template/scaffold/project/python/package/AUTHORS.md
toolkit/template/scaffold/project/python/package/HISTORY.md
toolkit/template/scaffold/project/python/package/LICENSE
toolkit/template/scaffold/project/python/package/MANIFEST.in
toolkit/template/scaffold/project/python/package/Makefile
toolkit/template/scaffold/project/python/package/README.md
toolkit/template/scaffold/project/python/package/cookiecutter.json
toolkit/template/scaffold/project/python/package/pyproject.toml
toolkit/template/scaffold/project/python/package/pytest.ini
toolkit/template/scaffold/project/python/package/requirements-dev.txt
toolkit/template/scaffold/project/python/package/requirements.txt
toolkit/template/scaffold/project/python/package/setup.cfg
toolkit/template/scaffold/project/python/package/setup.py
toolkit/template/scaffold/project/python/package/.github/.stale.yml
toolkit/template/scaffold/project/python/package/.github/ISSUE_TEMPLATE.md
toolkit/template/scaffold/project/python/package/.github/PULL_REQUEST_TEMPLATE.md
toolkit/template/scaffold/project/python/package/.github/dependabot.yml
toolkit/template/scaffold/project/python/package/.github/release-drafter.yml
toolkit/template/scaffold/project/python/package/.github/ISSUE_TEMPLATE/bug_report.md
toolkit/template/scaffold/project/python/package/.github/ISSUE_TEMPLATE/config.yml
toolkit/template/scaffold/project/python/package/.github/ISSUE_TEMPLATE/feature_request.md
toolkit/template/scaffold/project/python/package/.github/ISSUE_TEMPLATE/question.md
toolkit/template/scaffold/project/python/package/.github/workflows/python-publish.yml
toolkit/template/scaffold/project/python/package/.github/workflows/python-test.yml
toolkit/template/scaffold/project/python/package/.github/workflows/release-drafter.yml
toolkit/template/scaffold/project/python/package/docker/Dockerfile
toolkit/template/scaffold/project/python/package/docker/README.md
toolkit/template/scaffold/project/python/package/tests/__init__.py
toolkit/template/scaffold/project/python/package/tests/test_cli.py
toolkit/template/scaffold/project/python/package/tests/test_hello.py
toolkit/template/scaffold/project/python/package/tests/config/__init__.py
toolkit/template/scaffold/project/python/package/tests/config/test_settings.py
toolkit/template/scaffold/project/python/package/tests/config/test_settings_data.py
toolkit/template/scaffold/project/python/package/{{project_slug.snake_case}}/__init__.py
toolkit/template/scaffold/project/python/package/{{project_slug.snake_case}}/cli.py
toolkit/template/scaffold/project/python/package/{{project_slug.snake_case}}/example.py
toolkit/template/scaffold/project/python/package/{{project_slug.snake_case}}/logger.py
toolkit/template/scaffold/project/python/package/{{project_slug.snake_case}}/config/__init__.py
toolkit/template/scaffold/project/python/package/{{project_slug.snake_case}}/config/registry.py
toolkit/template/scaffold/project/python/package/{{project_slug.snake_case}}/config/settings.py
toolkit/template/scaffold/project/python/prefect/.drone.yml
toolkit/template/scaffold/project/python/prefect/.prefect/config.toml
toolkit/template/scaffold/project/python/pyinstaller/Makefile
toolkit/utilities/__init__.py
toolkit/utilities/network/__init__.py
toolkit/utilities/network/port.py
toolkit_py.egg-info/PKG-INFO
toolkit_py.egg-info/SOURCES.txt
toolkit_py.egg-info/dependency_links.txt
toolkit_py.egg-info/entry_points.txt
toolkit_py.egg-info/requires.txt
toolkit_py.egg-info/top_level.txt