Metadata-Version: 2.1
Name: hk-mall
Version: 0.0.59
Summary: hk mall
Home-page: https://gitlab.tdtech.gao7.com/newfire/server/hk_mall.git
Author: seven
Author-email: tech@gao7.com
License: MIT
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.4,<4.0
Description-Content-Type: text/markdown
Requires-Dist: seven-cloudapp-frame (>=1.2.129)
Requires-Dist: pytz (==2024.1)

# hk-mall-wx

好客商城基础包

## 安装

```bash
pip install hk-mall
```

## 依赖

- seven-cloudapp-frame==1.2.129

## 使用

```python
# 导入包使用
from hk_mall.libs.customize import member_base_model
```



