The Grizzled Python Utility Library is a general-purpose Python library with a variety of different modules and packages. It's roughly organized into subpackages that group different kinds of utility functions and classes.
Grizzled Python is copyright © 2008-2019 by Brian M. Clapper and is released under a BSD license.
NOTE: As of version 2.0.0, Grizzled Python no longer supports Python 2. Use an older version (e.g., 1.1.0) if you want to use it on Python 2. Grizzled Python now supports Python 3.6 or better.
The easiest way to install the library is via pip:
pip install grizzled-python
Clone this repo, and do the usual:
git clone git@github.com:bmc/grizzled-python.git
cd grizzled-python
python setup.py install
Unit tests are written with pytest.
Install pytest:
pip install pytest
Then, from the top-level directory, just run:
python setup.py test