Tim Rid
930fd9928c
added mypy.ini: no error on unused ignores. mypy and pyright are slightly different, so pyright needs some ignores that mypy does not nee.
2022-01-09 12:30:57 +01:00
Tim Rid
4c23eaa1b3
Revert "incremented version to 0.5.3"
...
This reverts commit 3b5a8af36f .
2021-10-23 13:07:06 +02:00
Tim Rid
3b5a8af36f
incremented version to 0.5.3
2021-10-23 13:05:22 +02:00
timrid
7285fd17e4
Merge pull request #6 from kevinheavey/fix-packaging
...
fix setup.py
2021-10-23 13:01:38 +02:00
Tim Rid
a71b040847
fixed IfThenElse for pyright
2021-10-23 12:54:43 +02:00
kevinheavey
cc2410350d
fix setup.py
2021-10-22 20:00:46 +01:00
Tim Rid
7c310cd771
incremented version to 0.5.2
2021-07-31 14:00:58 +02:00
Tim Rid
0e9fb3a497
added stub for evaluate
2021-07-31 13:59:48 +02:00
Tim Rid
e377951b8f
fixed Switch.default
2021-07-31 13:59:32 +02:00
Tim Rid
3848db5b1a
incremented version to 0.5.1
2021-07-19 20:51:31 +02:00
Tim Rid
cf068dca85
changed requirements.txt:
...
- mypy makes problems with stubs of numpy==1.21.*, so thate 1.20.* is used
- update to the latest construct version
2021-07-19 20:42:54 +02:00
Tim Rid
334e13c630
enhance cs.Checksum see #3
2021-07-19 20:41:41 +02:00
Tim Rid
e7516abf9e
removed checkboxes, because they arent printable on pypi
2021-05-24 15:02:49 +02:00
Tim Rid
1c9925500b
incremented version to 0.5.0
2021-05-24 14:43:00 +02:00
Tim Rid
7e226c2f80
added depenency to construct==2.10.67
2021-05-24 14:42:37 +02:00
Tim Rid
71fc81ad16
updated readme
2021-05-24 14:39:40 +02:00
Tim Rid
af7447f81b
Merge branch 'feature/revise-tcontainermixin' of https://github.com/timrid/construct-typing into feature/revise-tcontainermixin
2021-05-23 16:41:43 +02:00
Tim Rid
d660d690fe
pyright is now also supported
2021-05-23 16:41:28 +02:00
timrid
672fe1fd52
Update main.yml
...
fixed yml error
2021-05-23 16:36:39 +02:00
timrid
8a450ec8bd
Update main.yml
...
added pyright to action
2021-05-23 16:35:11 +02:00
Tim Rid
2b5967e11d
fixing pyright issues
2021-05-23 16:22:40 +02:00
Tim Rid
22a0ed7f24
- updated documentation
...
- removed tunion completely
2021-05-23 15:28:27 +02:00
Tim Rid
5a39c51321
- renamed classes/methods/file:
...
- "tstruct.py" -> "dataclass_struct.py"
- "TStruct" -> "DataclassStruct"
- "TBitStruct" -> "DataclassBitStruct"
- "sfield" -> "csfield"
- "TContainerMixin" -> "DataclassMixin"
- extended documentation
2021-05-22 23:36:54 +02:00
Tim Rid
9666d132fd
added TBitStruct test
2021-05-22 21:51:24 +02:00
Tim Rid
a11132e67d
fixed mypy error
2021-05-22 17:45:45 +02:00
Tim Rid
48d50736b0
fixed error
2021-05-22 17:33:34 +02:00
Tim Rid
c9d6f58fd4
fixed mypy errors
2021-05-22 17:32:23 +02:00
Tim Rid
3811437219
fixed faild test
2021-05-22 17:22:04 +02:00
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
Tim Rid
1f76b62580
added missing methods to stub file
2021-05-22 13:12:48 +02:00
Tim Rid
b43a4840ac
Fixed "encmapping" of "Enum". Every string can be used as key
2021-04-29 15:50:49 +02:00
Tim Rid
64731e4050
incremented version to 0.4.2
2021-04-13 21:35:32 +02:00
Tim Rid
976e68d4b9
values from "cs.Const" and "cs.Default" are now set as default value from the dataclass
2021-04-13 21:33:11 +02:00
Tim Rid
d092e48a68
fixed failing test case
2021-04-03 21:40:26 +02:00
Tim Rid
c7b0a9627c
incremented version to v0.4.1
2021-04-03 21:37:19 +02:00
Tim Rid
845af16b4a
Updated to construct==2.10.66
2021-04-03 21:35:57 +02:00
Tim Rid
840817abaa
fixed README.md
2021-03-30 19:59:46 +02:00
Tim Rid
b72c2671dc
incremented version to v0.4.0
2021-03-30 19:58:04 +02:00
Tim Rid
94b7f7f606
changed "swapped" to "reverse" in TStruct and TBitStruct
2021-03-30 19:54:23 +02:00
Tim Rid
b336087493
renamed "TContainerBase" to "TContainerMixin"
2021-03-30 19:35:33 +02:00
Tim Rid
7f88357562
changed "construct" dependency to 2.10.64 and adapt to the changes
2021-03-30 19:20:57 +02:00
Tim Rid
2b67e07d79
some bugfixes
2021-03-30 19:11:44 +02:00
Tim Rid
c03af674be
added version file and incremented version to 0.3.0
2021-03-24 20:28:39 +01:00
Tim Rid
f64f1cac6c
fixed __new__
2021-03-24 20:19:15 +01:00
Tim Rid
5c6f5020f9
fixed typing error from pylance in the constructor of TEnum and TFlagsEnum
2021-03-24 20:15:23 +01: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
084c39a1ff
removed unused type ignore
2021-03-13 17:54:06 +01:00
Tim Rid
d0a31458a8
added covariant and contravariant from PR #1
2021-03-13 17:49:03 +01:00
Tim Rid
667ee5c7d3
changed "typing.ByteString" to "bytes" in the annotations, because it is equivalent according to the documentation of "typing.ByteString".
2021-03-13 13:00:43 +01:00
Tim Rid
318c5b0a67
arrow is now also typed, so the type ignore is unnecessary
2021-03-13 12:51:09 +01:00