Metadata-Version: 2.1
Name: GenchAPI
Version: 0.0.5
Summary: Gench SDK
Home-page: https://github.com/OwO-Network/GenchAPI
Author: missuo
Author-email: i@yyt.moe
License: MIT
Description: <!--
         * @Author: Vincent Young
         * @Date: 2022-07-24 03:55:55
         * @LastEditors: Vincent Young
         * @LastEditTime: 2022-07-24 18:55:54
         * @FilePath: /GenchAPI/README.md
         * @Telegram: https://t.me/missuo
         * 
         * Copyright © 2022 by Vincent, All Rights Reserved. 
        -->
        # GenchAPI
        This is the open source SDK of Shanghai JianQiao University.
        
        ## Features
        - [x] Daily iHealth Sign
        
        **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
        GenchAPI.sign("1900001","123456")
        ~~~ 
        
        ## Feedback
        [Issues](https://github.com/GenchEDU/GenchAPI/issues)
        
        ## Contributors
        [missuo](https://github.com/missuo)
        
        ## License
        [MIT License](https://github.com/GenchEDU/GenchAPI/main/LICENSE)
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
