LICENSE
README.md
setup.py
atmolib/__init__.py
atmolib/errors.py
atmolib/objects.py
atmolib/version.py
atmolib/weather_codes.json
atmolib.egg-info/PKG-INFO
atmolib.egg-info/SOURCES.txt
atmolib.egg-info/dependency_links.txt
atmolib.egg-info/requires.txt
atmolib.egg-info/top_level.txt
atmolib/common/__init__.py
atmolib/common/constants.py
atmolib/common/tools.py
atmolib/meteorology/__init__.py
atmolib/meteorology/air.py
atmolib/meteorology/archive.py
atmolib/meteorology/marine.py
atmolib/meteorology/weather.py
tests/__init__.py
tests/conftest.py
tests/test_tools.py
tests/meteorology/__init__.py
tests/meteorology/conftest.py
tests/meteorology/test_air.py
tests/meteorology/test_archive.py
tests/meteorology/test_marine.py
tests/meteorology/test_weather.py