No project description provided
Project description
TekLeo Common Utils
A python package with shared utils methods that can be used in a variety of python projects, but are mostly tailored towards web / ml applications.
Feel free to drop your suggestions, hopefully one day this will be a pretty comprehensive library of cool shared tools.
Description
Under construction... This shit is boring to write, will finish description and examples when I have more free time.
Utils ID
generate_uuid
self-explanatory
Utils Image
Conversion between PIL and OpenCV formats. Opening, saving, downloading, encoding images.
convert_image_pil_to_image_cv
convert PIL image to OpenCV imageconvert_image_cv_to_image_pil
convert OpenCV image to PIL imageopen_image_pil
load PIL image from fileopen_image_cv
load OpenCV image from filesave_image_pil
save PIL image to filesave_image_cv
save OpenCV image to filedebug_image_cv
show a GUI window with an OpenCV image displayed in itdownload_image_pil
download PIL image from urlencode_image_pil_as_base64
convert PIL image to base 64 encoded stringdecode_image_pil_from_base64
convert base 64 encoded string to PIL image
Utils OpenCV
Various OpenCV tools you might commonly need
blur_gaussian
apply Gaussian blurrotate_bound
rotate image bounded, preserving the original dimensions and cutting all rotated content that doesn't fit into original image sizerotate_free
rotate image freely, changing dimensions to make sure all rotated content fits insidedeskew
deskew (straighten) image, works best on text images, like page scans and etc.
Utils Random
Random related stuff beyond the default random
module
get_random_user_agent
generate a random User-Agent for HTTP headers (using user_agent library)
UtilsPing
Special utils to generate ping replies. Useful in web services.
build
generate ping reply object
TODO / next updates
- Needs a lot of unit tests & usage examples
Installation
Normal installation
pip install tekleo-common-utils
Development installation
git clone https://github.com/jpleorx/tekleo-common-utils.git
cd tekleo-common-utils
pip install --editable .
Links
In case you’d like to check my other work or contact me:
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
Built Distribution
Hashes for tekleo-common-utils-0.0.2.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3fbe8f22d7d2e74672b46190bc9336a78225bc3fbb0eb6e7bb0c2d52334fa28 |
|
MD5 | def11b7a736798dea03904076fe2105e |
|
BLAKE2b-256 | 4254411d8a7950723e66036dbfa7d5c9f78f1ece2d5c44487de352bd096bd13a |
Hashes for tekleo_common_utils-0.0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78d67f41f431d018445c9bfb7c6e27556054652dfc33e0d61eba61eed4d05c3d |
|
MD5 | 8fa301c5d7a90170db9afa18ab6cdf57 |
|
BLAKE2b-256 | 53b298e24486db79d976640afd099ef6a36e43406dd7b20266863f41494bdf1b |