简单的1+1计算包
Project description
SecretPkg555
简单的1+1计算包,核心逻辑可编译为二进制保护源码。
安装
pip install secretpkg555
使用
from secretpkg555 import SecretAPI
api = SecretAPI()
result = api.process_data(5) # 返回 6
sum_result = api.calculate(10, 20) # 返回 30
开发
测试
python test.py
编译核心逻辑(源码保护)
pip install nuitka
python compile.py
构建包
pip install build
python -m build
上传到PyPI
pip install twine
python -m twine upload dist/*
特性
- ✅ 简单易用的API
- ✅ 可选源码保护(编译为二进制)
- ✅ 纯Python实现(兼容所有平台)
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.0.tar.gz
(116.3 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.0-py3-none-any.whl
(116.3 kB
view details)
File details
Details for the file secretpkg555-0.1.0.tar.gz.
File metadata
- Download URL: secretpkg555-0.1.0.tar.gz
- Upload date:
- Size: 116.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07243387aa9efd025875e08b2cfb9126a4c26020e74ff9b1d1577763b38f6a61
|
|
| MD5 |
8ea24273acd908bf7e2c240108b5e1a2
|
|
| BLAKE2b-256 |
6667a5916d34f43d4f98cbe440163b3772b614d967d42b80bbec7fa6ddfec373
|
File details
Details for the file secretpkg555-0.1.0-py3-none-any.whl.
File metadata
- Download URL: secretpkg555-0.1.0-py3-none-any.whl
- Upload date:
- Size: 116.3 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 |
b15cd59b5765e756be899285937221773b7bfb7b75521dffd9f8b6ba51dca49a
|
|
| MD5 |
0f490c4c92eb262bb7faee01e8052378
|
|
| BLAKE2b-256 |
107d477679f797c665d9570853e67c59e75582f1d4ac48bcd97abf9d983d1b03
|