2024-04-10 20:54:12 +03:00
|
|
|
[metadata]
|
|
|
|
name = cctext
|
|
|
|
version = file: VERSION
|
|
|
|
author = CIHT CONCEPT, IRBorisov
|
|
|
|
author_email = iborisov@acconcept.ru
|
2024-04-12 13:07:50 +03:00
|
|
|
description = Text processing library for russian languange
|
2024-04-10 20:54:12 +03:00
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
license = MIT
|
|
|
|
classifiers =
|
2024-04-12 13:07:50 +03:00
|
|
|
Development Status :: 3 - Alpha
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Intended Audience :: Science/Research
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Natural Language :: Russian
|
|
|
|
Programming Language :: Python
|
2024-04-10 20:54:12 +03:00
|
|
|
Programming Language :: Python :: 3
|
2024-04-12 13:07:50 +03:00
|
|
|
Programming Language :: Python :: 3.12
|
|
|
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
|
|
Topic :: Scientific/Engineering :: Information Analysis
|
|
|
|
Topic :: Text Processing :: Linguistic
|
2024-04-10 20:54:12 +03:00
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
install_requires =
|
|
|
|
razdel
|
2024-04-12 13:07:50 +03:00
|
|
|
pymorphy3
|