rlbot-flatbuffers 0.14.3__cp310-abi3-win_amd64.whl → 0.14.5__cp310-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,7 +95,7 @@ class BallAnchor:
95
95
  """
96
96
  Serializes this instance into a byte array
97
97
  """
98
- def unpack_with(self, data: bytes):
98
+ def unpack_with(self, data: bytes) -> None:
99
99
  """
100
100
  Deserializes the data into this instance
101
101
 
@@ -161,7 +161,7 @@ class BallInfo:
161
161
  """
162
162
  Serializes this instance into a byte array
163
163
  """
164
- def unpack_with(self, data: bytes):
164
+ def unpack_with(self, data: bytes) -> None:
165
165
  """
166
166
  Deserializes the data into this instance
167
167
 
@@ -221,7 +221,7 @@ class BallPrediction:
221
221
  """
222
222
  Serializes this instance into a byte array
223
223
  """
224
- def unpack_with(self, data: bytes):
224
+ def unpack_with(self, data: bytes) -> None:
225
225
  """
226
226
  Deserializes the data into this instance
227
227
 
@@ -316,7 +316,7 @@ class Bool:
316
316
  """
317
317
  Serializes this instance into a byte array
318
318
  """
319
- def unpack_with(self, data: bytes):
319
+ def unpack_with(self, data: bytes) -> None:
320
320
  """
321
321
  Deserializes the data into this instance
322
322
 
@@ -421,7 +421,7 @@ class BoostPadState:
421
421
  """
422
422
  Serializes this instance into a byte array
423
423
  """
424
- def unpack_with(self, data: bytes):
424
+ def unpack_with(self, data: bytes) -> None:
425
425
  """
426
426
  Deserializes the data into this instance
427
427
 
@@ -486,7 +486,7 @@ class BoxShape:
486
486
  """
487
487
  Serializes this instance into a byte array
488
488
  """
489
- def unpack_with(self, data: bytes):
489
+ def unpack_with(self, data: bytes) -> None:
490
490
  """
491
491
  Deserializes the data into this instance
492
492
 
@@ -536,7 +536,7 @@ class CarAnchor:
536
536
  """
537
537
  Serializes this instance into a byte array
538
538
  """
539
- def unpack_with(self, data: bytes):
539
+ def unpack_with(self, data: bytes) -> None:
540
540
  """
541
541
  Deserializes the data into this instance
542
542
 
@@ -596,7 +596,7 @@ class Color:
596
596
  """
597
597
  Serializes this instance into a byte array
598
598
  """
599
- def unpack_with(self, data: bytes):
599
+ def unpack_with(self, data: bytes) -> None:
600
600
  """
601
601
  Deserializes the data into this instance
602
602
 
@@ -661,7 +661,7 @@ class ConnectionSettings:
661
661
  """
662
662
  Serializes this instance into a byte array
663
663
  """
664
- def unpack_with(self, data: bytes):
664
+ def unpack_with(self, data: bytes) -> None:
665
665
  """
666
666
  Deserializes the data into this instance
667
667
 
@@ -700,7 +700,7 @@ class ConsoleCommand:
700
700
  """
701
701
  Serializes this instance into a byte array
702
702
  """
703
- def unpack_with(self, data: bytes):
703
+ def unpack_with(self, data: bytes) -> None:
704
704
  """
705
705
  Deserializes the data into this instance
706
706
 
@@ -855,7 +855,7 @@ class ControllerState:
855
855
  """
856
856
  Serializes this instance into a byte array
857
857
  """
858
- def unpack_with(self, data: bytes):
858
+ def unpack_with(self, data: bytes) -> None:
859
859
  """
860
860
  Deserializes the data into this instance
861
861
 
@@ -880,7 +880,7 @@ class CustomBot:
880
880
  """
881
881
  Serializes this instance into a byte array
882
882
  """
883
- def unpack_with(self, data: bytes):
883
+ def unpack_with(self, data: bytes) -> None:
884
884
  """
885
885
  Deserializes the data into this instance
886
886
 
@@ -923,7 +923,7 @@ class CylinderShape:
923
923
  """
924
924
  Serializes this instance into a byte array
925
925
  """
926
- def unpack_with(self, data: bytes):
926
+ def unpack_with(self, data: bytes) -> None:
927
927
  """
928
928
  Deserializes the data into this instance
929
929
 
@@ -980,7 +980,7 @@ class DesiredBallState:
980
980
  """
981
981
  Serializes this instance into a byte array
982
982
  """
983
- def unpack_with(self, data: bytes):
983
+ def unpack_with(self, data: bytes) -> None:
984
984
  """
985
985
  Deserializes the data into this instance
