====================
pyutilib.enum README
====================

This Python package is a variant of the PyPI 'enum' package.  This package
has been modified to support pickling of enum objects, which required
a weakening of the comparison semantics.  Also, this class supports
helper functions that allow enumeration objects to be retrieved given
the enumeration constant value.


-------
License
-------

See the LICENSE.txt file.


------------
Organization
------------

+ Directories

  * pyutilib - The root directory for PyUtilib source code

+ Documentation and Bug Tracking

  * Trac wiki: https://software.sandia.gov/trac/pyutilib

+ Authors

  * See the AUTHORS.txt file.

+ Project Managers

  * William E. Hart, wehart@sandia.gov

+ Mailing List

  * pyutilib-forum@googlegroups.com
    - The main list for help and announcements
  * pyutilib-developers@googlegroups.com
    - Where developers of PyUtilib discuss new features

--------------------
Third Party Software
--------------------

None.

