AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.in
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/benchmarks.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/json2xml.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
json2xml/__init__.py
json2xml/cli.py
json2xml/dicttoxml.py
json2xml/dicttoxml_fast.py
json2xml/json2xml.py
json2xml/utils.py
json2xml.egg-info/PKG-INFO
json2xml.egg-info/SOURCES.txt
json2xml.egg-info/dependency_links.txt
json2xml.egg-info/entry_points.txt
json2xml.egg-info/requires.txt
json2xml.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_dict2xml.py
tests/test_json2xml.py
tests/test_missing_coverage.py
tests/test_rust_dicttoxml.py
tests/test_utils.py