986
986
 
@@ -1023,7 +1023,7 @@ class DesiredCarState:
1023
1023
  """
1024
1024
  Serializes this instance into a byte array
1025
1025
  """
1026
- def unpack_with(self, data: bytes):
1026
+ def unpack_with(self, data: bytes) -> None:
1027
1027
  """
1028
1028
  Deserializes the data into this instance
1029
1029
 
@@ -1088,7 +1088,7 @@ class DesiredGameState:
1088
1088
  """
1089
1089
  Serializes this instance into a byte array
1090
1090
  """
1091
- def unpack_with(self, data: bytes):
1091
+ def unpack_with(self, data: bytes) -> None:
1092
1092
  """
1093
1093
  Deserializes the data into this instance
1094
1094
 
@@ -1138,7 +1138,7 @@ class DesiredMatchInfo:
1138
1138
  """
1139
1139
  Serializes this instance into a byte array
1140
1140
  """
1141
- def unpack_with(self, data: bytes):
1141
+ def unpack_with(self, data: bytes) -> None:
1142
1142
  """
1143
1143
  Deserializes the data into this instance
1144
1144
 
@@ -1190,7 +1190,7 @@ class DesiredPhysics:
1190
1190
  """
1191
1191
  Serializes this instance into a byte array
1192
1192
  """
1193
- def unpack_with(self, data: bytes):
1193
+ def unpack_with(self, data: bytes) -> None:
1194
1194
  """
1195
1195
  Deserializes the data into this instance
1196
1196
 
@@ -1298,7 +1298,7 @@ class Float:
1298
1298
  """
1299
1299
  Serializes this instance into a byte array
1300
1300
  """
1301
- def unpack_with(self, data: bytes):
1301
+ def unpack_with(self, data: bytes) -> None:
1302
1302
  """
1303
1303
  Deserializes the data into this instance
1304
1304
 
@@ -1408,7 +1408,7 @@ class GamePacket:
1408
1408
  """
1409
1409
  Serializes this instance into a byte array
1410
1410
  """
1411
- def unpack_with(self, data: bytes):
1411
+ def unpack_with(self, data: bytes) -> None:
1412
1412
  """
1413
1413
  Deserializes the data into this instance
1414
1414
 
@@ -1531,7 +1531,7 @@ class Human:
1531
1531
  """
1532
1532
  Serializes this instance into a byte array
1533
1533
  """
1534
- def unpack_with(self, data: bytes):
1534
+ def unpack_with(self, data: bytes) -> None:
1535
1535
  """
1536
1536
  Deserializes the data into this instance
1537
1537
 
@@ -1598,7 +1598,7 @@ class Line3D:
1598
1598
  """
1599
1599
  Serializes this instance into a byte array
1600
1600
  """
1601
- def unpack_with(self, data: bytes):
1601
+ def unpack_with(self, data: bytes) -> None:
1602
1602
  """
1603
1603
  Deserializes the data into this instance
1604
1604
 
@@ -1664,7 +1664,7 @@ class LoadoutPaint:
1664
1664
  """
1665
1665
  Serializes this instance into a byte array
1666
1666
  """
1667
- def unpack_with(self, data: bytes):
1667
+ def unpack_with(self, data: bytes) -> None:
1668
1668
  """
1669
1669
  Deserializes the data into this instance
1670
1670
 
@@ -1740,7 +1740,7 @@ class MatchComm:
1740
1740
  """
1741
1741
  Serializes this instance into a byte array
1742
1742
  """
1743
- def unpack_with(self, data: bytes):
1743
+ def unpack_with(self, data: bytes) -> None:
1744
1744
  """
1745
1745
  Deserializes the data into this instance
1746
1746
 
@@ -1889,7 +1889,7 @@ class MatchConfiguration:
1889
1889
  """
1890
1890
  Serializes this instance into a byte array
1891
1891
  """
1892
- def unpack_with(self, data: bytes):
1892
+ def unpack_with(self, data: bytes) -> None:
1893
1893
  """
1894
1894
  Deserializes the data into this instance
1895
1895
 
@@ -1991,7 +1991,7 @@ class MatchInfo:
1991
1991
  """
1992
1992
  Serializes this instance into a byte array
1993
1993
  """
1994
- def unpack_with(self, data: bytes):
1994
+ def unpack_with(self, data: bytes) -> None:
1995
1995
  """
1996
1996
  Deserializes the data into this instance
1997
1997
 
@@ -2280,7 +2280,7 @@ class MutatorSettings:
2280
2280
  """
2281
2281
  Serializes this instance into a byte array
2282
2282
  """
