A list of python utilities


Keywords
python, snippets, utility-library
License
MIT
Install
pip install pycutils==0.0.8

Documentation

pycutils: Small, commonly used python functions

PyPI version PyPI - Downloads License: MIT pre-commit Checked with mypy Code style: black Imports: isort Tests Coverage

What is it?

cutils is a collection of small but useful and widely applicable functions. Since it only uses the standard library, it is extremely lightweight and portable.

Usage:

Installing

The easiest way is to install cutils is from PyPI using pip:

pip install pycutils

Running

import cutils