GitHub
github.com › martinblech › xmltodict
GitHub - martinblech/xmltodict: Python module that makes working with XML feel like you are working with JSON · GitHub
February 16, 2014 - Python module that makes working with XML feel like you are working with JSON - martinblech/xmltodict
Starred by 5.7K users
Forked by 468 users
Languages Python
GitHub
github.com › martinblech › xmltodict › releases
Releases · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - Releases · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › blob › master › CHANGELOG.md
xmltodict/CHANGELOG.md at master · martinblech/xmltodict
Updated package classifiers (python versions, PyPy, Jython). Merge pull request #40 from martinblech/jython-support · Adding Jython support. ... Adding support for XML namespaces. ... Allow using alternate versions of expat. Added shameless link to GitTip. ... removed unnecessary try/catch for xml_input.encode(). check if file or string, EAFP style. (thanks @turicas) ... Include README, LICENSE, and tests in the distributed tarball. ... Added setup script to make xmltodict a Python module.
Author martinblech
GitHub
github.com › martinblech › xmltodict › blob › master › xmltodict.py
xmltodict/xmltodict.py at master · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - xmltodict/xmltodict.py at master · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › blob › v0.15.1 › CHANGELOG.md
xmltodict/CHANGELOG.md at v0.15.1 · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - xmltodict/CHANGELOG.md at v0.15.1 · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › blob › 02c9b718af6eab3124b6cbc65327fdbe8a51f11f › tests › test_xmltodict.py
xmltodict/tests/test_xmltodict.py at 02c9b718af6eab3124b6cbc65327fdbe8a51f11f · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - xmltodict/tests/test_xmltodict.py at 02c9b718af6eab3124b6cbc65327fdbe8a51f11f · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › blob › 587a7c4394482d250bcf8874bea3017f406580a2 › tests › test_dicttoxml.py
xmltodict/tests/test_dicttoxml.py at 587a7c4394482d250bcf8874bea3017f406580a2 · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - xmltodict/tests/test_dicttoxml.py at 587a7c4394482d250bcf8874bea3017f406580a2 · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › blob › 9f7869f360bf51fb5aadafddf3a2b93dfb119a59 › README.md
xmltodict/README.md at 9f7869f360bf51fb5aadafddf3a2b93dfb119a59 · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - xmltodict/README.md at 9f7869f360bf51fb5aadafddf3a2b93dfb119a59 · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › blob › master › tests › test_xmltodict.py
xmltodict/tests/test_xmltodict.py at master · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - xmltodict/tests/test_xmltodict.py at master · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › blob › master › README.md
xmltodict/README.md at master · martinblech/xmltodict
February 16, 2014 - Python module that makes working with XML feel like you are working with JSON - xmltodict/README.md at master · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › blob › master › LICENSE
xmltodict/LICENSE at master · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - xmltodict/LICENSE at master · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › releases › tag › v0.14.2
Release v0.14.2 · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - Release v0.14.2 · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › blob › master › AGENTS.md
xmltodict/AGENTS.md at master · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - xmltodict/AGENTS.md at master · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › issues › 77
Python 3 issue · Issue #77 · martinblech/xmltodict
December 28, 2014 - Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/xmltodict.py", line 246, in parse parser.ParseFile(xml_input) TypeError: read() did not return a bytes object (type=str) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./xml2json.py", line 27, in <module> print(convert(sys.argv[1])) File "./xml2json.py", line 17, in convert d = xmltodict.parse(f, xml_attribs=xml_attribs) File "/usr/lib/python3.4/site-packages/xmltodict.py", line 248, in parse parser.Parse(xml_input, True) TypeError: '_io.TextIOWrapper' does not support the buffer interface
Author jabbalaci
GitHub
github.com › martinblech › xmltodict › commits › master
Commits · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - Commits · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › graphs › contributors
Contributors to martinblech/xmltodict · GitHub
Python module that makes working with XML feel like you are working with JSON - Contributors to martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › issues › 321
Improve security + better support for newer Python versions · Issue #321 · martinblech/xmltodict
As part of the "main inclusion review" (MIR) process to add software to our main package repository, we perform security audits. You can find the full xmltodict MIR bug report here · While auditing it, we found that the library is vulnerable to typical XML attacks due to relying on expat as defusedexpat doesn't have support since 2016 and only up to Python 3.4.
GitHub
github.com › martinblech › xmltodict › pulls
Pull requests · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - Pull requests · martinblech/xmltodict
Author martinblech
GitHub
github.com › martinblech › xmltodict › issues › 269
Convert XML elements to native python types · Issue #269 · martinblech/xmltodict
May 9, 2021 - import xmltodict XML = r"""<?xml version="1.0" encoding="UTF-8"?> <com.pmease.quickbuild.taskschedule.schedule.NoSchedule> <paused>false</paused> <randomRange>60</randomRange> </com.pmease.quickbuild.taskschedule.schedule.NoSchedule> """ root = xmltodict.parse(response) node = root['com.pmease.quickbuild.taskschedule.schedule.NoSchedule'] assert node['paused'] is False
Author pbelskiy
GitHub
github.com › martinblech › xmltodict › watchers
Watchers · martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON - Watchers · martinblech/xmltodict
Author martinblech