2283
- def unpack_with(self, data: bytes):
2283
+ def unpack_with(self, data: bytes) -> None:
2284
2284
  """
2285
2285
  Deserializes the data into this instance
2286
2286
 
@@ -2322,7 +2322,7 @@ class PartyMember:
2322
2322
  """
2323
2323
  Serializes this instance into a byte array
2324
2324
  """
2325
- def unpack_with(self, data: bytes):
2325
+ def unpack_with(self, data: bytes) -> None:
2326
2326
  """
2327
2327
  Deserializes the data into this instance
2328
2328
 
@@ -2369,7 +2369,7 @@ class Physics:
2369
2369
  """
2370
2370
  Serializes this instance into a byte array
2371
2371
  """
2372
- def unpack_with(self, data: bytes):
2372
+ def unpack_with(self, data: bytes) -> None:
2373
2373
  """
2374
2374
  Deserializes the data into this instance
2375
2375
 
@@ -2488,7 +2488,7 @@ class PlayerConfiguration:
2488
2488
  """
2489
2489
  Serializes this instance into a byte array
2490
2490
  """
2491
- def unpack_with(self, data: bytes):
2491
+ def unpack_with(self, data: bytes) -> None:
2492
2492
  """
2493
2493
  Deserializes the data into this instance
2494
2494
 
@@ -2692,7 +2692,7 @@ class PlayerInfo:
2692
2692
  """
2693
2693
  Serializes this instance into a byte array
2694
2694
  """
2695
- def unpack_with(self, data: bytes):
2695
+ def unpack_with(self, data: bytes) -> None:
2696
2696
  """
2697
2697
  Deserializes the data into this instance
2698
2698
 
@@ -2735,7 +2735,7 @@ class PlayerInput:
2735
2735
  """
2736
2736
  Serializes this instance into a byte array
2737
2737
  """
2738
- def unpack_with(self, data: bytes):
2738
+ def unpack_with(self, data: bytes) -> None:
2739
2739
  """
2740
2740
  Deserializes the data into this instance
2741
2741
 
@@ -2842,7 +2842,7 @@ class PlayerLoadout:
2842
2842
  """
2843
2843
  Serializes this instance into a byte array
2844
2844
  """
2845
- def unpack_with(self, data: bytes):
2845
+ def unpack_with(self, data: bytes) -> None:
2846
2846
  """
2847
2847
  Deserializes the data into this instance
2848
2848
 
@@ -2884,7 +2884,7 @@ class PolyLine3D:
2884
2884
  """
2885
2885
  Serializes this instance into a byte array
2886
2886
  """
2887
- def unpack_with(self, data: bytes):
2887
+ def unpack_with(self, data: bytes) -> None:
2888
2888
  """
2889
2889
  Deserializes the data into this instance
2890
2890
 
@@ -2926,7 +2926,7 @@ class PredictionSlice:
2926
2926
  """
2927
2927
  Serializes this instance into a byte array
2928
2928
  """
2929
- def unpack_with(self, data: bytes):
2929
+ def unpack_with(self, data: bytes) -> None:
2930
2930
  """
2931
2931
  Deserializes the data into this instance
2932
2932
 
@@ -2964,7 +2964,7 @@ class Psyonix:
2964
2964
  """
2965
2965
  Serializes this instance into a byte array
2966
2966
  """
2967
- def unpack_with(self, data: bytes):
2967
+ def unpack_with(self, data: bytes) -> None:
2968
2968
  """
2969
2969
  Deserializes the data into this instance
2970
2970
 
@@ -3058,7 +3058,7 @@ class Rect2D:
3058
3058
  """
3059
3059
  Serializes this instance into a byte array
3060
3060
  """
3061
- def unpack_with(self, data: bytes):
3061
+ def unpack_with(self, data: bytes) -> None:
3062
3062
  """
3063
3063
  Deserializes the data into this instance
3064
3064
 
@@ -3121,7 +3121,7 @@ class Rect3D:
3121
3121
  """
3122
3122
  Serializes this instance into a byte array
3123
3123
  """
3124
- def unpack_with(self, data: bytes):
3124
+ def unpack_with(self, data: bytes) -> None:
3125
3125
  """
3126
3126
  Deserializes the data into this instance
3127
3127
 
@@ -3173,7 +3173,7 @@ class RemoveRenderGroup:
3173
3173
  """
3174
3174
  Serializes this instance into a byte array
3175
3175
  """
3176
- def unpack_with(self, data: bytes):
3176
+ def unpack_with(self, data: bytes) -> None:
3177
3177
  """
3178
3178
  Deserializes the data into this instance
3179
3179
 
@@ -3225,7 +3225,7 @@ class RenderAnchor:
3225
3225
  """
