Asyncuvkit
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
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 Distribution
asyncuvkit-0.7.1.tar.gz
(131.2 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
asyncuvkit-0.7.1-py3-none-any.whl
(130.2 kB
view details)
File details
Details for the file asyncuvkit-0.7.1.tar.gz.
File metadata
- Download URL: asyncuvkit-0.7.1.tar.gz
- Upload date:
- Size: 131.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e0d7c94f8b428cd5bbec8e5cdb427dc9c245424c7a92f73343c2222217cb376
|
|
| MD5 |
6fcb4fee7fadaa05b8c88a196acc2c6f
|
|
| BLAKE2b-256 |
b9b61d23dacdcf65922879ce86f3c2162886d8b00eb8b82a6c74f07c07a79ca1
|
File details
Details for the file asyncuvkit-0.7.1-py3-none-any.whl.
File metadata
- Download URL: asyncuvkit-0.7.1-py3-none-any.whl
- Upload date:
- Size: 130.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b249366f6c9fed00e6e7784977777c0bc554a5364992f9032b9653302cb47e1
|
|
| MD5 |
f6f28828e41ba8ec78c152b0f5b2f920
|
|
| BLAKE2b-256 |
745534ed19ad02871fff412ece56838af4ddc4e479d5def19d59733f0ec899a1
|