CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
tox.ini
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/index.rst
docs/plain.rst
docs/propclass.rst
docs/propfile.rst
docs/requirements.txt
docs/util.rst
docs/xmlprops.rst
src/javaproperties/__init__.py
src/javaproperties/propclass.py
src/javaproperties/propfile.py
src/javaproperties/py.typed
src/javaproperties/reading.py
src/javaproperties/util.py
src/javaproperties/writing.py
src/javaproperties/xmlprops.py
src/javaproperties.egg-info/PKG-INFO
src/javaproperties.egg-info/SOURCES.txt
src/javaproperties.egg-info/dependency_links.txt
src/javaproperties.egg-info/top_level.txt
test/conftest.py
test/test_dump_xml.py
test/test_dumps.py
test/test_dumps_xml.py
test/test_escape.py
test/test_java_timestamp.py
test/test_join_key_value.py
test/test_jpreplace.py
test/test_load_xml.py
test/test_loads.py
test/test_loads_xml.py
test/test_parse.py
test/test_propclass.py
test/test_propfile.py
test/test_to_comment.py
test/test_unescape.py
test/test_util.py