from distutils.core import setup
setup(
name = 'jsuite',
packages = ['jsuite'], # this must be the same as the name above
version = '0.1.3',
scripts=['bin/jsuite'],
install_requires = [
'lxml==3.6.4',
'clint==0.5.1'
],
description = 'Parsing and manipulation tools for JATS XML files.',
author = 'Dipanjan Mukherjee',
author_email = 'dipanjan.mu@gmail.com',
url = 'https://github.com/schatten/jsuite', # use the URL to the github repo
download_url = 'https://github.com/schatten/jsuite/tarball/0.1', # I'll explain this in a second
keywords = ['xml', 'parsing', 'JATS', 'tools'], # arbitrary keywords
classifiers = [],
)
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:jsuite-0.1.3.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
jsuite-0.1.3.tar.gz (6个子文件)
jsuite-0.1.3
PKG-INFO 369B
bin
jsuite 493B
test
test_extract.py 298B
jsuite
__init__.py 178B
extract.py 424B
setup.py 657B
共 6 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功