2019-09-30 21:10:55 +03:00
|
|
|
[metadata]
|
|
|
|
description = Industrial-strength Natural Language Processing (NLP) in Python
|
|
|
|
url = https://spacy.io
|
|
|
|
author = Explosion
|
|
|
|
author_email = contact@explosion.ai
|
|
|
|
license = MIT
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
Environment :: Console
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Intended Audience :: Science/Research
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Operating System :: MacOS :: MacOS X
|
|
|
|
Operating System :: Microsoft :: Windows
|
|
|
|
Programming Language :: Cython
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.7
|
2019-10-19 19:13:25 +03:00
|
|
|
Programming Language :: Python :: 3.8
|
2019-09-30 21:10:55 +03:00
|
|
|
Topic :: Scientific/Engineering
|
|
|
|
|
|
|
|
[options]
|
|
|
|
zip_safe = false
|
|
|
|
include_package_data = true
|
2019-12-22 03:53:56 +03:00
|
|
|
python_requires = >=3.6
|
2019-09-30 21:10:55 +03:00
|
|
|
setup_requires =
|
|
|
|
wheel
|
2019-10-01 01:25:46 +03:00
|
|
|
cython>=0.25
|
2020-02-12 01:46:18 +03:00
|
|
|
numpy>=1.15.0
|
2019-10-01 01:25:46 +03:00
|
|
|
# We also need our Cython packages here to compile against
|
|
|
|
cymem>=2.0.2,<2.1.0
|
|
|
|
preshed>=3.0.2,<3.1.0
|
|
|
|
murmurhash>=0.28.0,<1.1.0
|
2020-10-10 20:08:57 +03:00
|
|
|
thinc>=8.0.0a44,<8.0.0a50
|
2019-09-30 21:10:55 +03:00
|
|
|
install_requires =
|
2019-11-04 04:39:28 +03:00
|
|
|
# Our libraries
|
2019-09-30 21:10:55 +03:00
|
|
|
murmurhash>=0.28.0,<1.1.0
|
|
|
|
cymem>=2.0.2,<2.1.0
|
|
|
|
preshed>=3.0.2,<3.1.0
|
2020-10-10 20:08:57 +03:00
|
|
|
thinc>=8.0.0a44,<8.0.0a50
|
2020-10-05 15:58:56 +03:00
|
|
|
blis>=0.4.0,<0.8.0
|
2020-08-26 16:33:11 +03:00
|
|
|
wasabi>=0.8.0,<1.1.0
|
2020-10-02 02:36:06 +03:00
|
|
|
srsly>=2.3.0,<3.0.0
|
2020-08-27 19:17:58 +03:00
|
|
|
catalogue>=2.0.1,<2.1.0
|
2020-07-01 21:20:04 +03:00
|
|
|
typer>=0.3.0,<0.4.0
|
2020-08-23 19:32:09 +03:00
|
|
|
pathy
|
2019-11-04 04:39:28 +03:00
|
|
|
# Third-party dependencies
|
2020-01-29 19:35:46 +03:00
|
|
|
tqdm>=4.38.0,<5.0.0
|
2019-11-04 04:39:28 +03:00
|
|
|
numpy>=1.15.0
|
|
|
|
requests>=2.13.0,<3.0.0
|
2020-09-28 17:45:48 +03:00
|
|
|
pydantic>=1.5.0,<2.0.0
|
2020-07-06 18:39:31 +03:00
|
|
|
pytokenizations
|
2020-05-30 15:59:55 +03:00
|
|
|
# Official Python utilities
|
|
|
|
setuptools
|
2020-10-06 15:16:05 +03:00
|
|
|
packaging>=20.0
|
2020-05-22 16:42:46 +03:00
|
|
|
importlib_metadata>=0.20; python_version < "3.8"
|
2020-09-23 17:00:03 +03:00
|
|
|
typing_extensions>=3.7.4; python_version < "3.8"
|
2019-09-30 21:10:55 +03:00
|
|
|
|
2020-07-01 21:21:05 +03:00
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
spacy = spacy.cli:app
|
|
|
|
|
2019-09-30 21:10:55 +03:00
|
|
|
[options.extras_require]
|
2019-10-01 01:01:27 +03:00
|
|
|
lookups =
|
2020-10-07 14:16:56 +03:00
|
|
|
spacy_lookups_data>=1.0.0rc0,<1.0.0
|
2020-10-03 12:13:00 +03:00
|
|
|
transformers =
|
2020-10-09 00:09:14 +03:00
|
|
|
spacy_transformers>=1.0.0a22,<1.0.0
|
2020-10-08 11:58:50 +03:00
|
|
|
ray =
|
2020-10-08 12:10:48 +03:00
|
|
|
spacy_ray>=0.1.0,<1.0.0
|
2019-09-30 21:10:55 +03:00
|
|
|
cuda =
|
2020-03-29 14:52:08 +03:00
|
|
|
cupy>=5.0.0b4,<9.0.0
|
2019-09-30 21:10:55 +03:00
|
|
|
cuda80 =
|
2020-03-29 14:52:08 +03:00
|
|
|
cupy-cuda80>=5.0.0b4,<9.0.0
|
2019-09-30 21:10:55 +03:00
|
|
|
cuda90 =
|
2020-03-29 14:52:08 +03:00
|
|
|
cupy-cuda90>=5.0.0b4,<9.0.0
|
2019-09-30 21:10:55 +03:00
|
|
|
cuda91 =
|
2020-03-29 14:52:08 +03:00
|
|
|
cupy-cuda91>=5.0.0b4,<9.0.0
|
2019-09-30 21:10:55 +03:00
|
|
|
cuda92 =
|
2020-03-29 14:52:08 +03:00
|
|
|
cupy-cuda92>=5.0.0b4,<9.0.0
|
2019-09-30 21:10:55 +03:00
|
|
|
cuda100 =
|
2020-03-29 14:52:08 +03:00
|
|
|
cupy-cuda100>=5.0.0b4,<9.0.0
|
2020-04-29 13:51:12 +03:00
|
|
|
cuda101 =
|
|
|
|
cupy-cuda101>=5.0.0b4,<9.0.0
|
|
|
|
cuda102 =
|
|
|
|
cupy-cuda102>=5.0.0b4,<9.0.0
|
2019-09-30 21:10:55 +03:00
|
|
|
# Language tokenizers with external dependencies
|
|
|
|
ja =
|
2020-10-02 11:12:44 +03:00
|
|
|
sudachipy>=0.4.9
|
2020-06-06 01:22:18 +03:00
|
|
|
sudachidict_core>=20200330
|
2019-09-30 21:10:55 +03:00
|
|
|
ko =
|
|
|
|
natto-py==0.9.0
|
|
|
|
th =
|
|
|
|
pythainlp>=2.0
|
2020-10-05 22:37:09 +03:00
|
|
|
zh =
|
|
|
|
spacy-pkuseg==0.0.26
|
2019-09-30 21:10:55 +03:00
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = false
|
|
|
|
|
|
|
|
[sdist]
|
|
|
|
formats = gztar
|
|
|
|
|
|
|
|
[flake8]
|
2020-09-28 12:56:14 +03:00
|
|
|
ignore = E203, E266, E501, E731, W503, E741
|
2019-09-30 21:10:55 +03:00
|
|
|
max-line-length = 80
|
|
|
|
select = B,C,E,F,W,T4,B9
|
|
|
|
exclude =
|
|
|
|
.env,
|
|
|
|
.git,
|
|
|
|
__pycache__,
|
|
|
|
_tokenizer_exceptions_list.py,
|
2019-10-01 22:36:04 +03:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
markers =
|
|
|
|
slow
|
2020-07-25 16:01:15 +03:00
|
|
|
|
|
|
|
[mypy]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
no_implicit_optional = True
|
|
|
|
plugins = pydantic.mypy, thinc.mypy
|