.gitignore
README.rst
setup.cfg
setup.py
tox.ini
.github/workflows/python-publish.yml
.github/workflows/tests.yml
spdr/__init__.py
spdr/spdr.py
spdr.egg-info/PKG-INFO
spdr.egg-info/SOURCES.txt
spdr.egg-info/dependency_links.txt
spdr.egg-info/requires.txt
spdr.egg-info/top_level.txt
spdr/fetcher/__init__.py
spdr/fetcher/fetcher.py
spdr/stack/__init__.py
spdr/stack/stack.py
spdr/writer/__init__.py
spdr/writer/writer.py
tests/__init__.py
tests/fetcher/__init__.py
tests/fetcher/test_fetcher.py
tests/stack/__init__.py
tests/stack/test_stack.py
tests/writer/__init__.py
tests/writer/test_writer.py