python3-banal

Commons of banal micro-functions for Python

Description

Commons of Python micro-functions. This basically an out-sourced, shared utils module with a focus on functions that buffer type uncertainties in Python (e.g. "is this a list?").

Functions:

 * is_listish: check if something is list-ish
 * is_mapping: check if an object is dict-ish
 * ensure_list: make sure an argument is a list, or make it into a
   single-element list
 * clean_dict: remove null values from a dict, recursively
 * decode_path: decode a path name to be unicode
 * hash_data: generate a SHA1 from a dict of reasonable objects

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/pudo/banal


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-banal