A basic text utilities package
Project description
shalinee-text-utils
A simple Python package for basic text utilities like cleaning text and counting words.
##installation
pip install shalinee-text-utils
#3 usage
from shalinee-text-utils import clean_text,word_count
text = " Hello welcome to the world of anlytics"
print(clean_text(text))
print(word_count(text))
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
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 shalinee_text_utils-0.1.1.tar.gz.
File metadata
- Download URL: shalinee_text_utils-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05e127804d279a8ae79945673036f411bf57d11e2b02a10671ae7df9e7e09037
|
|
| MD5 |
4c6226ce021c2f0582f677c1cd11ea15
|
|
| BLAKE2b-256 |
cb384d518d14af4d56cb88ae44992b38e32d72e318f92e1a544341f2023ad06c
|
File details
Details for the file shalinee_text_utils-0.1.1-py3-none-any.whl.
File metadata
- Download URL: shalinee_text_utils-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13e427fc05c5dfd64142a638f5c58e2fb418458e473f09131b0229e5ee6ae9bb
|
|
| MD5 |
3f919d658d3cfd10b9f22a0d7e38bf55
|
|
| BLAKE2b-256 |
828d14db9f57e946d67cb1c0dc9aa9c4a2d9c4201cd2ce30103eca7959be8272
|