A lightweight, Pythonic enum library that provides concise enum definitions with advanced features like bitwise operations, aliases, and iteration helpers. Current version: 0.1.5. Release cadence: sporadic.
pip install enumbVerified import paths — ran on the pinned version, not inferred.
Define and use a simple enum with enumb.
Use 'from enumb import Enum' explicitly.
If you need multiple inheritance, consider using enumb's EnumMeta carefully or use composition.
Ensure all base classes use the same metaclass. Either avoid mixing Enum types or define a custom metaclass that inherits from both metaclasses.
Use the public API: .name (without underscores) to get the member name.
No dependency data recorded yet.