Metadata-Version: 2.4
Name: team_secure_project
Version: 3.0.0
Summary: 团队安全项目 - 提供加密计算和数据处理功能
Home-page: https://github.com/team-name/team_secure_project
Author: Team Name
Author-email: Team Name <team@example.com>
License: PROPRIETARY
Project-URL: Homepage, https://github.com/team-name/team_secure_project
Project-URL: Repository, https://github.com/team-name/team_secure_project
Project-URL: Bug Tracker, https://github.com/team-name/team_secure_project/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: Cython>=0.29; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Team Secure Project

团队安全 Python 模块，提供加密计算和数据处理功能。

## 功能特性

- 安全的数学计算
- 数据批量处理
- 统计信息生成
- 闭源保护

## 安装

```bash
pip install team_secure_project
