json2xml 5.0.2__tar.gz → 5.0.4__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.
- {json2xml-5.0.2 → json2xml-5.0.4}/HISTORY.rst +39 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/PKG-INFO +42 -3
- {json2xml-5.0.2 → json2xml-5.0.4}/json2xml/__init__.py +2 -1
- {json2xml-5.0.2 → json2xml-5.0.4}/json2xml.egg-info/PKG-INFO +42 -3
- {json2xml-5.0.2 → json2xml-5.0.4}/setup.py +2 -2
- {json2xml-5.0.2 → json2xml-5.0.4}/AUTHORS.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/CONTRIBUTING.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/LICENSE +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/MANIFEST.in +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/README.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/Makefile +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/authors.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/conf.py +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/contributing.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/history.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/index.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/installation.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/json2xml.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/make.bat +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/modules.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/readme.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/docs/usage.rst +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/json2xml/dicttoxml.py +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/json2xml/json2xml.py +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/json2xml/utils.py +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/json2xml.egg-info/SOURCES.txt +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/json2xml.egg-info/dependency_links.txt +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/json2xml.egg-info/not-zip-safe +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/json2xml.egg-info/requires.txt +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/json2xml.egg-info/top_level.txt +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/pyproject.toml +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/requirements.in +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/setup.cfg +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/tests/__init__.py +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/tests/test_dict2xml.py +0 -0
- {json2xml-5.0.2 → json2xml-5.0.4}/tests/test_json2xml.py +0 -0
|
@@ -1,6 +1,45 @@
|
|
|
1
1
|
History
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
+
5.0.4 / 2024-08-08
|
|
5
|
+
==================
|
|
6
|
+
|
|
7
|
+
* feat: enforce the version requirements in the correct way
|
|
8
|
+
|
|
9
|
+
5.0.3 / 2024-08-08
|
|
10
|
+
==================
|
|
11
|
+
|
|
12
|
+
* feat: remove python 3.9, python 3.8 from setup identifier
|
|
13
|
+
* feat: update 3.13 to beta3 (#208)
|
|
14
|
+
* chore(deps): bump urllib3 from 1.26.18 to 1.26.19 (#207)
|
|
15
|
+
* chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /docs (#206)
|
|
16
|
+
* chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /docs (#205)
|
|
17
|
+
* feat: update to actions to v20 of node
|
|
18
|
+
* fix: dependabot security issues and a new release version
|
|
19
|
+
* fix: try beta1 as beta2 fails to untar and extract
|
|
20
|
+
* fix: lint and deps issue
|
|
21
|
+
* fix: resolve issues with python 3.13 version and also encoding
|
|
22
|
+
* fix: CI build failures
|
|
23
|
+
* fix: update changelog for the docs
|
|
24
|
+
* fix: update to latest version of urllib3 (#195)
|
|
25
|
+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
|
|
26
|
+
* docs: generate changelog
|
|
27
|
+
* chore: bump version
|
|
28
|
+
* feat: get local working for 3.12 and fix some code quality issue
|
|
29
|
+
* feat: add new python3.12 final (#191)
|
|
30
|
+
* chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
|
|
31
|
+
* Fix/make docs better (#186)
|
|
32
|
+
* fix: issue with hardcoded year
|
|
33
|
+
* fix: remove build files
|
|
34
|
+
* feat: upgrade sphinx theme
|
|
35
|
+
* fix: upgrade to latest rc2 package
|
|
36
|
+
* fix: issues with ruff linting, use isinstance in place of type
|
|
37
|
+
* fix: make readme better
|
|
38
|
+
* chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
|
|
39
|
+
* chore: test python312rc1 (#184)
|
|
40
|
+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
|
|
41
|
+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
|
|
42
|
+
|
|
4
43
|
5.0.2 / 2024-06-10
|
|
5
44
|
==================
|
|
6
45
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: json2xml
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.4
|
|
4
4
|
Summary: Simple Python Library to convert JSON to XML
|
|
5
5
|
Home-page: https://github.com/vinitkumar/json2xml
|
|
6
6
|
Author: Vinit Kumar
|
|
@@ -11,14 +11,14 @@ Classifier: Development Status :: 6 - Mature
|
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Natural Language :: English
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
18
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
20
19
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
21
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
21
|
+
Requires-Python: >=3.10
|
|
22
22
|
Description-Content-Type: text/x-rst
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: AUTHORS.rst
|
|
@@ -233,6 +233,45 @@ Help and Support to maintain this project
|
|
|
233
233
|
History
|
|
234
234
|
=======
|
|
235
235
|
|
|
236
|
+
5.0.4 / 2024-08-08
|
|
237
|
+
==================
|
|
238
|
+
|
|
239
|
+
* feat: enforce the version requirements in the correct way
|
|
240
|
+
|
|
241
|
+
5.0.3 / 2024-08-08
|
|
242
|
+
==================
|
|
243
|
+
|
|
244
|
+
* feat: remove python 3.9, python 3.8 from setup identifier
|
|
245
|
+
* feat: update 3.13 to beta3 (#208)
|
|
246
|
+
* chore(deps): bump urllib3 from 1.26.18 to 1.26.19 (#207)
|
|
247
|
+
* chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /docs (#206)
|
|
248
|
+
* chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /docs (#205)
|
|
249
|
+
* feat: update to actions to v20 of node
|
|
250
|
+
* fix: dependabot security issues and a new release version
|
|
251
|
+
* fix: try beta1 as beta2 fails to untar and extract
|
|
252
|
+
* fix: lint and deps issue
|
|
253
|
+
* fix: resolve issues with python 3.13 version and also encoding
|
|
254
|
+
* fix: CI build failures
|
|
255
|
+
* fix: update changelog for the docs
|
|
256
|
+
* fix: update to latest version of urllib3 (#195)
|
|
257
|
+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
|
|
258
|
+
* docs: generate changelog
|
|
259
|
+
* chore: bump version
|
|
260
|
+
* feat: get local working for 3.12 and fix some code quality issue
|
|
261
|
+
* feat: add new python3.12 final (#191)
|
|
262
|
+
* chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
|
|
263
|
+
* Fix/make docs better (#186)
|
|
264
|
+
* fix: issue with hardcoded year
|
|
265
|
+
* fix: remove build files
|
|
266
|
+
* feat: upgrade sphinx theme
|
|
267
|
+
* fix: upgrade to latest rc2 package
|
|
268
|
+
* fix: issues with ruff linting, use isinstance in place of type
|
|
269
|
+
* fix: make readme better
|
|
270
|
+
* chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
|
|
271
|
+
* chore: test python312rc1 (#184)
|
|
272
|
+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
|
|
273
|
+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
|
|
274
|
+
|
|
236
275
|
5.0.2 / 2024-06-10
|
|
237
276
|
==================
|
|
238
277
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: json2xml
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.4
|
|
4
4
|
Summary: Simple Python Library to convert JSON to XML
|
|
5
5
|
Home-page: https://github.com/vinitkumar/json2xml
|
|
6
6
|
Author: Vinit Kumar
|
|
@@ -11,14 +11,14 @@ Classifier: Development Status :: 6 - Mature
|
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Natural Language :: English
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
18
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
20
19
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
21
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
21
|
+
Requires-Python: >=3.10
|
|
22
22
|
Description-Content-Type: text/x-rst
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: AUTHORS.rst
|
|
@@ -233,6 +233,45 @@ Help and Support to maintain this project
|
|
|
233
233
|
History
|
|
234
234
|
=======
|
|
235
235
|
|
|
236
|
+
5.0.4 / 2024-08-08
|
|
237
|
+
==================
|
|
238
|
+
|
|
239
|
+
* feat: enforce the version requirements in the correct way
|
|
240
|
+
|
|
241
|
+
5.0.3 / 2024-08-08
|
|
242
|
+
==================
|
|
243
|
+
|
|
244
|
+
* feat: remove python 3.9, python 3.8 from setup identifier
|
|
245
|
+
* feat: update 3.13 to beta3 (#208)
|
|
246
|
+
* chore(deps): bump urllib3 from 1.26.18 to 1.26.19 (#207)
|
|
247
|
+
* chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /docs (#206)
|
|
248
|
+
* chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /docs (#205)
|
|
249
|
+
* feat: update to actions to v20 of node
|
|
250
|
+
* fix: dependabot security issues and a new release version
|
|
251
|
+
* fix: try beta1 as beta2 fails to untar and extract
|
|
252
|
+
* fix: lint and deps issue
|
|
253
|
+
* fix: resolve issues with python 3.13 version and also encoding
|
|
254
|
+
* fix: CI build failures
|
|
255
|
+
* fix: update changelog for the docs
|
|
256
|
+
* fix: update to latest version of urllib3 (#195)
|
|
257
|
+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
|
|
258
|
+
* docs: generate changelog
|
|
259
|
+
* chore: bump version
|
|
260
|
+
* feat: get local working for 3.12 and fix some code quality issue
|
|
261
|
+
* feat: add new python3.12 final (#191)
|
|
262
|
+
* chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
|
|
263
|
+
* Fix/make docs better (#186)
|
|
264
|
+
* fix: issue with hardcoded year
|
|
265
|
+
* fix: remove build files
|
|
266
|
+
* feat: upgrade sphinx theme
|
|
267
|
+
* fix: upgrade to latest rc2 package
|
|
268
|
+
* fix: issues with ruff linting, use isinstance in place of type
|
|
269
|
+
* fix: make readme better
|
|
270
|
+
* chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
|
|
271
|
+
* chore: test python312rc1 (#184)
|
|
272
|
+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
|
|
273
|
+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
|
|
274
|
+
|
|
236
275
|
5.0.2 / 2024-06-10
|
|
237
276
|
==================
|
|
238
277
|
|
|
@@ -26,11 +26,10 @@ setup(
|
|
|
26
26
|
"Intended Audience :: Developers",
|
|
27
27
|
"License :: OSI Approved :: Apache Software License",
|
|
28
28
|
"Natural Language :: English",
|
|
29
|
-
"Programming Language :: Python :: 3.8",
|
|
30
|
-
"Programming Language :: Python :: 3.9",
|
|
31
29
|
"Programming Language :: Python :: 3.10",
|
|
32
30
|
"Programming Language :: Python :: 3.11",
|
|
33
31
|
"Programming Language :: Python :: 3.12",
|
|
32
|
+
"Programming Language :: Python :: 3.13",
|
|
34
33
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
35
34
|
"Programming Language :: Python :: Implementation :: PyPy",
|
|
36
35
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
@@ -50,4 +49,5 @@ setup(
|
|
|
50
49
|
url="https://github.com/vinitkumar/json2xml",
|
|
51
50
|
version=__version__,
|
|
52
51
|
zip_safe=False,
|
|
52
|
+
python_requires=">=3.10",
|
|
53
53
|
)
|
|
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
|
|
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
|
|
File without changes
|