Metadata-Version: 2.1
Name: GenchAPI
Version: 0.0.3
Summary: GenchEDU SDK
Home-page: https://github.com/GenchEDU/GenchAPI
Author: missuo
Author-email: i@yyt.moe
License: MIT
Description: # GenchAPI
        This is the open source SDK of Shanghai JianQiao University.
        
        ## Features
        - Daily iHealth Sign
        > Useful features will be constantly updated
        
        ## Usage
        1. You need to install GenchAPI before.
        ~~~shell
        # MacOS
        pip3 install GenchAPI
        # Windows
        pip install GenchAPI
        ~~~
        2. Create a new file with following code.
        ~~~python
        from GenchAPI import GenchAPI
        GenchAPI.sign("1900001","123456")
        ~~~ 
        
        ## Contributors
        - [missuo](https://github.com/missuo)
        
        ## License
        MIT 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
