Metadata-Version: 2.1
Name: GenchAPI
Version: 0.0.6
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-10-16 08:56:13
 * @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.

## 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
GenchAPI.sign("1900001", "123456")
# Not in school
GenchAPI.sign("1900001", "123456", 0)
~~~ 

## Github Action
[bojj1/SJQU-Health-Report](https://github.com/bojj1/SJQU-Health-Report)
 
## Feedback
[Issues](https://github.com/OwO-Network/GenchAPI/issues)

## Contributors
[missuo](https://github.com/missuo)

## License
[MIT License](https://github.com/OwO-Network/GenchAPI/blob/main/LICENSE)


