json2xml

json to xml converter in python3

OTHER License

Downloads
192.7K
Stars
98
Committers
12
json2xml - 3.17.0

Published by vinitkumar over 2 years ago

What's Changed

Full Changelog: https://github.com/vinitkumar/json2xml/compare/v3.16.0...3.17.0

json2xml - v3.16.0

Published by vinitkumar over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinitkumar/json2xml/compare/3.15.1...v3.16.0

json2xml - 3.15.1

Published by vinitkumar over 2 years ago

What's Changed

Full Changelog: https://github.com/vinitkumar/json2xml/compare/3.15.0...3.15.1

json2xml - 3.15.0

Published by vinitkumar over 2 years ago

What's Changed

Full Changelog: https://github.com/vinitkumar/json2xml/compare/v3.14.0...3.15.0

json2xml - Possible DOS vulnerability fix

Published by vinitkumar over 2 years ago

What's Changed

Full Changelog: https://github.com/vinitkumar/json2xml/compare/3.12.0...v3.14.0

json2xml - Remove Pytest as direct dependencies

Published by vinitkumar over 2 years ago

What's Changed

Full Changelog: https://github.com/vinitkumar/json2xml/compare/3.10.0...3.11.0

json2xml - Major release with fixes on the custom root

Published by vinitkumar over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinitkumar/json2xml/compare/v3.9.0...3.10.0

json2xml - Pre Release with Python 3.11 support

Published by vinitkumar almost 3 years ago

How to Install:

pip install json2xml==3.10.0rc1

json2xml - Version 3.9.0

Published by vinitkumar almost 3 years ago

  • feat: item_wrap for str and int (#93)
  • Drop python3.6 from the supported versions.
json2xml - Version Bump release

Published by vinitkumar about 3 years ago

With accurate changelog and version bump

json2xml - Bugfix release

Published by vinitkumar about 3 years ago

This resolves an issue with dicttoxml #89

json2xml - Security Release

Published by vinitkumar about 3 years ago

  • Use a better XML parsing libraries that follows better security practises.
  • Fix tox config for better local testing
  • Generate a pinned version of deps using pip-compile to have deterministic builds always.
  • Clean-up the requirements files.
json2xml - Major Release

Published by vinitkumar about 3 years ago

  • Forks and refactors dicttoxml inside the code itself for better maintenance. (@vinitkumar)
  • Add some new feature to be able to skip attr-type of the elements and wrapping of arrays when they are converted to xml (@jgroom33 )
  • Add support for Python 3.10
  • General clean-up and bugfixes.
json2xml - Features and Fixes

Published by vinitkumar about 3 years ago

json2xml - Beta Release

Published by vinitkumar about 3 years ago

One of the core library that json2xml uses (dicttoxml) has been forked and included in code itself. This release is so that people can test it out this big change and report bugs if any.

json2xml - Remove System Exits from the code

Published by vinitkumar almost 4 years ago

This library should be raising exception rather than halting program execution. Thanks for pointing this out @lukemat-clear

Resolves #64

json2xml - Remove six as a dependecy

Published by vinitkumar about 4 years ago

  • Resolves #60, remove six as a dependency
json2xml - Support for disabling attr_type

Published by vinitkumar over 4 years ago

  • Fixes #54, Add support for optional attr_type in xml output
json2xml - Fix issue with the readme

Published by vinitkumar over 4 years ago

Fixes #52, issue with typo in the code example issue.

json2xml - Major Release

Published by vinitkumar over 4 years ago

This release implements the following:

  • Moved from dict2xml to a much better dicttoxml library #47 with attribute support
  • Also, fixes #34 to an extent
  • Fix issues with documentation and faulty pypi release process