.gitattributes
.gitignore
.gitlab-ci.yml
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
test-requirements.txt
pysdds/__init__.py
pysdds.egg-info/PKG-INFO
pysdds.egg-info/SOURCES.txt
pysdds.egg-info/dependency_links.txt
pysdds.egg-info/requires.txt
pysdds.egg-info/top_level.txt
pysdds/readers/__init__.py
pysdds/readers/readers.py
pysdds/readers/shlex_sdds.py
pysdds/readers/tokenizers.py
pysdds/structures/__init__.py
pysdds/structures/structures.py
pysdds/util/__init__.py
pysdds/util/constants.py
pysdds/util/conversions.py
pysdds/util/errors.py
pysdds/util/io.py
pysdds/util/gorilla/__init__.py
pysdds/util/gorilla/gorilla.py
pysdds/writers/__init__.py
pysdds/writers/writers.py