Metadata-Version: 2.0
Name: eenum
Version: 0.10.0
Summary: Extension to the python enum and Enum3.4 libraries
Home-page: https://github.com/cltrudeau/eenum
Author: Christopher Trudeau
Author-email: ctrudeau+pypi@arsensa.com
License: MIT
Keywords: tools,enum
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six (>=1.10)

EEnum
*****

EEnum is an extension to the python enum library.  It adds some features to
enum and wraps Enum3.4 so it can be used invisibly across python versions.

Installation
============

.. code-block:: bash

    $ pip install eenum

Supports
========

Python eenum has been tested with Python 2.7, 3.5, and 3.6

Docs & Source
=============

Docs: http://eenum.readthedocs.io/en/latest/

Source: https://github.com/cltrudeau/eenum


