Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 190 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 190 Bytes

Pythonic Metaprogramming

Python metaclasses are used in a core class Enum introducing metadata-driven programming. Its use is demonstrated on a comprehensive class CommandLineParser.