jsoncompat 0.2.1__cp313-cp313-win_amd64.whl → 0.2.2a1__cp313-cp313-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.
@@ -0,0 +1,12 @@
1
+ """Typing stubs for jsoncompat Python package"""
2
+
3
+ from typing import Literal
4
+
5
+ RoleLiteral = Literal["serializer", "deserializer", "both"]
6
+
7
+ def check_compat(
8
+ old_schema_json: str, new_schema_json: str, role: RoleLiteral = "both"
9
+ ) -> bool: ...
10
+ def generate_value(schema_json: str, depth: int = 5) -> str: ...
11
+
12
+ __all__: list[str]
Binary file
jsoncompat/py.typed ADDED
File without changes
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jsoncompat
3
- Version: 0.2.1
3
+ Version: 0.2.2a1
@@ -0,0 +1,7 @@
1
+ jsoncompat-0.2.2a1.dist-info/METADATA,sha256=ucsSRAkkJVWNdh09GPEbI_04pJz14lFxOl1kVF8L5Nw,56
2
+ jsoncompat-0.2.2a1.dist-info/WHEEL,sha256=K7foeVF-x_RZTycPKa1uE1HH2bAWe3AiJbihrXn5Hhc,96
3
+ jsoncompat/__init__.py,sha256=ZUOY1iQLG1MYhHB0Ar0BHk1097DhPkrkw3tO_pjKKRs,123
4
+ jsoncompat/__init__.pyi,sha256=AK3av1e2xVPsVW5GPZeWXRKfNvZAWXVsRD9IftPlJM4,344
5
+ jsoncompat/jsoncompat.cp313-win_amd64.pyd,sha256=jNmDeuhds9S7bni-PHmlZ64f-qCOqD1xByB6gfNSLyo,3671552
6
+ jsoncompat/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ jsoncompat-0.2.2a1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- jsoncompat-0.2.1.dist-info/METADATA,sha256=ArqeH4RFaloSIXOY4qFjAooVW7_M_YphwSamgdAAtXU,54
2
- jsoncompat-0.2.1.dist-info/WHEEL,sha256=K7foeVF-x_RZTycPKa1uE1HH2bAWe3AiJbihrXn5Hhc,96
3
- jsoncompat/__init__.py,sha256=ZUOY1iQLG1MYhHB0Ar0BHk1097DhPkrkw3tO_pjKKRs,123
4
- jsoncompat/jsoncompat.cp313-win_amd64.pyd,sha256=V47MzI2qoT5hPpSYQB-vKG1JJz4ynPwX1qhI3stnXGs,3671552
5
- jsoncompat-0.2.1.dist-info/RECORD,,