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.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.0.tar.gz
(6.9 kB
view details)
File details
Details for the file fastutils-0.1.0.tar.gz
.
File metadata
- Download URL: fastutils-0.1.0.tar.gz
- Upload date:
- Size: 6.9 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 | 9f6354b9661b52e56d2c843770b72070b872885481cb1f8ac9ba290e3286dd86 |
|
MD5 | ad28c6e7a106c76875774912c065aedb |
|
BLAKE2b-256 | dc9520efadddd9688a59fcce7b3819dbb6e6d1cbb7096a0c5379eea3550a9285 |