This website requires JavaScript.
Explore
Help
Sign in
wrapper
/
construct-typing
Watch
1
Star
0
Fork
You've already forked construct-typing
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cab9a07c4f
construct-typing
/
construct_typed
History
Download ZIP
Download TAR.GZ
Tim Rid
cab9a07c4f
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
..
__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