3226
3226
  Serializes this instance into a byte array
3227
3227
  """
3228
- def unpack_with(self, data: bytes):
3228
+ def unpack_with(self, data: bytes) -> None:
3229
3229
  """
3230
3230
  Deserializes the data into this instance
3231
3231
 
@@ -3276,7 +3276,7 @@ class RenderGroup:
3276
3276
  """
3277
3277
  Serializes this instance into a byte array
3278
3278
  """
3279
- def unpack_with(self, data: bytes):
3279
+ def unpack_with(self, data: bytes) -> None:
3280
3280
  """
3281
3281
  Deserializes the data into this instance
3282
3282
 
@@ -3314,7 +3314,7 @@ class RenderMessage:
3314
3314
  """
3315
3315
  Serializes this instance into a byte array
3316
3316
  """
3317
- def unpack_with(self, data: bytes):
3317
+ def unpack_with(self, data: bytes) -> None:
3318
3318
  """
3319
3319
  Deserializes the data into this instance
3320
3320
 
@@ -3387,7 +3387,7 @@ class Rotator:
3387
3387
  """
3388
3388
  Serializes this instance into a byte array
3389
3389
  """
3390
- def unpack_with(self, data: bytes):
3390
+ def unpack_with(self, data: bytes) -> None:
3391
3391
  """
3392
3392
  Deserializes the data into this instance
3393
3393
 
@@ -3445,7 +3445,7 @@ class RotatorPartial:
3445
3445
  """
3446
3446
  Serializes this instance into a byte array
3447
3447
  """
3448
- def unpack_with(self, data: bytes):
3448
+ def unpack_with(self, data: bytes) -> None:
3449
3449
  """
3450
3450
  Deserializes the data into this instance
3451
3451
 
@@ -3528,7 +3528,7 @@ class ScoreInfo:
3528
3528
  """
3529
3529
  Serializes this instance into a byte array
3530
3530
  """
3531
- def unpack_with(self, data: bytes):
3531
+ def unpack_with(self, data: bytes) -> None:
3532
3532
  """
3533
3533
  Deserializes the data into this instance
3534
3534
 
@@ -3601,7 +3601,7 @@ class ScriptConfiguration:
3601
3601
  """
3602
3602
  Serializes this instance into a byte array
3603
3603
  """
3604
- def unpack_with(self, data: bytes):
3604
+ def unpack_with(self, data: bytes) -> None:
3605
3605
  """
3606
3606
  Deserializes the data into this instance
3607
3607
 
@@ -3669,7 +3669,7 @@ class SetLoadout:
3669
3669
  """
3670
3670
  Serializes this instance into a byte array
3671
3671
  """
3672
- def unpack_with(self, data: bytes):
3672
+ def unpack_with(self, data: bytes) -> None:
3673
3673
  """
3674
3674
  Deserializes the data into this instance
3675
3675
 
@@ -3708,7 +3708,7 @@ class SphereShape:
3708
3708
  """
3709
3709
  Serializes this instance into a byte array
3710
3710
  """
3711
- def unpack_with(self, data: bytes):
3711
+ def unpack_with(self, data: bytes) -> None:
3712
3712
  """
3713
3713
  Deserializes the data into this instance
3714
3714
 
@@ -3746,7 +3746,7 @@ class StartCommand:
3746
3746
  """
3747
3747
  Serializes this instance into a byte array
3748
3748
  """
3749
- def unpack_with(self, data: bytes):
3749
+ def unpack_with(self, data: bytes) -> None:
3750
3750
  """
3751
3751
  Deserializes the data into this instance
3752
3752
 
@@ -3784,7 +3784,7 @@ class StopCommand:
3784
3784
  """
3785
3785
  Serializes this instance into a byte array
3786
3786
  """
3787
- def unpack_with(self, data: bytes):
3787
+ def unpack_with(self, data: bytes) -> None:
3788
3788
  """
3789
3789
  Deserializes the data into this instance
3790
3790
 
@@ -3876,7 +3876,7 @@ class String2D:
3876
3876
  """
3877
3877
  Serializes this instance into a byte array
3878
3878
  """
3879
- def unpack_with(self, data: bytes):
3879
+ def unpack_with(self, data: bytes) -> None:
3880
3880
  """
3881
3881
  Deserializes the data into this instance
3882
3882
 
@@ -3960,7 +3960,7 @@ class String3D:
3960
3960
  """
3961
3961
  Serializes this instance into a byte array
3962
3962
  """
3963
- def unpack_with(self, data: bytes):
3963
+ def unpack_with(self, data: bytes) -> None:
3964
3964
  """
