json-repair 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.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.
- {json_repair-0.1.0.dist-info → json_repair-0.1.2.dist-info}/METADATA +3 -3
- json_repair-0.1.2.dist-info/RECORD +6 -0
- json_repair-0.1.0.dist-info/RECORD +0 -6
- {json_repair-0.1.0.dist-info → json_repair-0.1.2.dist-info}/LICENSE +0 -0
- {json_repair-0.1.0.dist-info → json_repair-0.1.2.dist-info}/WHEEL +0 -0
- {json_repair-0.1.0.dist-info → json_repair-0.1.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: json-repair
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: A package to repair broken json strings
|
5
5
|
Author-email: Stefano Baccianella <4247706+mangiucugna@users.noreply.github.com>
|
6
6
|
License: MIT License
|
@@ -25,8 +25,8 @@ License: MIT License
|
|
25
25
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
26
26
|
SOFTWARE.
|
27
27
|
|
28
|
-
Project-URL: Homepage, https://github.com/mangiucugna/
|
29
|
-
Project-URL: Bug Tracker, https://github.com/mangiucugna/
|
28
|
+
Project-URL: Homepage, https://github.com/mangiucugna/json_repair/
|
29
|
+
Project-URL: Bug Tracker, https://github.com/mangiucugna/json_repair/issues
|
30
30
|
Keywords: JSON,REPAIR,LLM,PARSER
|
31
31
|
Classifier: Programming Language :: Python :: 3
|
32
32
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -0,0 +1,6 @@
|
|
1
|
+
json_repair/json_repair.py,sha256=PU_zDKuneaWhHK8HqIKelBF-Tt2seosGp9p8H8tdkuI,4881
|
2
|
+
json_repair-0.1.2.dist-info/LICENSE,sha256=wrjQo8MhNrNCicXtMe3MHmS-fx8AmQk1ue8AQwiiFV8,1076
|
3
|
+
json_repair-0.1.2.dist-info/METADATA,sha256=zZNj6JKXMDWvqTSBfLELAeUFBoOfGGfuG5WNxU29GLQ,3482
|
4
|
+
json_repair-0.1.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
5
|
+
json_repair-0.1.2.dist-info/top_level.txt,sha256=7-VZwZN2CgB_n0NlSLk-rEUFh8ug21lESbsblOYuZqw,12
|
6
|
+
json_repair-0.1.2.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
json_repair/json_repair.py,sha256=PU_zDKuneaWhHK8HqIKelBF-Tt2seosGp9p8H8tdkuI,4881
|
2
|
-
json_repair-0.1.0.dist-info/LICENSE,sha256=wrjQo8MhNrNCicXtMe3MHmS-fx8AmQk1ue8AQwiiFV8,1076
|
3
|
-
json_repair-0.1.0.dist-info/METADATA,sha256=Dq9UvMmi4Qw3Aai04y8gmehPKqp2aABC8LjN_pPtAVA,3495
|
4
|
-
json_repair-0.1.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
5
|
-
json_repair-0.1.0.dist-info/top_level.txt,sha256=7-VZwZN2CgB_n0NlSLk-rEUFh8ug21lESbsblOYuZqw,12
|
6
|
-
json_repair-0.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|