This is a pydpack.
Project description
pydpack
What is this?
- by: axiner
- pydpack
- This is a pydpack.(pyd打包,可将py目录或文件打包成pyd(so))
Installation
This package can be installed using pip (Python>=3.11):
pip install pydpack
Usage
- 1)help
pydpack -h
- 2)pack
pydpack -s <py目录或文件> -e main.py- 注:
- 自动跳过:init.py,空文件,只存在注释的文件,当然还有非py文件
- 排除编译:正则表达式
- 文件夹加正斜杠'/'即可,如:tests/, tests/a/
- 多个则用'|'隔开,如:main.py|tests/
- 项目的入口文件一般是不编译的,排除即可
- 若编译不成功或编译后执行不成功:
- 规范代码,确保代码的正确性与严谨性
- 编译失败,目录下会保留对应的源文件
- 执行环境,需要与编译时的环境一致
- 输出:目录(源+扩展后缀),该目录与src结构一致
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydpack-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pydpack-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8397f4de6024ddb9e503a08501463106922cc8ee427e1c2eab9e6bbc55ddfa8
|
|
| MD5 |
4a68185d1d52616e71a707c9616cdc9f
|
|
| BLAKE2b-256 |
7b37afa29bd6d813b2211ec9fa8b613e1822106ab6e4e5743015a080f65d316b
|