简单的计算包 - 核心逻辑二进制保护
Project description
SecretPkg555
简单的计算包,核心逻辑已编译为二进制保护源码。
安装
pip install secretpkg555
快速开始
from secretpkg555 import calculate
# 计算两数之和
sum_result = calculate(10, 20)
print(sum_result) # 30
技术说明
本包使用 Nuitka 将核心逻辑编译为二进制文件(.pyd/.so),实现源码保护。用户可以正常使用所有功能,但无法查看核心算法的实现细节。
许可证
MIT License
作者
None555
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
secretpkg555-0.1.4.tar.gz
(115.7 kB
view details)
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
secretpkg555-0.1.4-py3-none-any.whl
(115.1 kB
view details)
File details
Details for the file secretpkg555-0.1.4.tar.gz.
File metadata
- Download URL: secretpkg555-0.1.4.tar.gz
- Upload date:
- Size: 115.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e499c4cc7a80a10d0298c6180809fda970794fc7423cd0622a21465729d85db1
|
|
| MD5 |
65617d3f8f3d382db5036e7742db2238
|
|
| BLAKE2b-256 |
1780e35e2fa0257bb047b7eeeec9b425b8a03ad098f32f866dc9f6f45f3d7a55
|
File details
Details for the file secretpkg555-0.1.4-py3-none-any.whl.
File metadata
- Download URL: secretpkg555-0.1.4-py3-none-any.whl
- Upload date:
- Size: 115.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
875382171a57685e2e06295f6ac125e329455e7d3b521e01605a2eaae6218686
|
|
| MD5 |
2767a10fec7b012d7738d4159f416008
|
|
| BLAKE2b-256 |
47c7f520b1a46a8da2056bf2575c1f9a00b970869ea9231770060040fd06c70e
|