https://github.com/likianta/pyportable-installer
Build and distribute installation-free python programs by all-in-one configuration file.
https://github.com/likianta/pyportable-installer
distribution package-tool pyarmor pyinstaller pyinstaller-alternative python-installer
Last synced: 10 months ago
JSON representation
Build and distribute installation-free python programs by all-in-one configuration file.
- Host: GitHub
- URL: https://github.com/likianta/pyportable-installer
- Owner: likianta
- License: mit
- Created: 2021-02-08T10:25:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T06:29:22.000Z (about 2 years ago)
- Last Synced: 2024-04-24T13:24:12.965Z (about 2 years ago)
- Topics: distribution, package-tool, pyarmor, pyinstaller, pyinstaller-alternative, python-installer
- Language: Python
- Homepage:
- Size: 19.7 MB
- Stars: 55
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README-dev.zh.md
- Changelog: CHANGELOG.zh.md
- License: LICENSE
Awesome Lists containing this project
README
# 开发者须知
## Python 版本要求
最低 Python 版本: **3.8**
## 版本更新注意事项
当更新 pyportable-installer 的版本号时, 应同时更新以下:
- pyportable_installer/\_\_init\_\_.py
- pyproject.toml
- pyportable_installer/template/pyproject.json > `[key]pyportable_installer_version`
更多:
- docs/pyproject-template-manual.zh.md
- README.md
此外, 在发布前请测试 examples 目录下的项目 (特别是 "hello_world_project" 和 "dist_pyportable_itself" 项目) 能否打包成功.
更多:
- [depsland](https://github.com/likianta/depsland) 项目