.codecov.yml
.gitignore
.gitmodules
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/pythonpackage.yml
.github/workflows/pythonpublish.yml
external/README.md
kim_property/__init__.py
kim_property/_version.py
kim_property/create.py
kim_property/definition.py
kim_property/destroy.py
kim_property/dump.py
kim_property/ednify.py
kim_property/err.py
kim_property/instance.py
kim_property/modify.py
kim_property/numeric.py
kim_property/remove.py
kim_property.egg-info/PKG-INFO
kim_property.egg-info/SOURCES.txt
kim_property.egg-info/dependency_links.txt
kim_property.egg-info/requires.txt
kim_property.egg-info/scm_file_list.json
kim_property.egg-info/scm_version.json
kim_property.egg-info/top_level.txt
kim_property/properties/kim_properties.edn
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/atomic-mass.edn
tests/fixtures/cohesive-energy-relation-cubic-crystal.edn
tests/fixtures/new-property.edn
tests/test_kim_property/__init__.py
tests/test_kim_property/__main__.py
tests/test_kim_property/test_create.py
tests/test_kim_property/test_definition.py
tests/test_kim_property/test_destroy.py
tests/test_kim_property/test_ednify.py
tests/test_kim_property/test_instance.py
tests/test_kim_property/test_kim_property.py
tests/test_kim_property/test_modify.py
tests/test_kim_property/test_numeric.py