https://github.com/python-tools/pyzpacker
zipapp的扩展,将项目模块打包为pyz包
https://github.com/python-tools/pyzpacker
Last synced: 9 months ago
JSON representation
zipapp的扩展,将项目模块打包为pyz包
- Host: GitHub
- URL: https://github.com/python-tools/pyzpacker
- Owner: Python-Tools
- License: mit
- Created: 2024-06-19T10:54:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-20T06:51:26.000Z (over 1 year ago)
- Last Synced: 2025-04-15T01:49:35.795Z (9 months ago)
- Language: Python
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pyzpacker
+ version: 0.0.1
+ status: dev
+ author: hsz
+ email: hsz1273327@gmail.com
## Description
将纯python项目模块打包为pyz包.
+ keywords: pyz, zip
## Features
+ 将纯python模块打包为pyz包
+ 可选的进行精简大小
+ 可选的包含依赖
+ 可选的编译为pyc后移除源码打包
+ 仅支持python 3.10+
## Install
```bash
python -m pip install pyzpacker
```
## Usage
```bash
pyzpacker [options] -m <指定入口模块> <你的项目目录>
```