.coveragerc
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/quickstart.rst
docs/requirements.txt
docs/_static/.gitignore
docs/quickstart/atoms_model.rst
docs/quickstart/engine_and_session.rst
docs/quickstart/projects.rst
docs/quickstart/trajectory_model.rst
src/asedb/__init__.py
src/asedb/_version.txt
src/asedb/abstract.py
src/asedb/atoms_model.py
src/asedb/initialization.py
src/asedb/properties.py
src/asedb/time_utils.py
src/asedb/trajectory_model.py
src/asedb/utils.py
src/asedb/version.py
src/asedb.egg-info/PKG-INFO
src/asedb.egg-info/SOURCES.txt
src/asedb.egg-info/dependency_links.txt
src/asedb.egg-info/requires.txt
src/asedb.egg-info/top_level.txt
tests/conftest.py
tests/test_array_serialization.py
tests/test_atoms_model.py
tests/test_calculation.py
tests/test_element.py
tests/test_named_array.py
tests/test_properties.py
tests/test_trajectory.py