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

pombredanne/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 is copyright © 2008-2017 by Brian M. Clapper and is released under a BSD license.

NOTE: This package does not yet work on Python 3.

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 git@github.com:bmc/grizzled-python.git
cd grizzled-python
python setup.py install

Running unit tests

Unit tests are written with Nose.

Install Nose:

pip install nose

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

nosetests

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

  • Python 100.0%