.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/changelog.md
docs/common.md
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/swesarr_pytools.md
docs/usage.md
docs/examples/intro.ipynb
docs/overrides/main.html
notebooks/data_prep.ipynb
notebooks/downloading_data.ipynb
resources/expected_data.py
swesarr_pytools/__init__.py
swesarr_pytools/access_swesarr.py
swesarr_pytools/common.py
swesarr_pytools/data_tools.py
swesarr_pytools/swesarr_pytools.py
swesarr_pytools.egg-info/PKG-INFO
swesarr_pytools.egg-info/SOURCES.txt
swesarr_pytools.egg-info/dependency_links.txt
swesarr_pytools.egg-info/entry_points.txt
swesarr_pytools.egg-info/requires.txt
swesarr_pytools.egg-info/top_level.txt
tests/__init__.py
tests/test_access_swesarr.py
tests/test_data_tools.py
tests/test_swesarr_pytools.py
utils/__init__.py
utils/helper.py
utils/swesarr_utils.py