Commit graph

25 commits

Author SHA1 Message Date
wrapper
0a4628935b add
Some checks are pending
CI / OS ubuntu-latest, Python 3.10 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.11 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.12 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.13 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.9 (push) Waiting to run
CI / OS windows-latest, Python 3.10 (push) Waiting to run
CI / OS windows-latest, Python 3.11 (push) Waiting to run
CI / OS windows-latest, Python 3.12 (push) Waiting to run
CI / OS windows-latest, Python 3.13 (push) Waiting to run
CI / OS windows-latest, Python 3.9 (push) Waiting to run
CI / create_wheel_and_sdist (push) Waiting to run
2026-04-07 20:19:38 +07:00
wrapper
2f078b340b more switch fixes
Some checks are pending
CI / OS ubuntu-latest, Python 3.10 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.11 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.12 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.13 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.9 (push) Waiting to run
CI / OS windows-latest, Python 3.10 (push) Waiting to run
CI / OS windows-latest, Python 3.11 (push) Waiting to run
CI / OS windows-latest, Python 3.12 (push) Waiting to run
CI / OS windows-latest, Python 3.13 (push) Waiting to run
CI / OS windows-latest, Python 3.9 (push) Waiting to run
CI / create_wheel_and_sdist (push) Waiting to run
2026-04-07 19:02:24 +07:00
wrapper
0c93e4d551 mod
Some checks are pending
CI / OS ubuntu-latest, Python 3.10 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.11 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.12 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.13 (push) Waiting to run
CI / OS ubuntu-latest, Python 3.9 (push) Waiting to run
CI / OS windows-latest, Python 3.10 (push) Waiting to run
CI / OS windows-latest, Python 3.11 (push) Waiting to run
CI / OS windows-latest, Python 3.12 (push) Waiting to run
CI / OS windows-latest, Python 3.13 (push) Waiting to run
CI / OS windows-latest, Python 3.9 (push) Waiting to run
CI / create_wheel_and_sdist (push) Waiting to run
2026-04-07 18:48:27 +07:00
Tim Rid
e7516abf9e removed checkboxes, because they arent printable on pypi 2021-05-24 15:02:49 +02:00
Tim Rid
71fc81ad16 updated readme 2021-05-24 14:39:40 +02:00
Tim Rid
d660d690fe pyright is now also supported 2021-05-23 16:41:28 +02:00
Tim Rid
22a0ed7f24 - updated documentation
- removed tunion completely
2021-05-23 15:28:27 +02:00
Tim Rid
840817abaa fixed README.md 2021-03-30 19:59:46 +02:00
Tim Rid
b336087493 renamed "TContainerBase" to "TContainerMixin" 2021-03-30 19:35:33 +02:00
Tim Rid
ae440407e9 - renamed "TStructField" to "field" and "TUnionField" to "ufield". This makes the dataclass definitions shorter and more readable.
- removed "Opt" and "List" because they are not necessary any more, because covariant is now included for ParsedType.
- added test with typing.List as field
- fix: changed dict to typing.Dict
2021-03-16 18:51:04 +01:00
Tim Rid
94185cf1de added link to pypi 2021-02-21 00:17:51 +01:00
Tim Rid
3531a7e4cd - updated README.md and setup.py 2021-01-03 12:55:26 +01:00
Tim Rid
950538b43d updated README.md 2021-01-03 12:33:00 +01:00
Tim Rid
a41e7fc1c0 updated README.md 2021-01-02 23:12:45 +01:00
Tim Rid
58837eaf41 updated README.md 2021-01-02 23:05:30 +01:00
Tim Rid
a17f62bf0e modified README.md 2021-01-02 15:38:42 +01:00
Tim Rid
4dd145fadd extended README.md with TContainerBase 2021-01-02 14:51:16 +01:00
Tim Rid
7d22a9aff4 added TFlagsEnum to README.md 2021-01-02 12:02:29 +01:00
Tim Rid
def9e93da7 - enhanced TEnum
- added EnumBase
- extended README.md
2021-01-02 01:12:04 +01:00
Tim Rid
379e2010c2 added stub for Mapping
enhances stubs for Struct, Sequence
2020-12-17 19:56:10 +01:00
Tim Rid
35c711ed33 further extended README.md 2020-12-13 16:10:20 +01:00
Tim Rid
2731cb45f2 further extended README.md 2020-12-13 16:01:24 +01:00
Tim Rid
0f84b85c8f extended README.md 2020-12-13 15:59:12 +01:00
Tim Rid
209314db4a added README.md
added more (mostly empty) stub files
added setup.py
added construct_typed initial version
added initial tests
2020-12-10 20:26:37 +01:00
timrid
5397c3d017
Initial commit 2020-12-04 17:16:20 +01:00