Skip to main content

Utils for strings in python

Project description

string_py

PyPI Documentation

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.3.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

string_py-0.1.3-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page