https://github.com/emmmatech/bad_enums
A very bad custom implementation of enums in Python.
https://github.com/emmmatech/bad_enums
Last synced: 12 months ago
JSON representation
A very bad custom implementation of enums in Python.
- Host: GitHub
- URL: https://github.com/emmmatech/bad_enums
- Owner: EmmmaTech
- License: mit
- Created: 2022-09-18T20:01:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T05:32:31.000Z (almost 4 years ago)
- Last Synced: 2025-06-20T19:58:39.866Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bad_enums
This is a custom enums implementation for Python that is probably worse than the stdlib implementation.
New features:
- The ability to allow for more than one type for enum members
- Inheriting enum members