pyfracturedjson 0.1.3__cp312-cp312-musllinux_1_2_armv7l.whl → 0.1.4__cp312-cp312-musllinux_1_2_armv7l.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 pyfracturedjson might be problematic. Click here for more details.
- fractured_json_rust_wrapper/__init__.pyi +1 -1
- fractured_json_rust_wrapper/fractured_json_rust_wrapper.cpython-312-arm-linux-musleabihf.so +0 -0
- {pyfracturedjson-0.1.3.dist-info → pyfracturedjson-0.1.4.dist-info}/METADATA +4 -1
- {pyfracturedjson-0.1.3.dist-info → pyfracturedjson-0.1.4.dist-info}/RECORD +5 -5
- {pyfracturedjson-0.1.3.dist-info → pyfracturedjson-0.1.4.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""Internal. Wraps a rust file, that reformats a json string to FracturedJSON"""
|
|
2
2
|
|
|
3
|
-
def reformat_string(
|
|
3
|
+
def reformat_string(input_string: str, *, indent:int, line_length:int) -> str:
|
|
4
4
|
"""Reformat a JSON string.
|
|
5
5
|
|
|
6
6
|
Args:
|
|
Binary file
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyfracturedjson
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
7
|
+
Summary: A compact yet readable JSON formatter
|
|
8
|
+
Keywords: json,formatter,fracturedjson,compact,readable
|
|
7
9
|
Requires-Python: >=3.8
|
|
10
|
+
Project-URL: Repository, https://github.com/g-b-f/pyFracturedJSON
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
fractured_json_rust_wrapper/__init__.py,sha256=X-XTM3-ottp7Sr97nhiSKZyRmtQKCv3aDp3hAkGQj8Y,191
|
|
2
|
-
fractured_json_rust_wrapper/__init__.pyi,sha256=
|
|
3
|
-
fractured_json_rust_wrapper/fractured_json_rust_wrapper.cpython-312-arm-linux-musleabihf.so,sha256=
|
|
2
|
+
fractured_json_rust_wrapper/__init__.pyi,sha256=0PgeUWX-7N1vy8P1HBpoHQJqoupitpwqZKFOjpFV8pE,332
|
|
3
|
+
fractured_json_rust_wrapper/fractured_json_rust_wrapper.cpython-312-arm-linux-musleabihf.so,sha256=am0-i6LtrJytf38DRu-RHTvas6qcnzQrB0iYFzzLyB8,694361
|
|
4
4
|
fractured_json_rust_wrapper/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
fractured_json_rust_wrapper.libs/libgcc_s-262c4f60.so.1,sha256=xPsZgCvL7EO-llmjqc5bm96baehLsO4avBqUhih0xZg,2810501
|
|
6
|
-
pyfracturedjson-0.1.
|
|
7
|
-
pyfracturedjson-0.1.
|
|
8
|
-
pyfracturedjson-0.1.
|
|
6
|
+
pyfracturedjson-0.1.4.dist-info/METADATA,sha256=C9DgTUKjyRp8AOnHAzXGTXC3qRykB1_gBKH13MtdwEY,433
|
|
7
|
+
pyfracturedjson-0.1.4.dist-info/WHEEL,sha256=MWUjVXitNH4DKw0I2qy7J-nNBkEYWANXsRoBTtGBGBM,108
|
|
8
|
+
pyfracturedjson-0.1.4.dist-info/RECORD,,
|
|
File without changes
|