Metadata-Version: 2.1
Name: yima
Version: 0.1.1
Summary: This project is a user-friendly python api for yima: http://www.51ym.me/
Home-page: https://github.com/SimZhou/yima
Author: Simon Zhou
Author-email: yihua.zhou@outlook.com
License: UNKNOWN
Platform: all
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.19.0)

# 易码API - Python接口
## 1. 简介：
本python包旨在为[易码api](http://www.51ym.me/User/apidocs.html)提供一个python封装包，使调用变得更简单。
## 2. 使用方法：
### 2.1 安装
    pip install yima
### 2.2 导入
    import yima as ym
### 2.3 功能速览
#### 2.3.1 创建易码客户端实例

    client1 = ym.YMClient('username', 'password', 'token')

#### 2.3.2 

## 3. 版本历史
### 2019.1.23 - 版本 0.1.0
- 添加易码api基础功能
- 
## 4. Bug反馈及功能需求添加
如果发现程序bug或功能不完善的地方，欢迎联系：yihua.zhou@outlook.com。



