No project description provided
Project description
text_tools-pkg
Библиотека для базовой текстовой аналитики.
Возможности
- подсчёт слов;
- частотный анализ символов;
- очистка текста
- генерация slug;
- проверка сложности пароля;
- нормализация пробелов.
Установка
pip install text-tools-pkg
Структура
text_tools_pkg/ analyzer.py processing.py logger.py validators.py exceptions.py
Использование
from text_tools_pkg.analyzer import TextAnalyzer
analyzer = TextAnalyzer("Hello world")
print(analyzer.word_count())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
text_tools_pkg-0.1.0.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file text_tools_pkg-0.1.0.tar.gz.
File metadata
- Download URL: text_tools_pkg-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.14.3 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
157f4836eaa0bdd12ce88427a008e530a9a6bd8a55c6f62e17297777f490c4ea
|
|
| MD5 |
3554620fe3697981f90d514ae74d56a8
|
|
| BLAKE2b-256 |
cce9afc302090c1ac50dd9b4ec6bfab6d125b778125c759d1ecc1be296f4fb9c
|
File details
Details for the file text_tools_pkg-0.1.0-py3-none-any.whl.
File metadata
- Download URL: text_tools_pkg-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.14.3 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb72141ef7467aff54fabe1e37e0b67bede0e16e1f9a9820d090a834c13df75e
|
|
| MD5 |
e877f9e0623e42f04805daaf651d26f4
|
|
| BLAKE2b-256 |
e362d1d67496aa895fb06ab56b2cfa2bbb9d84fe29c334703607fe7cb740cfb5
|