Metadata-Version: 2.1
Name: kxy-framework
Version: 1.1.3
Summary: 封装了ORM框架
Home-page: https://pypi.org/project/kxy-framework/
Author: Johnliu
Author-email: 1242108463@qq.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: SQLAlchemy==2.0.38
Requires-Dist: fastapi==0.115.8
Requires-Dist: python-jose==3.4.0

## 使用方法：
pip install kxy-framework
```python
from kxy.framework.context import SUtil


```

