Metadata-Version: 2.4
Name: eeo
Version: 1.0.8
Summary: eeo ClassInAPI包
Home-page: https://github.com/Qingche99/eeoAPI
Author: QH
Author-email: 18515585663@163.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# ClassIn API - eeo

**如果你有任何疑问，可以通过eeoapisupport@eeoa.com联系我们**

**If you have any questions you can contact us at eeoapisupport@eeoa.com**

**ClassIn APIDoc：https://docs.eeo.cn/api/**

**GitHub：https://github.com/Qingche99/eeoAPI**

## Installation

```sh
pip install eeo
```

## Simple Usage Example

```python

import eeo


if __name__ == '__main__':
    sid = 123456  # 学校账号UID
    secret = '2222BBC'  # 学校API secret
    api_sender = eeo.API(school_uid=sid, school_secret=secret)
    api_sender.register(account, name, pwd, addToSchoolMember)
```
