databento-dbn 0.37.1__cp39-cp39-win_amd64.whl → 0.38.0__cp39-cp39-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 databento-dbn might be problematic. Click here for more details.
- databento_dbn/_lib.cp39-win_amd64.pyd +0 -0
- databento_dbn/_lib.pyi +4 -4
- {databento_dbn-0.37.1.dist-info → databento_dbn-0.38.0.dist-info}/METADATA +1 -1
- {databento_dbn-0.37.1.dist-info → databento_dbn-0.38.0.dist-info}/RECORD +5 -5
- {databento_dbn-0.37.1.dist-info → databento_dbn-0.38.0.dist-info}/WHEEL +0 -0
|
Binary file
|
databento_dbn/_lib.pyi
CHANGED
|
@@ -455,6 +455,8 @@ class Encoding(Enum):
|
|
|
455
455
|
@classmethod
|
|
456
456
|
def from_str(cls, value: str) -> Encoding: ...
|
|
457
457
|
@classmethod
|
|
458
|
+
def from_int(cls, value: int) -> Encoding: ...
|
|
459
|
+
@classmethod
|
|
458
460
|
def variants(cls) -> Iterable[Encoding]: ...
|
|
459
461
|
|
|
460
462
|
class Compression(Enum):
|
|
@@ -474,6 +476,8 @@ class Compression(Enum):
|
|
|
474
476
|
@classmethod
|
|
475
477
|
def from_str(cls, value: str) -> Compression: ...
|
|
476
478
|
@classmethod
|
|
479
|
+
def from_int(cls, value: int) -> Compression: ...
|
|
480
|
+
@classmethod
|
|
477
481
|
def variants(cls) -> Iterable[Compression]: ...
|
|
478
482
|
|
|
479
483
|
class SecurityUpdateAction(Enum):
|
|
@@ -909,8 +913,6 @@ class Metadata(SupportsBytes):
|
|
|
909
913
|
version: int | None = None,
|
|
910
914
|
) -> None: ...
|
|
911
915
|
def __bytes__(self) -> bytes: ...
|
|
912
|
-
def __eq__(self, other) -> bool: ...
|
|
913
|
-
def __ne__(self, other) -> bool: ...
|
|
914
916
|
@property
|
|
915
917
|
def version(self) -> int:
|
|
916
918
|
"""
|
|
@@ -1178,8 +1180,6 @@ class Record(SupportsBytes):
|
|
|
1178
1180
|
_timestamp_fields: ClassVar[list[str]]
|
|
1179
1181
|
|
|
1180
1182
|
def __bytes__(self) -> bytes: ...
|
|
1181
|
-
def __eq__(self, other) -> bool: ...
|
|
1182
|
-
def __ne__(self, other) -> bool: ...
|
|
1183
1183
|
@property
|
|
1184
1184
|
def hd(self) -> RecordHeader:
|
|
1185
1185
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: databento-dbn
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.38.0
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Summary: Python bindings for encoding and decoding Databento Binary Encoding (DBN)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
databento_dbn-0.
|
|
2
|
-
databento_dbn-0.
|
|
1
|
+
databento_dbn-0.38.0.dist-info/METADATA,sha256=GcikSpd6563HtyleKGNwOzA51euw9Z6FlW4aZmJERI0,2201
|
|
2
|
+
databento_dbn-0.38.0.dist-info/WHEEL,sha256=xZ8SzCfbQYp83o2fyM7cU7vfL9QFqpx9fTDOTKg2VCE,94
|
|
3
3
|
databento_dbn/__init__.py,sha256=u__7ZrT9051pRmM0mp2wq4w-hoKP-pGlawQZ8E3Q0To,1179
|
|
4
|
-
databento_dbn/_lib.cp39-win_amd64.pyd,sha256
|
|
5
|
-
databento_dbn/_lib.pyi,sha256=
|
|
4
|
+
databento_dbn/_lib.cp39-win_amd64.pyd,sha256=GlPqLqoGnRN7qyLKmroHiLOZLjXTIR9wl7t0B9Q4x8Q,4192768
|
|
5
|
+
databento_dbn/_lib.pyi,sha256=QqxyRXIOo2NGMEgdwiu1GdjWSoiZ5yZWnS4W-w_3xVI,152660
|
|
6
6
|
databento_dbn/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
databento_dbn/v1.py,sha256=J4ivA_575uWlPeOp4pqdGY2Gi7WSRE4UYIIWC1QQuts,682
|
|
8
8
|
databento_dbn/v2.py,sha256=KfTrfuWkUazDDL3pJqPfSmxxun0neHPJLOIuoimwIVk,631
|
|
9
9
|
databento_dbn/v3.py,sha256=dNZ5OeR4_WaB0zEfkjcf6tHIlkKhJXGATal8_-pifu4,596
|
|
10
|
-
databento_dbn-0.
|
|
10
|
+
databento_dbn-0.38.0.dist-info/RECORD,,
|
|
File without changes
|