Skip to content

qiu_python_encore

Small enhancements of the Python standard library.

enum.ExtendedEnum is an Enum whose members compare equal to, and hash like, their raw values.

Modules:

  • enum –

    Better Enum for python.