construct-typing/construct_typed
Tim Rid a304977aca - Revised TContainerMixin:
- removed inheritance of cs.Container (which removed the acces to dataclass objects via square brackets)
   - copied __str__ from cs.Container with a few modifications

- Removed 'add_offsets' from TStruct
- Changed implementation of TBitStruct
2021-05-22 17:10:56 +02:00
..
__init__.py renamed "TContainerBase" to "TContainerMixin" 2021-03-30 19:35:33 +02:00
generic_wrapper.py added covariant and contravariant from PR #1 2021-03-13 17:49:03 +01:00
py.typed - divided construct_typed in multiple files 2020-12-31 17:11:21 +01:00
tenum.py fixed __new__ 2021-03-24 20:19:15 +01:00
tstruct.py - Revised TContainerMixin: 2021-05-22 17:10:56 +02:00
tunion.py - renamed "TStructField" to "field" and "TUnionField" to "ufield". This makes the dataclass definitions shorter and more readable. 2021-03-16 18:51:04 +01:00
version.py incremented version to 0.4.2 2021-04-13 21:35:32 +02:00