Utils for strings in python
Project description
string_py
A Python package to simplify working with strings
Installation
To install the library directly from PyPI you can just run the following command:
# Linux/macOS
python3 -m pip install -U string-py
# Windows
py -3 -m pip install -U string-py
Format Example
from string_py import Format
print(Format.align(values={"Username:": "John", "Register Date:": "01.01.2001"}))
Username: John
Register Date: 01.01.2001
Manipulation Example
from string_py import Str
print(Str("Hello World!").first(5))
Hello
Information Example
from string_py import Str
print(Str("Hello World!").get_upper(index=True))
{0: 'H', 6: 'W'}
Printer Example
from string_py import Printer
print = Printer()
print.time("Hello World!")
[04.04 | 03:11:07] Hello World!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
string_py-0.1.2.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file string_py-0.1.2.tar.gz
.
File metadata
- Download URL: string_py-0.1.2.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65f807b70b164e7f87b91f6502ac3177e7e072995f1e20b94a55a19288100b25 |
|
MD5 | 356b32cecee530d53227cd4496a19485 |
|
BLAKE2b-256 | e51e62786ebbc3988c3203547958c3e819e802127f46510898ceb8de4e6b006a |
File details
Details for the file string_py-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: string_py-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2dc9975a5639fe792849a9da40006a7f8278fdf99e29debe0194b5e66d1f4a4 |
|
MD5 | 05a9fa8feca11c52c8290512b1a247ff |
|
BLAKE2b-256 | 5f1a3be471a22bafe5cb7eb05c786e047b15765b9d16034ebac4e48f4d601f10 |