Metadata-Version: 2.4
Name: taiji_hasp
Version: 0.3.0
Summary: A Python wrapper for HASP license protection
Author: kkzhang
Author-email: kkzhang <kkzhang3@hotmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: requires-python

# python_hasp

## 如何构建

第一步：

项目根目录下执行

python setup_build.py build_ext --inplace

本地编译pyd

第二步：

python -m build --wheel

将本地文件夹中的内容打包为whl

## 使用

需要将taiji_hasp.pxd拷贝到python环境中，才能使用cython编译c_api接口。

使用的时候不需要taiji_hasp.pxd。防止泄露接口定义。
