untangle
untangle copied to clipboard
Converts XML to Python objects
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...
Hi, is there any option to untangle back to a XML I was planning to use XML to collect some information and then modify and save back to xml. How...
With 1.2.0 deprecating Python versions 2.7 - 3.6 it would be helpful to have some sort of matrix of which version is available for which interpreter. Or at least a...
Hi @HTenkanen, I just pushed the 1.2.0 release and was wondering if you could bump the conda release as well? I've automated the upload to PyPI so if we could...
Is there a reason `_attributes` should not be publicly accessible? It's useful for me to get this out as a dict. I guess there's a reason to not allow external...
When passing an xml string on windows untangle returns an error that the XML string is too long to be a file location and the python run crashes
Hello, I have an XML snippet below that does not seem to be parsing well with untangle (1.1.1). I solved my problem via `.replace(,'')` on the the `` and ``...
Currently `-`, `.` and `:` in children name will be substituted with `_`, and if PR #43 get approved children has same name as python keywords will have a trailing...
Hi, i am using your library and receiving some errors when trying to run it using Python 3.4.0. I recently started working with python (so not an expert), but i...