简单的计算包 - 核心逻辑二进制保护
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.5.tar.gz
(195.9 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.5-py3-none-any.whl
(195.5 kB
view details)
File details
Details for the file secretpkg555-0.1.5.tar.gz.
File metadata
- Download URL: secretpkg555-0.1.5.tar.gz
- Upload date:
- Size: 195.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4ac76e3dbdfdc7accc97f5093588014dd466238a94897fd9bc390203320ae68
|
|
| MD5 |
aa6b340619d3de885f9f18f06f8071dc
|
|
| BLAKE2b-256 |
6f90b7701a6e8fe424bd3090aefde34c830ca30809ec0c689197ffb153872836
|
File details
Details for the file secretpkg555-0.1.5-py3-none-any.whl.
File metadata
- Download URL: secretpkg555-0.1.5-py3-none-any.whl
- Upload date:
- Size: 195.5 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 |
c8a41c60235df9326e30373770d9b8cd777d031e7253aff4baf5b41141169747
|
|
| MD5 |
b0df91ff7aca36d7dd112f23ee775d7f
|
|
| BLAKE2b-256 |
871605ede8db9ec99521e45523c27e1c65197bb63b7a3185da2c760b2a863c4b
|