Metadata-Version: 2.0
Name: enumap
Version: 1.2.3
Summary: Ordered collections inspired by Enum
Home-page: https://github.com/TadLeonard/enumap
Author: Tad Leonard
Author-email: tadfleonard@gmail.com
License: UNKNOWN
Download-URL: https://github.com/TadLeonard/enumap/archive/1.2.3.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only


Enumap: ordered data kept orderly
=================================

Enumap is an Enum that helps you manage named, ordered values in a strict but convenient way. Enumap isn't yet another collection, it's a store of keys that creates familiar ordered collections in a more expressive and less error prone way.


Documentation
=============

See https://github.com/TadLeonard/enumap for more.

