5 Star 9 Fork 1

Gitee 极速下载/LineFlow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tofunlp/lineflow
克隆/下载
setup.py 930 Bytes
一键复制 编辑 原始数据 按行查看 历史
yasufumi 提交于 2021-10-10 15:49 . Update setup.py
#!/usr/bin/env python
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
setup(
name='lineflow',
use_scm_version=True,
setup_requires=['setuptools_scm'],
description='Lightweight NLP Data Loader for All Deep Learning Frameworks in Python',
long_description=open('./README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
url='https://github.com/yasufumy/lineflow',
author='Yasufumi Taniguchi',
author_email='yasufumi.taniguchi@gmail.com',
packages=[
'lineflow', 'lineflow.datasets'
],
license='MIT',
classifiers=[
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=['arrayfiles', 'gdown'],
tests_require=['pytest'],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/LineFlow.git
git@gitee.com:mirrors/LineFlow.git
mirrors
LineFlow
LineFlow
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385