profanity-filter2

View on PyPIReverse Dependencies (0)

1.4.3 profanity_filter2-1.4.3-py3-none-any.whl

Wheel Details

Project: profanity-filter2
Version: 1.4.3
Filename: profanity_filter2-1.4.3-py3-none-any.whl
Download: [link]
Size: 841994
MD5: f4938a24a6e61a5f5b9d696927b4fa6e
SHA256: fee9ac1110bfa421f65a543ea3af9b382c841b97da1f74bbc54acee60835e2fc
Uploaded: 2021-10-01 04:37:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: profanity-filter2
Version: 1.4.3
Summary: A Python library for detecting and filtering profanity
Author: Roman Inflianskas
Author-Email: infroma[at]gmail.com
Maintainer: Ruslan Gareev
Maintainer-Email: mail[at]ruslangareev.ru
Home-Page: https://github.com/neorusa/profanity-filter
License: https://www.gnu.org/licenses/gpl-3.0.en.html
Requires-Python: >=3.7,<4.0
Requires-Dist: cached-property (<2.0,>=1.5)
Requires-Dist: more-itertools (<9.0,>=8.0)
Requires-Dist: ordered-set-stubs (<0.2.0,>=0.1.3)
Requires-Dist: ordered-set (<4.0,>=3.0)
Requires-Dist: poetry-version (<0.2.0,>=0.1.3)
Requires-Dist: pydantic (<2.0,>=1.3)
Requires-Dist: redis (<4.0,>=3.2)
Requires-Dist: ruamel.yaml (<0.16.0,>=0.15.89)
Requires-Dist: spacy (<4.0,>=3.0)
Requires-Dist: dataclasses (<0.7.0,>=0.6.0); python_version >= "3.7" and python_version < "3.9"
Requires-Dist: hunspell (<0.6.0,>=0.5.5); extra == "deep-analysis"
Requires-Dist: python-Levenshtein (<0.13.0,>=0.12.0); extra == "deep-analysis"
Requires-Dist: regex (<2022.0.0,>=2020.0.20); extra == "deep-analysis"
Requires-Dist: polyglot (<17.0,>=16.7); extra == "multilingual"
Requires-Dist: pycld2 (==0.31); extra == "multilingual"
Requires-Dist: PyICU (<3.0,>=2.4); extra == "multilingual"
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: appdirs (<2.0.0,>=1.4.3); extra == "web"
Requires-Dist: fastapi (<0.46.0,>=0.45.0); extra == "web"
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; charset=UTF-8; variant=GFM
License-File: LICENSE
[Description omitted; length: 10443 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
profanity_filter/__init__.py sha256=IIFDyFVBfpr0H3Wo4ppqkiL8YOU97fFUHb-qozH3bkM 344
profanity_filter/config.py sha256=y2BVVeBbDtNlhFRvN19SQ4X_VK5tjGfb4VbNddlAyuk 1393
profanity_filter/console.py sha256=ManT7jz39yjyTgKmYnnhgbXgQxlG5rd-QLhZG621ALM 1659
profanity_filter/profanity_filter.py sha256=1S-6wjqTSo1_fCJ9_T0jp7KvRUQbweHiA_gNtj_67jg 34958
profanity_filter/spacy_component.py sha256=n4qMzy84s9_O7RYfJlQ5unln4QwWUHY1PeMnec0y7eU 3770
profanity_filter/spacy_utlis.py sha256=59Uh9rml6rT4JAUUGnmnV_DoF8gBJW2DOYIIQ2ppDpk 933
profanity_filter/types_.py sha256=_9PUAb8SmBIyys4goUZ-YDiSprjHYir6vrnE98LMC-U 1308
profanity_filter/web.py sha256=dkoAKycNsKTIvwuUd5vnq2AALWmQyCm_hTrVWUvUycU 876
profanity_filter/analysis/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
profanity_filter/analysis/deep.py sha256=pSSDa8SCX4GytTHMhGvQj4LF8sdmcx9kDig7Iefh2CE 341
profanity_filter/analysis/morphological.py sha256=vA3MFRpy6XrCCGDQO-_rnGgdereoDV70RgVIO8D3QfU 36
profanity_filter/analysis/multilingual.py sha256=a731Hv9h04so06PrWgawKSvcBJviHLxX1V17PFIsjOE 23
profanity_filter/data/en.aff sha256=x6jE0Iwp0jeICESxYjCZ9ZCSYC8Ym-OM45EuRX_zi8E 3090
profanity_filter/data/en.dic sha256=8LGiNL0Xi90Bh1sqOSqWR_iIuP6Hn3nFKq5iwnWbNkc 551762
profanity_filter/data/en_core_web_sm_profane_words.txt sha256=av38vmi4k1AiKLaKVjIQA-nZrfU4zlCeDvwKOfXrFUg 2614
profanity_filter/data/ru.aff sha256=OM59SveOIR6br-S_fj1qLEIFkRNstzjsZkj4_fZSTNc 71236
profanity_filter/data/ru.dic sha256=9gR0FqAgStvs86RRuHTsipfuN-LLxxRGbvBNjbzA1vw 3473191
profanity_filter/data/ru_core_news_sm_profane_words.txt sha256=ERAb2ARZ--fQqwSRyWRRpXIGXMGbuJQvzGrecc88XIQ 92492
profanity_filter2-1.4.3.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
profanity_filter2-1.4.3.dist-info/METADATA sha256=bXGp9OZhtp0YP_FK1JrX1e4I5M8LtwGlAbvJxAliUZQ 12327
profanity_filter2-1.4.3.dist-info/WHEEL sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o 92
profanity_filter2-1.4.3.dist-info/entry_points.txt sha256=eV0kzs2sf_AsxDNybeUovJMnYM3mpxWyDAFeqC9xnkA 68
profanity_filter2-1.4.3.dist-info/top_level.txt sha256=w8gaqToQtvItu81Pk4NIukgBltcsF1jkcTXWbtrJvos 17
profanity_filter2-1.4.3.dist-info/RECORD

top_level.txt

profanity_filter

entry_points.txt

profanity_filter = profanity_filter.console:main