|
@@ -1,6 +1,6 @@
|
|
|
Metadata-Version: 2.1
|
|
|
Name: xmltodict
|
|
|
-Version: 0.14.0
|
|
|
+Version: 0.14.2
|
|
|
Summary: Makes working with XML feel like you are working with JSON
|
|
|
Home-page: https://github.com/martinblech/xmltodict
|
|
|
Author: Martin Blech
|
|
@@ -12,8 +12,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
Classifier: Operating System :: OS Independent
|
|
|
Classifier: Programming Language :: Python
|
|
|
Classifier: Programming Language :: Python :: 3
|
|
|
-Classifier: Programming Language :: Python :: 3.4
|
|
|
-Classifier: Programming Language :: Python :: 3.5
|
|
|
Classifier: Programming Language :: Python :: 3.6
|
|
|
Classifier: Programming Language :: Python :: 3.7
|
|
|
Classifier: Programming Language :: Python :: 3.8
|
|
@@ -24,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
Classifier: Programming Language :: Python :: 3.13
|
|
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
|
Classifier: Topic :: Text Processing :: Markup :: XML
|
|
|
-Requires-Python: >=3.4
|
|
|
+Requires-Python: >=3.6
|
|
|
Description-Content-Type: text/markdown
|
|
|
License-File: LICENSE
|
|
|
|