Collection of simple utils.
Project description
fastutils
Collection of simple utils.
Install
pip install fastutils
Installed Utils
- aesutils
- dictutils
- hashutils
- listutils
- strutils
Usage Example
from fastutils import strutils
assert strutils.split("a,b.c", [",", "."]) == ["a", "b", "c"]
Release Notice
v0.1.1 2019.08.27
- Add strutils.wholestrip function, use to remove all white spaces in text.
- Fix strutils.is_urlsafeb64_decodable, strutils.is_base64_decodable and strutils.is_unhexlifiable functions, that have problem to test text contains whitespaces.
v0.1.0 2019.08.23
- Add simple utils about operations of aes, dict, hash, list and str.
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
fastutils-0.1.1.tar.gz
(7.3 kB
view details)
File details
Details for the file fastutils-0.1.1.tar.gz
.
File metadata
- Download URL: fastutils-0.1.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f623cae517412373405dae517da48838ab26f1ed4a1a4a0a1c2738f83daef868 |
|
MD5 | 2419a73f75351c7801893ff274ee57c7 |
|
BLAKE2b-256 | 1b28dbe7b5e003f62c147956375932236f8e100b1d7bc24a09c1245c5112ae5c |