.codecov.yml
.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/pythonpackage.yml
.github/workflows/pythonpublish.yml
kim_edn/__init__.py
kim_edn/_version.py
kim_edn/decoder.py
kim_edn/encoder.py
kim_edn/scanner.py
kim_edn/tool.py
kim_edn.egg-info/PKG-INFO
kim_edn.egg-info/SOURCES.txt
kim_edn.egg-info/dependency_links.txt
kim_edn.egg-info/scm_file_list.json
kim_edn.egg-info/scm_version.json
kim_edn.egg-info/top_level.txt
tests/__init__.py
tests/__main__.py
tests/fixtures/RD_000018659700_000_data.edn
tests/fixtures/RD_999984936526_000_data.edn
tests/fixtures/atomic-mass-commented.edn
tests/fixtures/properties/atomic-mass/2016-05-11-brunnels@noreply.openkim.org/atomic-mass.edn
tests/fixtures/properties/atomic-mass/2016-05-11-brunnels@noreply.openkim.org/property-table-category.edn
tests/fixtures/properties/atomic-mass/2016-05-11-brunnels@noreply.openkim.org/synopsis.tpl
tests/test_kim_edn/__init__.py
tests/test_kim_edn/__main__.py
tests/test_kim_edn/test_comment.py
tests/test_kim_edn/test_decode.py
tests/test_kim_edn/test_default.py
tests/test_kim_edn/test_dump.py
tests/test_kim_edn/test_encode_basestring_ascii.py
tests/test_kim_edn/test_enum.py
tests/test_kim_edn/test_fail.py
tests/test_kim_edn/test_float.py
tests/test_kim_edn/test_indent.py
tests/test_kim_edn/test_pass1.py
tests/test_kim_edn/test_pass2.py
tests/test_kim_edn/test_pass3.py
tests/test_kim_edn/test_recursion.py
tests/test_kim_edn/test_scanstring.py
tests/test_kim_edn/test_tool.py
tests/test_kim_edn/test_unicode.py