3965
3965
  Deserializes the data into this instance
3966
3966
 
@@ -4003,7 +4003,7 @@ class TeamInfo:
4003
4003
  """
4004
4004
  Serializes this instance into a byte array
4005
4005
  """
4006
- def unpack_with(self, data: bytes):
4006
+ def unpack_with(self, data: bytes) -> None:
4007
4007
  """
4008
4008
  Deserializes the data into this instance
4009
4009
 
@@ -4097,7 +4097,7 @@ class Touch:
4097
4097
  """
4098
4098
  Serializes this instance into a byte array
4099
4099
  """
4100
- def unpack_with(self, data: bytes):
4100
+ def unpack_with(self, data: bytes) -> None:
4101
4101
  """
4102
4102
  Deserializes the data into this instance
4103
4103
 
@@ -4136,7 +4136,7 @@ class Vector2:
4136
4136
  """
4137
4137
  Serializes this instance into a byte array
4138
4138
  """
4139
- def unpack_with(self, data: bytes):
4139
+ def unpack_with(self, data: bytes) -> None:
4140
4140
  """
4141
4141
  Deserializes the data into this instance
4142
4142
 
@@ -4179,7 +4179,7 @@ class Vector3:
4179
4179
  """
4180
4180
  Serializes this instance into a byte array
4181
4181
  """
4182
- def unpack_with(self, data: bytes):
4182
+ def unpack_with(self, data: bytes) -> None:
4183
4183
  """
4184
4184
  Deserializes the data into this instance
4185
4185
 
@@ -4227,7 +4227,7 @@ class Vector3Partial:
4227
4227
  """
4228
4228
  Serializes this instance into a byte array
4229
4229
  """
4230
- def unpack_with(self, data: bytes):
4230
+ def unpack_with(self, data: bytes) -> None:
4231
4231
  """
4232
4232
  Deserializes the data into this instance
4233
4233
 
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rlbot_flatbuffers
3
- Version: 0.14.3
3
+ Version: 0.14.5
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -0,0 +1,8 @@
1
+ rlbot_flatbuffers-0.14.5.dist-info/METADATA,sha256=OUevFvkAa45vBsodkqehle6RH_L3WcXUPmrpnCxzdGw,3912
2
+ rlbot_flatbuffers-0.14.5.dist-info/WHEEL,sha256=md9qofgGs0CN4-5nDhVd0IzxxzM8cFGCnkeRThUNGbI,95
3
+ rlbot_flatbuffers-0.14.5.dist-info/licenses/LICENSE,sha256=hyTFOPxHzy3qK-7kU1pXAMJ9lq2oeyrrhmM22ZIGr2k,1091
4
+ rlbot_flatbuffers/__init__.py,sha256=F5P4NTZrdoi0sGDYYT6KtaLKKZUcSOR_hW0vFAaFmhk,151
5
+ rlbot_flatbuffers/__init__.pyi,sha256=KGPicAo_E-chyW5qLvPvl0f1abkTXdrArEYPh5KubJ8,115830
6
+ rlbot_flatbuffers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ rlbot_flatbuffers/rlbot_flatbuffers.pyd,sha256=Yl9CWs2yPAhwPP77-7pA7LXGQLjxTkcCBclDNpIHMu8,1883648
8
+ rlbot_flatbuffers-0.14.5.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- rlbot_flatbuffers-0.14.3.dist-info/METADATA,sha256=cBm_gJYeTCmA1jWH3_6Pj9hcgOVLeeh_czWobA1vhb0,3912
2
- rlbot_flatbuffers-0.14.3.dist-info/WHEEL,sha256=md9qofgGs0CN4-5nDhVd0IzxxzM8cFGCnkeRThUNGbI,95
3
- rlbot_flatbuffers-0.14.3.dist-info/licenses/LICENSE,sha256=hyTFOPxHzy3qK-7kU1pXAMJ9lq2oeyrrhmM22ZIGr2k,1091
4
- rlbot_flatbuffers/__init__.py,sha256=F5P4NTZrdoi0sGDYYT6KtaLKKZUcSOR_hW0vFAaFmhk,151
5
- rlbot_flatbuffers/__init__.pyi,sha256=BeamPWO7uN2UZE1q4Yn1ykFqeDNKLeYyEh00hEsqaek,115374
6
- rlbot_flatbuffers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- rlbot_flatbuffers/rlbot_flatbuffers.pyd,sha256=KROry9qbhBHfzgHM2Kv3oP-Cq-hc_3IIcRm-MZVwatM,1882112
8
- rlbot_flatbuffers-0.14.3.dist-info/RECORD,,