Metadata-Version: 2.1
Name: GenchAPI
Version: 0.0.8
Summary: Gench SDK
Home-page: https://github.com/OwO-Network/GenchAPI
Author: missuo
Author-email: i@yyt.moe
License: MIT
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
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
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE

<!--
 * @Author: Vincent Young
 * @Date: 2022-07-24 03:55:55
 * @LastEditors: Vincent Young
 * @LastEditTime: 2022-11-04 22:02:35
 * @FilePath: /GenchAPI/README.md
 * @Telegram: https://t.me/missuo
 * 
 * Copyright © 2022 by Vincent, All Rights Reserved. 
-->
# GenchAPI
This is the open source SDK of SJQU.

## Update
### 0.0.8
- Add the function of custom region

## Features
- Daily iHealth Report

**Useful features will be constantly updated**

## Project on PyPi
[missuo/GenchAPI](https://pypi.org/project/GenchAPI/)

## Usage
1. You need to install GenchAPI before.
~~~shell
pip install GenchAPI
~~~
2. Create a new file with following code.
~~~python
from GenchAPI import GenchAPI
# In school by default: in school
GenchAPI.sign("1900001", "123456")
# Not in school
GenchAPI.sign("1900001", "123456", 0)
# Customized region
GenchAPI.sign("1900001", "123456", 0, "四川省", "成都市", "金牛区")
~~~ 

## Github Action
[bojj1/SJQU-Health-Report](https://github.com/bojj1/SJQU-Health-Report)
 
## Contributors
[missuo](https://github.com/missuo)

## License
MIT License


