.editorconfig
.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/stooqpy_pkg_workflow.yml
src/stooqpy/__init__.py
src/stooqpy/__main__.py
src/stooqpy/cli.py
src/stooqpy/config.py
src/stooqpy.egg-info/PKG-INFO
src/stooqpy.egg-info/SOURCES.txt
src/stooqpy.egg-info/dependency_links.txt
src/stooqpy.egg-info/entry_points.txt
src/stooqpy.egg-info/requires.txt
src/stooqpy.egg-info/top_level.txt
src/stooqpy/templates/settings.py
src/stooqpy/templates/setup.yaml
tests/__init__.py
tests/test_cli.py
tests/test_config.py