A simple Python text utility library
Project description
textutils-rwcrp
A simple Python package for basic text operations.
Installation
pip install textutils-rwcrp
Usage Example
from textutils_rwcrp import reverse, word_count, remove_punctuation
print(reverse("hello")) # olleh
print(word_count("This is great")) # 3
print(remove_punctuation("Hi, there!"))# Hi there
Features
- Reverse any string
- Count words
- Remove punctuation
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
textutils_rwcrp-0.1.0.tar.gz
(2.6 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 textutils_rwcrp-0.1.0.tar.gz.
File metadata
- Download URL: textutils_rwcrp-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71303945384204f595f9a61390d0f21a442db63025b68f3e9203e329331fb99c
|
|
| MD5 |
d70e12998756e55425996378831164ce
|
|
| BLAKE2b-256 |
f26870403614afa8c31a024bb468cda03758a1272fff01d609a312dff1834740
|
File details
Details for the file textutils_rwcrp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: textutils_rwcrp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f01e5dbe14d82a758701068ce02ee183c081c3856103fc91cf7125653506da6
|
|
| MD5 |
c34570bc2fdf9e4dc3caaff650a1cca1
|
|
| BLAKE2b-256 |
980d00d87d3184d5e60e8fba3f391d5cae4c8ebc2f26aedf3ef67bc2872e552c
|