Utility functions for strings checking and manipulation.
Project description
# Python String Utils
A small utility library to check and manipulate strings.
simple and pythonic
no external dependencies
fully documented
PEP8 complaint
100% code coverage
tested against multiple python versions (2.7, 3.2, 3.3, 3.4)
## What’s inside…
### String checking functions:
is_string
is_ip
is_url
is_email
is_credit_card
is_camel_case
is_snake_case
is_json
is_uuid
words_count
### String manipulation and generation
camel_case_to_snake
snake_case_to_camel
reverse
uuid
shuffle
…and more are coming!
## Installation
pip install python-string-utils
## Documentation
Full API documentation available on: <http://python-string-utils.readthedocs.org/en/latest/>
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
File details
Details for the file python-string-utils-0.2.0.tar.gz.
File metadata
- Download URL: python-string-utils-0.2.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8866cc2b07c72674ef04c7ad300238e73ca8fdc6b4dda58a18d7b2d84e2bae0
|
|
| MD5 |
095876f5fab1594dba4f547419f80e10
|
|
| BLAKE2b-256 |
3ae472e766e0b6e3698d2c40ec71e8bc1b5ead5f33f7b6fe2382aa56de809b5b
|