Metadata-Version: 2.1
Name: hc_py_build
Version: 0.0.1
Summary: 把python源码编译成pyd（Windows平台）或so（Linux平台）
Author: chouhong
Author-email: ithongchou@163.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: cython

## hc-python-build

### 简介

hc-python-build是一个把python源码编译成pyd（Windows平台）或so（Linux平台）文件的工具，用于保护python项目源代码的安全。

### 在线文档

