Repository URL to install this package:
|
Version:
0.4.10 ▾
|
kiara_plugin.language_processing
/
pyproject.toml
|
|---|
[build-system]
requires = [
"setuptools>=63",
"setuptools_scm[toml]>7.0.0",
"wheel"
]
build-backend = "setuptools.build_meta"
[project]
name = "kiara_plugin.language_processing"
description = "Language-processing kiara modules and data types."
authors = [
{name = "Markus Binsteiner", email = "markus@frkl.io"}
]
readme = "README.md"
requires-python = ">=3.8"
keywords = ["kiara"]
license = {text = "MPL-2.0"}
classifiers = [
"Framework :: Django",
"Programming Language :: Python :: 3",
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
]
dependencies = [
"kiara>=0.4.26",
"kiara_plugin.tabular>=0.4.19",
"gensim>=4.2.0",
"nltk>=3.7"
]
dynamic = ["version"]
[project.optional-dependencies]
dev_documentation = [
"kiara[dev_documentation]"
]
dev_testing = [
"kiara[dev_testing]",
"types-setuptools",
"sqlalchemy-stubs"
]
dev_utils = [
"kiara[dev_utils]"
]
dev_all = [
"kiara[dev_all]"
]
[project.urls]
homepage = "https://github.com/DHARPA-Project/kiara_plugin.language_processing"
documentation = "https://DHARPA-Project.github.io/kiara_plugin.language_processing"
repository = "https://github.com/DHARPA-Project/kiara_plugin.language_processing"
[tool.black]
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| external
)/
'''
[tool.setuptools_scm]
write_to = "src/kiara_plugin/language_processing/version.txt"