Metadata-Version: |
2.1 |
Name: |
profanity-filter |
Version: |
1.3.3 |
Summary: |
A Python library for detecting and filtering profanity |
Author: |
Roman Inflianskas |
Author-Email: |
infroma[at]gmail.com |
Maintainer: |
Roman Inflianskas |
Maintainer-Email: |
infroma[at]gmail.com |
Home-Page: |
https://github.com/rominf/profanity-filter |
Project-Url: |
Repository, https://github.com/rominf/profanity-filter |
License: |
GPL-3.0+ |
Keywords: |
library,profanity,filter,censor |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) |
Classifier: |
Natural Language :: English |
Classifier: |
Natural Language :: Russian |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Text Processing :: Filters |
Classifier: |
Topic :: Text Processing :: Linguistic |
Requires-Python: |
>=3.6,<4.0 |
Requires-Dist: |
PyICU (<3.0,>=2.4); extra == "multilingual" |
Requires-Dist: |
appdirs (<2.0.0,>=1.4.3); extra == "web" |
Requires-Dist: |
cached-property (<2.0,>=1.5) |
Requires-Dist: |
dataclasses (<0.7.0,>=0.6.0); python_version >= "3.6" and python_version < "3.7" |
Requires-Dist: |
fastapi (<0.46.0,>=0.45.0); extra == "web" |
Requires-Dist: |
hunspell (<0.6.0,>=0.5.5); extra == "deep-analysis" |
Requires-Dist: |
more-itertools (<9.0,>=8.0) |
Requires-Dist: |
ordered-set (<4.0,>=3.0) |
Requires-Dist: |
ordered-set-stubs (<0.2.0,>=0.1.3) |
Requires-Dist: |
poetry-version (<0.2.0,>=0.1.3) |
Requires-Dist: |
polyglot (<17.0,>=16.7); extra == "multilingual" |
Requires-Dist: |
pycld2 (==0.31); extra == "multilingual" |
Requires-Dist: |
pydantic (<2.0,>=1.3) |
Requires-Dist: |
pymorphy2-dicts-ru (<3.0.0,>=2.4.404381); extra == "pymorphy2-ru" |
Requires-Dist: |
pymorphy2-dicts-uk (<3.0.0,>=2.4.1); extra == "pymorphy2-uk" |
Requires-Dist: |
python-Levenshtein (<0.13.0,>=0.12.0); extra == "deep-analysis" |
Requires-Dist: |
redis (<4.0,>=3.2) |
Requires-Dist: |
regex (<2020.0.0,>=2019.12.20); extra == "deep-analysis" |
Requires-Dist: |
ruamel.yaml (<0.16.0,>=0.15.89) |
Requires-Dist: |
spacy (<3.0,>=2.0) |
Requires-Dist: |
uvicorn (<0.12.0,>=0.11.1); extra == "web" |
Provides-Extra: |
deep-analysis |
Provides-Extra: |
multilingual |
Provides-Extra: |
pymorphy2-ru |
Provides-Extra: |
pymorphy2-uk |
Provides-Extra: |
web |
Description-Content-Type: |
text/markdown |