Name | pyzpacker JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | 将纯python项目模块打包为pyz包. |
upload_time | 2024-06-20 06:51:48 |
maintainer | None |
docs_url | None |
author | None |
requires_python | ~=3.10 |
license | MIT License Copyright (c) 2024 Python-Tools Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
tool
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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 <指定入口模块> <你的项目目录>
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pyzpacker",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.10",
"maintainer_email": null,
"keywords": "tool",
"author": null,
"author_email": "hsz <hsz1273327@gmail.com>",
"download_url": null,
"platform": "all",
"description": "# pyzpacker\n\n+ version: 0.0.1\n+ status: dev\n+ author: hsz\n+ email: hsz1273327@gmail.com\n\n## Description\n\n\u5c06\u7eafpython\u9879\u76ee\u6a21\u5757\u6253\u5305\u4e3apyz\u5305.\n\n+ keywords: pyz, zip\n\n## Features\n\n+ \u5c06\u7eafpython\u6a21\u5757\u6253\u5305\u4e3apyz\u5305\n+ \u53ef\u9009\u7684\u8fdb\u884c\u7cbe\u7b80\u5927\u5c0f\n+ \u53ef\u9009\u7684\u5305\u542b\u4f9d\u8d56\n+ \u53ef\u9009\u7684\u7f16\u8bd1\u4e3apyc\u540e\u79fb\u9664\u6e90\u7801\u6253\u5305\n+ \u4ec5\u652f\u6301python 3.10+\n\n## Install\n\n```bash\npython -m pip install pyzpacker\n```\n\n## Usage\n\n```bash\npyzpacker [options] -m <\u6307\u5b9a\u5165\u53e3\u6a21\u5757> <\u4f60\u7684\u9879\u76ee\u76ee\u5f55>\n\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Python-Tools Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "\u5c06\u7eafpython\u9879\u76ee\u6a21\u5757\u6253\u5305\u4e3apyz\u5305.",
"version": "0.0.1",
"project_urls": {
"changelog": "https://github.com/Python-Tools/pyzpacker/src/branch/main/CHANGELOG.md",
"documentation": "https://github.com/Python-Tools/pyzpacker",
"homepage": "https://github.com/Python-Tools/pyzpacker",
"repository": "https://github.com/Python-Tools/pyzpacker"
},
"split_keywords": [
"tool"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "03d011ac8f32290ac9e84c82051d720236670c4375325763b4d405f4bc616c53",
"md5": "39a902aef238503510bf2e5a9afbdcb4",
"sha256": "d5321b921e559073cdf066b85f77d111ed287902a7ca51286794612e70b787c5"
},
"downloads": -1,
"filename": "pyzpacker-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "39a902aef238503510bf2e5a9afbdcb4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.10",
"size": 6487,
"upload_time": "2024-06-20T06:51:48",
"upload_time_iso_8601": "2024-06-20T06:51:48.214048Z",
"url": "https://files.pythonhosted.org/packages/03/d0/11ac8f32290ac9e84c82051d720236670c4375325763b4d405f4bc616c53/pyzpacker-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-20 06:51:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Python-Tools",
"github_project": "pyzpacker",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "pyzpacker"
}