/pyul

Python Utility Library - A library of utilities for python development

Primary LanguagePythonOtherNOASSERTION

Badge Downloads

pyul

Python Utility Library (pronounced: pile) - A library of utilities for python development

Installation

pip install pyul

Usage

>>> import pyul
...

Design

The Python Utility Library was designed as loose set of utility classes and functions to handle alot of bolier plate code common to many projects needs. They are usually small (code to read), easy to use and limited in the functionality they provide to free you up to design tools/scripts/applications without having to implement common functionality.