News

Package that expands the capabilities of the standard Enum. There are times when you want to have constants that also carry additional information. This functionality can be implemented in different ...
First, this module defines a bin function that is not present in the documentation. Such a method should be documented or made private. Indeed, it would feel weird for a user to use from enum import * ...