.coveragerc
.editorconfig
.gitignore
.pylintrc
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/build.yml
.github/workflows/pullrequest.yml
.github/workflows/pypi.yml
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/solcast.rst
docs/usage.rst
pysolcast/__init__.py
pysolcast/base.py
pysolcast/exceptions.py
pysolcast/rooftop.py
pysolcast/utility.py
pysolcast/version.py
pysolcast/weather.py
pysolcast/world.py
pysolcast.egg-info/PKG-INFO
pysolcast.egg-info/SOURCES.txt
pysolcast.egg-info/dependency_links.txt
pysolcast.egg-info/not-zip-safe
pysolcast.egg-info/requires.txt
pysolcast.egg-info/top_level.txt
tests/__init__.py
tests/test_base.py
tests/test_rooftop.py
tests/test_utility.py
tests/test_weather.py
tests/test_world.py