1 Star 5 Fork 0

徐洲锋/ipybd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
leisux 提交于 2023-03-27 16:40 . Update setup.py
from setuptools import find_packages, setup
with open("README.md", "r", encoding='utf-8') as fh:
long_description= fh.read()
setup(
name = 'ipybd',
version = '1.4.4',
description = 'Powerful data cleaner for biodiversity',
license = 'GPL-3.0 License',
author = 'Xu Zhoufeng',
author_email = 'xu_zhoufeng@hotmail.com',
url = 'https://github.com/leisux/ipybd',
packages = find_packages(),
long_description=long_description,
long_description_content_type="text/markdown",
package_data = {
'':['function/*.py','lib/*.py', 'lib/*.json', 'label/*.py', 'label/*.mustache', 'label/*.css', 'occurrence/*.py', 'table/*.py']
},
platforms = 'any',
python_requires=">=3.6.1",
keywords = (
'biodiversity',
'scientificName',
'herbarium',
'specimens',
'bdcleaner',
'labelmaker'
),
install_requires=[
'pandas>=1.3.0',
'openpyxl>=3.0.7',
'tqdm>=4.40.2',
'prompt_toolkit>=3.0.5',
'requests>=2.21.0',
'aiohttp>=3.6.2',
'arrow>=0.16.0',
'pystache>=0.5.4',
'pystrich>=0.8',
'jsonschema>=2.6.0',
'thefuzz>=0.19.0',
'python-Levenshtein>=0.12.2'
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/leisux/ipybd.git
git@gitee.com:leisux/ipybd.git
leisux
ipybd
ipybd
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385