ormsgpack 1.8.0__cp311-cp311-win_amd64.whl → 1.9.1__cp311-cp311-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.
Potentially problematic release.
This version of ormsgpack might be problematic. Click here for more details.
- ormsgpack/__init__.py +2 -0
- ormsgpack/__init__.pyi +1 -0
- ormsgpack/_pyinstaller/__init__.py +7 -0
- ormsgpack/_pyinstaller/hook-ormsgpack.py +7 -0
- ormsgpack/ormsgpack.cp311-win_amd64.pyd +0 -0
- {ormsgpack-1.8.0.dist-info → ormsgpack-1.9.1.dist-info}/METADATA +6 -2
- ormsgpack-1.9.1.dist-info/RECORD +12 -0
- {ormsgpack-1.8.0.dist-info → ormsgpack-1.9.1.dist-info}/WHEEL +1 -1
- ormsgpack-1.9.1.dist-info/entry_points.txt +2 -0
- ormsgpack-1.8.0.dist-info/RECORD +0 -9
- {ormsgpack-1.8.0.dist-info → ormsgpack-1.9.1.dist-info}/licenses/LICENSE-APACHE +0 -0
- {ormsgpack-1.8.0.dist-info → ormsgpack-1.9.1.dist-info}/licenses/LICENSE-MIT +0 -0
ormsgpack/__init__.py
CHANGED
|
@@ -7,6 +7,7 @@ from .ormsgpack import (
|
|
|
7
7
|
OPT_PASSTHROUGH_BIG_INT,
|
|
8
8
|
OPT_PASSTHROUGH_DATACLASS,
|
|
9
9
|
OPT_PASSTHROUGH_DATETIME,
|
|
10
|
+
OPT_PASSTHROUGH_ENUM,
|
|
10
11
|
OPT_PASSTHROUGH_SUBCLASS,
|
|
11
12
|
OPT_PASSTHROUGH_TUPLE,
|
|
12
13
|
OPT_PASSTHROUGH_UUID,
|
|
@@ -35,6 +36,7 @@ __all__ = (
|
|
|
35
36
|
"OPT_PASSTHROUGH_BIG_INT",
|
|
36
37
|
"OPT_PASSTHROUGH_DATACLASS",
|
|
37
38
|
"OPT_PASSTHROUGH_DATETIME",
|
|
39
|
+
"OPT_PASSTHROUGH_ENUM",
|
|
38
40
|
"OPT_PASSTHROUGH_SUBCLASS",
|
|
39
41
|
"OPT_PASSTHROUGH_TUPLE",
|
|
40
42
|
"OPT_PASSTHROUGH_UUID",
|
ormsgpack/__init__.pyi
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ormsgpack
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9.1
|
|
4
4
|
Classifier: Development Status :: 5 - Production/Stable
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
@@ -371,6 +371,10 @@ TypeError: Type is not msgpack serializable: datetime.datetime
|
|
|
371
371
|
b'\x81\xaacreated_at\xbdThu, 01 Jan 1970 00:00:00 GMT'
|
|
372
372
|
```
|
|
373
373
|
|
|
374
|
+
##### `OPT_PASSTHROUGH_ENUM`
|
|
375
|
+
|
|
376
|
+
Enable passthrough of `enum.Enum` instances to `default`.
|
|
377
|
+
|
|
374
378
|
##### `OPT_PASSTHROUGH_SUBCLASS`
|
|
375
379
|
|
|
376
380
|
Enable passthrough of subclasses of `str`, `int`, `dict` and `list` to
|
|
@@ -894,7 +898,7 @@ level above this.
|
|
|
894
898
|
|
|
895
899
|
## Packaging
|
|
896
900
|
|
|
897
|
-
To package ormsgpack requires [Rust](https://www.rust-lang.org/) 1.
|
|
901
|
+
To package ormsgpack requires [Rust](https://www.rust-lang.org/) 1.81
|
|
898
902
|
or newer and the [maturin](https://github.com/PyO3/maturin) build
|
|
899
903
|
tool. The default feature `unstable-simd` enables the usage of SIMD
|
|
900
904
|
operations and requires nightly Rust. The recommended build command
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
ormsgpack-1.9.1.dist-info/METADATA,sha256=s0leAev2Z_6AFf59hQ8tjzLgexZLuAM1htuSLMYxQIY,44361
|
|
2
|
+
ormsgpack-1.9.1.dist-info/WHEEL,sha256=tAGdc4C2KTz7B2CZ8Jf3DcKSAviAbCg44UH9ma2gYww,96
|
|
3
|
+
ormsgpack-1.9.1.dist-info/entry_points.txt,sha256=b4bGmxqo1PPqO42Cjz2A2X4Gy4h1PCoOygCzeS-m22I,63
|
|
4
|
+
ormsgpack-1.9.1.dist-info/licenses/LICENSE-APACHE,sha256=fP1zjFPWHHnwfjSPYiv3cHyQhCNwVNN_vgd4inX1iBw,11048
|
|
5
|
+
ormsgpack-1.9.1.dist-info/licenses/LICENSE-MIT,sha256=NlFq79yExdWh50hUJZE6ItvaaesZMMXoTWrklytRlLk,1046
|
|
6
|
+
ormsgpack/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
ormsgpack/_pyinstaller/hook-ormsgpack.py,sha256=Bj3rdqNTDG_uR-qYnGA0GHiKshhyBrdY_xlyc0hTD_Q,118
|
|
8
|
+
ormsgpack/_pyinstaller/__init__.py,sha256=PiSpvMUWta2R2gVSfAut2h3Vtw9saEyF92GjC4h293E,140
|
|
9
|
+
ormsgpack/__init__.py,sha256=71z0yVisd9vXd53nMWrDPz3zT5KM535N7XSGZeDXDQg,1081
|
|
10
|
+
ormsgpack/__init__.pyi,sha256=m367J44MWhEgP0-R5l2clxqQsw7BJdtbz8oSdyVe4fQ,905
|
|
11
|
+
ormsgpack/ormsgpack.cp311-win_amd64.pyd,sha256=kkFBm9fdt2CdF-sksprx-ZPkIblQKiR9AIHSrKGLNhs,214528
|
|
12
|
+
ormsgpack-1.9.1.dist-info/RECORD,,
|
ormsgpack-1.8.0.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
ormsgpack-1.8.0.dist-info/METADATA,sha256=Xl3RmNAi8eDYZg5SPudylK9YEn46gXDliC86fynnAcA,44268
|
|
2
|
-
ormsgpack-1.8.0.dist-info/WHEEL,sha256=FfBmcAWtop0bmP9Ri8DvsApqdaZzji_i0KSrSP4fKhk,96
|
|
3
|
-
ormsgpack-1.8.0.dist-info/licenses/LICENSE-APACHE,sha256=fP1zjFPWHHnwfjSPYiv3cHyQhCNwVNN_vgd4inX1iBw,11048
|
|
4
|
-
ormsgpack-1.8.0.dist-info/licenses/LICENSE-MIT,sha256=NlFq79yExdWh50hUJZE6ItvaaesZMMXoTWrklytRlLk,1046
|
|
5
|
-
ormsgpack/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
ormsgpack/__init__.py,sha256=8OwJ6fMUN0Yv3HpqVCOMut34chTbKtoaR9yJQmF5TDE,1025
|
|
7
|
-
ormsgpack/__init__.pyi,sha256=xlbnosG9L-NzjW4eN-C_Zhbg6nd9X6iY_hD4dEoBkAE,878
|
|
8
|
-
ormsgpack/ormsgpack.cp311-win_amd64.pyd,sha256=yYmfSKjivtQeSk08YuBeWql037ULQTASl_C-gLpzdW8,215552
|
|
9
|
-
ormsgpack-1.8.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|