pyobjtojson 0.6__tar.gz → 0.8__tar.gz
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.
- {pyobjtojson-0.6 → pyobjtojson-0.8}/PKG-INFO +1 -1
- {pyobjtojson-0.6 → pyobjtojson-0.8}/pyobjtojson.egg-info/PKG-INFO +1 -1
- {pyobjtojson-0.6 → pyobjtojson-0.8}/pyproject.toml +1 -1
- {pyobjtojson-0.6 → pyobjtojson-0.8}/LICENSE +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/README.md +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/pyobjtojson/__init__.py +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/pyobjtojson.egg-info/SOURCES.txt +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/pyobjtojson.egg-info/dependency_links.txt +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/pyobjtojson.egg-info/requires.txt +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/pyobjtojson.egg-info/top_level.txt +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/setup.cfg +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/tests/test_basic_types.py +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/tests/test_circular_references.py +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/tests/test_custom_classes.py +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/tests/test_dataclasses.py +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/tests/test_edge_cases.py +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/tests/test_pydantic.py +0 -0
- {pyobjtojson-0.6 → pyobjtojson-0.8}/tests/test_standard_types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjtojson
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.8
|
|
4
4
|
Summary: A Python library that simplifies serializing any Python object to JSON-friendly structures, gracefully handling circular references.
|
|
5
5
|
Author-email: "Carlos A. Planchón" <carlosandresplanchonprestes@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjtojson
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.8
|
|
4
4
|
Summary: A Python library that simplifies serializing any Python object to JSON-friendly structures, gracefully handling circular references.
|
|
5
5
|
Author-email: "Carlos A. Planchón" <carlosandresplanchonprestes@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|