Collection of simple utils.
Project description
fastutils
Collection of simple utils.
Install
pip install fastutils
NOTE: Extra requirements for python 2.7
- funcsigs
Installed Utils
- aesutils
- dictutils
- functuils
- hashutils
- imageutils
- jsonutils
- listutils
- sixutils
- strutils
- threadutils
- typingutils
Usage Example
from fastutils import strutils
assert strutils.split("a,b.c", [",", "."]) == ["a", "b", "c"]
Releases
v0.6.0 2020-01-07
- Add imageutils, add imageutils.get_base64image to make base64 image that can be rendered by web browser.
- Add imageutils.resize to scale image size.
- Add Image-Object-Encode support in jsonutils.
- Add threadutils, add threadutils.Service to simplify long-run-service programming.
- Raise bizerror.MissingParameter error in funcutils.get_inject_params while missing required parameter.
v0.5.4 2019-12-10
- Fix hashutils.get_hash_hexdigest and hashutils.get_hash_base64 problem.
v0.5.3 2019-12-08
- Using typingutils.smart_cast in funcutils.get_inject_params.
v0.5.2 2019-12-08
- Add unit test cases for typingutils.
- Fix cast_list, do strip for every element in comma-separated-list.
- Fix base64 import missing in typingutils.
v0.5.1 2019-12-08
- Add typingutils.cast_str.
v0.5.0 2019-12-08
- Set library property in get_encoder in jsonutils.
- Add typingutils.
v0.4.0 2019.12.07
- Add jsonutils, provides simple json encoder register system.
v0.3.2 2019.10.29
- Fix problems for python 2.7.
- Fix name error of funcutils.
v0.3.1 2019.10.28
- Fix problem casued by str.isascii() which is new from python 3.7.
v0.3.0 2019.09.24
- Add listutils.unique to remove duplicated elements from the list.
- Add listutils.replace to replace element value in thelist with new_value in collection of map.
v0.2.0 2019.09.10
- Add functuils.get_inject_params to smartly choose parameters from candidates by determine with the function's signature.
- Add functuils.call_with_inject to smartly call the function by smartly choose parameters.
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.6.0.tar.gz
(13.6 kB
view details)
File details
Details for the file fastutils-0.6.0.tar.gz
.
File metadata
- Download URL: fastutils-0.6.0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f852f7e023bd265b3e6d8ad6d97eedc1666d2cb141ae74fd679dc9e6176460e7 |
|
MD5 | 186f63f7b241e1a1bde5df7bd224e503 |
|
BLAKE2b-256 | 16b799b68484d28131f1322abebe03fabd3b7691009b27a258d051241891a7ef |