construct-typing/construct_typed
2022-02-20 12:32:49 +01:00
..
__init__.py renamed construct to constr so that there are no naming collisions with the construct package name 2022-02-19 12:46:28 +01:00
dataclass_struct.py Use standard dataclasses modul for python >= 3.10 or use the provided dataclasses module from this library fol python < 3.10. So we can use the kw_only option. 2022-02-20 12:32:49 +01:00
dataclasses_py310.py ignore typing issues and removed unnessesary imports 2022-02-19 21:56:50 +01:00
generic.py renamed construct to constr so that there are no naming collisions with the construct package name 2022-02-19 12:46:28 +01:00
py.typed - divided construct_typed in multiple files 2020-12-31 17:11:21 +01:00
tenum.py fixed some mypy issues 2022-02-19 14:10:18 +01:00
version.py renamed generic_wrapper.py to generic.py and removed relative imports 2022-02-13 16:13:11 +01:00