MANIFEST.in
license.txt
readme.md
requirements-dev.txt
requirements.txt
setup.py
mapi/__init__.py
mapi/__main__.py
mapi/__version__.py
mapi/compatibility.py
mapi/exceptions.py
mapi/utils.py
mapi.egg-info/PKG-INFO
mapi.egg-info/SOURCES.txt
mapi.egg-info/dependency_links.txt
mapi.egg-info/requires.txt
mapi.egg-info/top_level.txt
mapi/endpoints/__init__.py
mapi/endpoints/omdb.py
mapi/endpoints/tmdb.py
mapi/endpoints/tvdb.py
mapi/metadata/__init__.py
mapi/metadata/metadata.py
mapi/metadata/metadata_movie.py
mapi/metadata/metadata_television.py
mapi/providers/__init__.py
mapi/providers/_provider.py
mapi/providers/omdb.py
mapi/providers/tmdb.py
mapi/providers/tvdb.py
tests/__init__.py
tests/conftest.py
tests/test_utils.py
tests/endpoints/__init__.py
tests/endpoints/test_endpoints_omdb.py
tests/endpoints/test_endpoints_tmdb.py
tests/endpoints/test_endpoints_tvdb.py
tests/metadata/__init__.py
tests/metadata/test_metadata.py
tests/metadata/test_metadata_movie.py
tests/metadata/test_metadata_television.py
tests/providers/__init__.py
tests/providers/test_providers.py
tests/providers/test_providers_omdb.py
tests/providers/test_providers_tmdb.py
tests/providers/test_providers_tvdb.py