Metadata-Version: 2.1
Name: EnumECG
Version: 0.1.dev2
Summary: Generate Enhanced Enum definitions for C++
Home-page: https://github.com/jasujm/enhanced-enum
Author: Jaakko Moisio
Author-email: jaakko@moisio.fi
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: Jinja2 (>=2.10)
Requires-Dist: regex
Requires-Dist: inflect (>=3.0)

EnumECG is not a standalone package. It is meant to support generating
code for enhanced enum types in C++, and be used together with its
main C++ library, found at https://github.com/jasujm/enhanced-enum.


