Map enum int's into Enums redux (#293)

Re-implement Enum to be faster along with being an open set

---------
Co-authored-by: ydylla <ydylla@gmail.com>
This commit is contained in:
James Hilton-Balfe
2023-10-16 03:32:30 +01:00
committed by GitHub
parent 8659c51123
commit c82816b8be
6 changed files with 725 additions and 511 deletions

View File

@@ -19,6 +19,7 @@ importlib-metadata = { version = ">=1.6.0", python = "<3.8" }
jinja2 = { version = ">=3.0.3", optional = true }
python-dateutil = "^2.8"
isort = {version = "^5.11.5", optional = true}
typing-extensions = "^4.7.1"
[tool.poetry.dev-dependencies]
asv = "^0.4.2"
@@ -37,7 +38,7 @@ sphinx-rtd-theme = "0.5.0"
tomlkit = "^0.7.0"
tox = "^3.15.1"
pre-commit = "^2.17.0"
pydantic = ">=1.8.0"
pydantic = ">=1.8.0,<2"
[tool.poetry.scripts]