Metadata-Version: 2.1
Name: secretpkg555
Version: 0.1.6
Summary: 简单的计算包 - 核心逻辑二进制保护
Author-email: None555 <none555@example.com>
License: MIT
Keywords: calculation,binary,nuitka,protected
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# SecretPkg555

简单的计算包，提供基础的数学计算功能。

## 安装

```bash
pip install secretpkg555
```

## 快速开始

```python
from secretpkg555 import core_logic

# 计算两数之和
result = core_logic.calculation(10, 20)
print(result)  # 30
```

## 功能说明

这是一个轻量级的 Python 计算包，提供简单易用的数学计算功能。

## 许可证

MIT License

## 作者

None555
