Skip to content

The Python Grizzled Utility Library. Full API docs are available at the Grizzled web site. (See below.)

License

Notifications You must be signed in to change notification settings

bmc/grizzled-python

Repository files navigation

Grizzled Python Utility Library

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.

Installing

The easiest way to install the library is via pip:

pip install grizzled-python

Installing from source

Clone this repo, and do the usual:

git clone [email protected]:bmc/grizzled-python.git
cd grizzled-python
python setup.py install

Running unit tests

Unit tests are written with pytest.

Install pytest:

pip install pytest

Then, from the top-level directory, just run:

python setup.py test

About

The Python Grizzled Utility Library. Full API docs are available at the Grizzled web site. (See below.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages