Metadata-Version: 1.1
Name: enumap
Version: 1.3.0
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.3.0.tar.gz
Description: 
        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.
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
