.gitignore
.travis.yml
.zenodo.json
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
test_requirements.txt
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
pysatSpaceWeather/__init__.py
pysatSpaceWeather/version.txt
pysatSpaceWeather.egg-info/PKG-INFO
pysatSpaceWeather.egg-info/SOURCES.txt
pysatSpaceWeather.egg-info/dependency_links.txt
pysatSpaceWeather.egg-info/top_level.txt
pysatSpaceWeather/instruments/__init__.py
pysatSpaceWeather/instruments/sw_ace.py
pysatSpaceWeather/instruments/sw_dst.py
pysatSpaceWeather/instruments/sw_f107.py
pysatSpaceWeather/instruments/sw_kp.py
pysatSpaceWeather/instruments/methods/__init__.py
pysatSpaceWeather/instruments/methods/ace.py
pysatSpaceWeather/instruments/methods/dst.py
pysatSpaceWeather/instruments/methods/f107.py
pysatSpaceWeather/instruments/methods/kp_ap.py