LICENSE
MANIFEST.in
README.rst
pyproject.toml
src/pypjt/__init__.py
src/pypjt/create.py
src/pypjt/pypjt.ts
src/pypjt.egg-info/PKG-INFO
src/pypjt.egg-info/SOURCES.txt
src/pypjt.egg-info/dependency_links.txt
src/pypjt.egg-info/entry_points.txt
src/pypjt.egg-info/requires.txt
src/pypjt.egg-info/top_level.txt
src/pypjt/jslib/index.ts
src/pypjt/jslib/uniapp/network.ts
src/pypjt/templates/common/.dockerignore
src/pypjt/templates/common/.env.example
src/pypjt/templates/common/.gitattributes
src/pypjt/templates/common/.gitignore
src/pypjt/templates/common/.pre-commit-config.yaml
src/pypjt/templates/common/.readthedocs.yaml
src/pypjt/templates/common/.releaserc
src/pypjt/templates/common/Dockerfile
src/pypjt/templates/common/README.rst
src/pypjt/templates/common/commitlint.config.mjs
src/pypjt/templates/common/compose.yml
src/pypjt/templates/common/package-lock.json
src/pypjt/templates/common/package.json
src/pypjt/templates/common/.github/dependabot.yml
src/pypjt/templates/common/.github/actions/commit/action.yml
src/pypjt/templates/common/.github/actions/setup-test-env/action.yml
src/pypjt/templates/common/.github/scripts/update_version.py
src/pypjt/templates/common/.github/workflows/commitlint.yml
src/pypjt/templates/common/.github/workflows/lint.yml
src/pypjt/templates/common/.github/workflows/pre-commit.yml
src/pypjt/templates/common/.github/workflows/pypi.yml
src/pypjt/templates/common/.github/workflows/release.yml
src/pypjt/templates/common/.github/workflows/test.yml
src/pypjt/templates/common/.vscode/extensions.json
src/pypjt/templates/common/.vscode/settings.json
src/pypjt/templates/common/ansible/ansible.cfg
src/pypjt/templates/common/ansible/inventory.yml
src/pypjt/templates/common/ansible/site.yml
src/pypjt/templates/common/ansible/tasks/copy_env.yml
src/pypjt/templates/common/ansible/tasks/copy_files.yml
src/pypjt/templates/common/ansible/tasks/copy_other_files.yml
src/pypjt/templates/common/ansible/tasks/docker_prune_once.py
src/pypjt/templates/common/ansible/tasks/merge_env.py
src/pypjt/templates/common/ansible/tasks/run_docker.yml
src/pypjt/templates/common/docs/Makefile
src/pypjt/templates/common/docs/make.bat
src/pypjt/templates/common/docs/source/conf.py
src/pypjt/templates/common/docs/source/index.rst
src/pypjt/templates/common/scripts/build_and_upload_to_pypi
src/pypjt/templates/common/scripts/git_init
src/pypjt/templates/common/scripts/install_dep
src/pypjt/templates/common/scripts/pipeline
src/pypjt/templates/common/scripts/push_to_repo
src/pypjt/templates/common/scripts/test
src/pypjt/templates/common/scripts/docs/init_docs
src/pypjt/templates/common/scripts/docs/make_html
src/pypjt/templates/common/scripts/docs/make_po
src/pypjt/templates/common/scripts/lib/htmlcov_link.py
src/pypjt/templates/js/.editorconfig
src/pypjt/templates/js/.prettierrc.json
src/pypjt/templates/js/bun.lock
src/pypjt/templates/js_uniapp/bun.lock
src/pypjt/templates/js_uniapp/index.html
src/pypjt/templates/js_uniapp/package.json
src/pypjt/templates/js_uniapp/shims-uni.d.ts
src/pypjt/templates/js_uniapp/tsconfig.json
src/pypjt/templates/js_uniapp/vite.config.ts
src/pypjt/templates/js_uniapp/src/App.vue
src/pypjt/templates/js_uniapp/src/env.d.ts
src/pypjt/templates/js_uniapp/src/main.ts
src/pypjt/templates/js_uniapp/src/manifest.json
src/pypjt/templates/js_uniapp/src/pages.json
src/pypjt/templates/js_uniapp/src/shime-uni.d.ts
src/pypjt/templates/js_uniapp/src/uni.scss
src/pypjt/templates/js_uniapp/src/pages/index/index.vue
src/pypjt/templates/js_uniapp/src/pages/profile/index.vue
src/pypjt/templates/js_uniapp/src/static/logo.png
src/pypjt/templates/js_uniapp/src/static/icons/home.png
src/pypjt/templates/js_uniapp/src/static/icons/user.png
src/pypjt/templates/js_vue/bun.lock
src/pypjt/templates/js_vue/package.json
src/pypjt/templates/py/.python-version
src/pypjt/templates/py/MANIFEST.in
src/pypjt/templates/py/pyproject.toml
src/pypjt/templates/py/tox.ini
src/pypjt/templates/py/uv.lock
src/pypjt/templates/py/tests/__init__.py
src/pypjt/templates/py/tests/conftest.py
src/pypjt/templates/py/tests/test_main.py