Metadata-Version: 2.1
Name: escience
Version: 0.1.1
Summary: escience ClL
Home-page: https://github.com/steinvenic/escience
Author: steinvenior
Author-email: steinvenior@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: certifi
Requires-Dist: chardet
Requires-Dist: click
Requires-Dist: idna
Requires-Dist: PTable
Requires-Dist: tqdm
Requires-Dist: urllib3
Requires-Dist: prettytable


# escience
科研在线网盘CTL客户端http://ddl.escience.cn

# 安装  
* 环境`Python 3`
* `pip install escience`
* 在`~/escience.cfg`中配置自己的账号和密码及下载路径

#使用  
* `escience --help`===>显示帮助
* `escience -s somefile`===>以关键字`somefile`搜索相关文件
* `escience -d 0`===>下载序号为0的文件
![avatar](https://github.com/steinvenic/escience/blob/master/usage.png)


