[logo] The Python Grizzled Utility Library

Download

To obtain my PGP/GnuPG key, see these instructions.

Documentation

Back to software page.

Introduction

The Grizzled 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. For a sampling of what's available, see the API documentation.

Grizzled is under continual development, so check back regularly.

Installation

The usual:

  1. Unpack the tarball or Zip file.
  2. Change your directory to the resulting grizzled-0.3 directory.
  3. Run: python setup.py install
This library is also available on PyPI. If you have Easy Install installed, you can install this package with one command (usually as root):
easy_install grizzled

Author

Brian M. Clapper, <bmc @ clapper . org>

Copyright

© 2008 Brian M. Clapper

License

BSD-style license. See accompanying LICENSE file.

$Id: index.html,v 1.7 2005/05/20 14:37:58 bmc Exp $