Metadata-Version: 2.1
Name: enum-actions
Version: 0.1.0
Summary: For easy selection command-line selection of an `enum.Enum` variant with `argparse.Action`s.
Author: Aatif Syed
Author-email: aatifsyedyp@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# `enum-actions`
For easy selection command-line selection of an `enum.Enum` variant with `argparse.Action`s.

