.coveragerc
.gitignore
AUTHORS
CHANGES.rst
CONTRIBUTING.rst
LICENSE.rst
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
docs/changes.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_templates/sidebar_header.html
docs/_templates/sidebar_index.html
docs/sourcecode/interfaces.rst
docs/sourcecode/modules.rst
docs/sourcecode/objects.rst
docs/sourcecode/trakt/trakt.client.rst
docs/sourcecode/trakt/trakt.core.configuration.rst
docs/sourcecode/trakt/trakt.core.context_collection.rst
docs/sourcecode/trakt/trakt.core.context_stack.rst
docs/sourcecode/trakt/trakt.core.emitter.rst
docs/sourcecode/trakt/trakt.core.errors.rst
docs/sourcecode/trakt/trakt.core.exceptions.rst
docs/sourcecode/trakt/trakt.core.helpers.rst
docs/sourcecode/trakt/trakt.core.http.rst
docs/sourcecode/trakt/trakt.core.pagination.rst
docs/sourcecode/trakt/trakt.core.request.rst
docs/sourcecode/trakt/trakt.core.rst
docs/sourcecode/trakt/trakt.helpers.rst
docs/sourcecode/trakt/trakt.interfaces.auth.rst
docs/sourcecode/trakt/trakt.interfaces.base.rst
docs/sourcecode/trakt/trakt.interfaces.movies.rst
docs/sourcecode/trakt/trakt.interfaces.oauth.device.rst
docs/sourcecode/trakt/trakt.interfaces.oauth.pin.rst
docs/sourcecode/trakt/trakt.interfaces.oauth.rst
docs/sourcecode/trakt/trakt.interfaces.scrobble.rst
docs/sourcecode/trakt/trakt.interfaces.search.rst
docs/sourcecode/trakt/trakt.interfaces.shows.rst
docs/sourcecode/trakt/trakt.interfaces.sync.collection.rst
docs/sourcecode/trakt/trakt.interfaces.sync.core.mixins.rst
docs/sourcecode/trakt/trakt.interfaces.sync.core.rst
docs/sourcecode/trakt/trakt.interfaces.sync.history.rst
docs/sourcecode/trakt/trakt.interfaces.sync.playback.rst
docs/sourcecode/trakt/trakt.interfaces.sync.ratings.rst
docs/sourcecode/trakt/trakt.interfaces.sync.rst
docs/sourcecode/trakt/trakt.interfaces.sync.watched.rst
docs/sourcecode/trakt/trakt.interfaces.sync.watchlist.rst
docs/sourcecode/trakt/trakt.interfaces.users.lists.list_.rst
docs/sourcecode/trakt/trakt.interfaces.users.lists.rst
docs/sourcecode/trakt/trakt.interfaces.users.rst
docs/sourcecode/trakt/trakt.interfaces.users.settings.rst
docs/sourcecode/trakt/trakt.mapper.comment.rst
docs/sourcecode/trakt/trakt.mapper.core.base.rst
docs/sourcecode/trakt/trakt.mapper.core.rst
docs/sourcecode/trakt/trakt.mapper.list.rst
docs/sourcecode/trakt/trakt.mapper.list_item.rst
docs/sourcecode/trakt/trakt.mapper.rst
docs/sourcecode/trakt/trakt.mapper.search.rst
docs/sourcecode/trakt/trakt.mapper.summary.rst
docs/sourcecode/trakt/trakt.mapper.sync.rst
docs/sourcecode/trakt/trakt.objects.comment.rst
docs/sourcecode/trakt/trakt.objects.core.helpers.rst
docs/sourcecode/trakt/trakt.objects.core.rst
docs/sourcecode/trakt/trakt.objects.episode.rst
docs/sourcecode/trakt/trakt.objects.list.base.rst
docs/sourcecode/trakt/trakt.objects.list.custom.rst
docs/sourcecode/trakt/trakt.objects.list.rst
docs/sourcecode/trakt/trakt.objects.media.rst
docs/sourcecode/trakt/trakt.objects.movie.rst
docs/sourcecode/trakt/trakt.objects.rating.rst
docs/sourcecode/trakt/trakt.objects.season.rst
docs/sourcecode/trakt/trakt.objects.show.rst
docs/sourcecode/trakt/trakt.objects.video.rst
docs/sourcecode/trakt/trakt.rst
examples/__init__.py
examples/collection.py
examples/helpers.py
examples/history.py
examples/lists.py
examples/media_center.py
examples/scrobbler.py
examples/search.py
examples/trending.py
examples/authentication/device.py
examples/authentication/pin.py
tests/__init__.py
tests/test_calendars.py
tests/test_configuration.py
tests/test_context_collection.py
tests/test_http.py
tests/test_interface.py
tests/test_pagination.py
tests/test_progress.py
tests/test_scrobble.py
tests/test_search.py
tests/test_summary.py
tests/test_trending.py
tests/test_user.py
tests/core/__init__.py
tests/core/helpers.py
tests/core/mock.py
tests/core/semaphore.py
tests/fixtures/download.py
tests/fixtures/api.trakt.tv/calendars/all/dvd.json
tests/fixtures/api.trakt.tv/calendars/all/movies.json
tests/fixtures/api.trakt.tv/calendars/all/shows.json
tests/fixtures/api.trakt.tv/calendars/all/shows/new.json
tests/fixtures/api.trakt.tv/calendars/all/shows/premieres.json
tests/fixtures/api.trakt.tv/calendars/my/dvd.json
tests/fixtures/api.trakt.tv/calendars/my/movies.json
tests/fixtures/api.trakt.tv/calendars/my/shows.json
tests/fixtures/api.trakt.tv/calendars/my/shows/new.json
tests/fixtures/api.trakt.tv/calendars/my/shows/premieres.json
tests/fixtures/api.trakt.tv/genres/movies.json
tests/fixtures/api.trakt.tv/genres/shows.json
tests/fixtures/api.trakt.tv/movies/12601.json
tests/fixtures/api.trakt.tv/movies/anticipated.json
tests/fixtures/api.trakt.tv/movies/boxoffice.json
tests/fixtures/api.trakt.tv/movies/collected.json
tests/fixtures/api.trakt.tv/movies/played.json
tests/fixtures/api.trakt.tv/movies/popular.json
tests/fixtures/api.trakt.tv/movies/trending.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010.json
tests/fixtures/api.trakt.tv/movies/tt1104001.json
tests/fixtures/api.trakt.tv/movies/updates.json
tests/fixtures/api.trakt.tv/movies/watched.json
tests/fixtures/api.trakt.tv/movies/12601/aliases.json
tests/fixtures/api.trakt.tv/movies/12601/comments.json
tests/fixtures/api.trakt.tv/movies/12601/lists.json
tests/fixtures/api.trakt.tv/movies/12601/people.json
tests/fixtures/api.trakt.tv/movies/12601/ratings.json
tests/fixtures/api.trakt.tv/movies/12601/related.json
tests/fixtures/api.trakt.tv/movies/12601/releases.json
tests/fixtures/api.trakt.tv/movies/12601/stats.json
tests/fixtures/api.trakt.tv/movies/12601/translations.json
tests/fixtures/api.trakt.tv/movies/12601/watching.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010/aliases.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010/comments.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010/lists.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010/people.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010/ratings.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010/related.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010/releases.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010/stats.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010/translations.json
tests/fixtures/api.trakt.tv/movies/tron-legacy-2010/watching.json
tests/fixtures/api.trakt.tv/movies/tt1104001/aliases.json
tests/fixtures/api.trakt.tv/movies/tt1104001/comments.json
tests/fixtures/api.trakt.tv/movies/tt1104001/lists.json
tests/fixtures/api.trakt.tv/movies/tt1104001/people.json
tests/fixtures/api.trakt.tv/movies/tt1104001/ratings.json
tests/fixtures/api.trakt.tv/movies/tt1104001/related.json
tests/fixtures/api.trakt.tv/movies/tt1104001/releases.json
tests/fixtures/api.trakt.tv/movies/tt1104001/stats.json
tests/fixtures/api.trakt.tv/movies/tt1104001/translations.json
tests/fixtures/api.trakt.tv/movies/tt1104001/watching.json
tests/fixtures/api.trakt.tv/people/297737.json
tests/fixtures/api.trakt.tv/people/bryan-cranston.json
tests/fixtures/api.trakt.tv/people/nm0186505.json
tests/fixtures/api.trakt.tv/people/297737/movies.json
tests/fixtures/api.trakt.tv/people/297737/shows.json
tests/fixtures/api.trakt.tv/people/bryan-cranston/movies.json
tests/fixtures/api.trakt.tv/people/bryan-cranston/shows.json
tests/fixtures/api.trakt.tv/people/nm0186505/movies.json
tests/fixtures/api.trakt.tv/people/nm0186505/shows.json
tests/fixtures/api.trakt.tv/search/episode/#query/Breaking Bad.json
tests/fixtures/api.trakt.tv/search/imdb/tt0848228/#extended/full.json
tests/fixtures/api.trakt.tv/search/imdb/tt0903747/#extended/full.json
tests/fixtures/api.trakt.tv/search/imdb/tt0959621/#extended/full.json
tests/fixtures/api.trakt.tv/search/movie/#query/The Avengers.json
tests/fixtures/api.trakt.tv/search/show/#query/Breaking Bad.json
tests/fixtures/api.trakt.tv/shows/1390.json
tests/fixtures/api.trakt.tv/shows/anticipated.json
tests/fixtures/api.trakt.tv/shows/collected.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones.json
tests/fixtures/api.trakt.tv/shows/played.json
tests/fixtures/api.trakt.tv/shows/popular.json
tests/fixtures/api.trakt.tv/shows/trending.json
tests/fixtures/api.trakt.tv/shows/tt0944947.json
tests/fixtures/api.trakt.tv/shows/updates.json
tests/fixtures/api.trakt.tv/shows/watched.json
tests/fixtures/api.trakt.tv/shows/1390/aliases.json
tests/fixtures/api.trakt.tv/shows/1390/comments.json
tests/fixtures/api.trakt.tv/shows/1390/last_episode.json
tests/fixtures/api.trakt.tv/shows/1390/lists.json
tests/fixtures/api.trakt.tv/shows/1390/people.json
tests/fixtures/api.trakt.tv/shows/1390/ratings.json
tests/fixtures/api.trakt.tv/shows/1390/related.json
tests/fixtures/api.trakt.tv/shows/1390/seasons.json
tests/fixtures/api.trakt.tv/shows/1390/stats.json
tests/fixtures/api.trakt.tv/shows/1390/translations.json
tests/fixtures/api.trakt.tv/shows/1390/watching.json
tests/fixtures/api.trakt.tv/shows/1390/progress/collection.json
tests/fixtures/api.trakt.tv/shows/1390/progress/watched.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/comments.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/lists.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/ratings.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/stats.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/watching.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/episodes/1.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/episodes/1/comments.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/episodes/1/lists.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/episodes/1/ratings.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/episodes/1/stats.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/episodes/1/translations.json
tests/fixtures/api.trakt.tv/shows/1390/seasons/1/episodes/1/watching.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/aliases.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/comments.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/last_episode.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/lists.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/people.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/ratings.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/related.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/stats.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/translations.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/watching.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/progress/collection.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/progress/watched.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/comments.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/lists.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/ratings.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/stats.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/watching.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/episodes/1.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/episodes/1/comments.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/episodes/1/lists.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/episodes/1/ratings.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/episodes/1/stats.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/episodes/1/translations.json
tests/fixtures/api.trakt.tv/shows/game-of-thrones/seasons/1/episodes/1/watching.json
tests/fixtures/api.trakt.tv/shows/tt0944947/aliases.json
tests/fixtures/api.trakt.tv/shows/tt0944947/comments.json
tests/fixtures/api.trakt.tv/shows/tt0944947/last_episode.json
tests/fixtures/api.trakt.tv/shows/tt0944947/lists.json
tests/fixtures/api.trakt.tv/shows/tt0944947/people.json
tests/fixtures/api.trakt.tv/shows/tt0944947/ratings.json
tests/fixtures/api.trakt.tv/shows/tt0944947/related.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons.json
tests/fixtures/api.trakt.tv/shows/tt0944947/stats.json
tests/fixtures/api.trakt.tv/shows/tt0944947/translations.json
tests/fixtures/api.trakt.tv/shows/tt0944947/watching.json
tests/fixtures/api.trakt.tv/shows/tt0944947/progress/collection.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/comments.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/lists.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/ratings.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/stats.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/watching.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/episodes/1.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/episodes/1/comments.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/episodes/1/lists.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/episodes/1/ratings.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/episodes/1/stats.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/episodes/1/translations.json
tests/fixtures/api.trakt.tv/shows/tt0944947/seasons/1/episodes/1/watching.json
tests/fixtures/api.trakt.tv/sync/history.json
tests/fixtures/api.trakt.tv/sync/playback.json
tests/fixtures/api.trakt.tv/sync/ratings.json
tests/fixtures/api.trakt.tv/sync/watchlist.json
tests/fixtures/api.trakt.tv/sync/collection/movies.json
tests/fixtures/api.trakt.tv/sync/collection/shows.json
tests/fixtures/api.trakt.tv/sync/history/movies.json
tests/fixtures/api.trakt.tv/sync/history/shows.json
tests/fixtures/api.trakt.tv/sync/playback/episodes.json
tests/fixtures/api.trakt.tv/sync/playback/movies.json
tests/fixtures/api.trakt.tv/sync/ratings/episodes.json
tests/fixtures/api.trakt.tv/sync/ratings/movies.json
tests/fixtures/api.trakt.tv/sync/ratings/seasons.json
tests/fixtures/api.trakt.tv/sync/ratings/shows.json
tests/fixtures/api.trakt.tv/sync/ratings/movies/8.json
tests/fixtures/api.trakt.tv/sync/watched/movies.json
tests/fixtures/api.trakt.tv/sync/watched/shows.json
tests/fixtures/api.trakt.tv/sync/watchlist/movies.json
tests/fixtures/api.trakt.tv/users/likes.json
tests/fixtures/api.trakt.tv/users/me/lists.json
tests/fixtures/api.trakt.tv/users/me/lists/movies.json
tests/fixtures/api.trakt.tv/users/me/lists/people.json
tests/fixtures/api.trakt.tv/users/me/lists/shows.json
tests/fixtures/api.trakt.tv/users/me/lists/movies/items.json
tests/fixtures/api.trakt.tv/users/me/lists/people/items.json
tests/fixtures/api.trakt.tv/users/me/lists/shows/items.json
tests/fixtures/api.trakt.tv/users/sean/lists/55.json
tests/fixtures/api.trakt.tv/users/sean/lists/star-wars-in-machete-order.json
tests/fixtures/api.trakt.tv/users/sean/lists/55/items.json
tests/fixtures/api.trakt.tv/users/sean/lists/star-wars-in-machete-order/items.json
tests/oauth/__init__.py
tests/oauth/test_device.py
tests/oauth/test_device_poller.py
tests/oauth/test_oauth.py
tests/oauth/test_pin.py
tests/objects/__init__.py
tests/objects/test_list.py
tests/sync/__init__.py
tests/sync/collection/__init__.py
tests/sync/collection/test_movies.py
tests/sync/collection/test_shows.py
tests/sync/history/__init__.py
tests/sync/history/test_invalid.py
tests/sync/history/test_mixed.py
tests/sync/history/test_movies.py
tests/sync/history/test_shows.py
tests/sync/playback/__init__.py
tests/sync/playback/test_delete.py
tests/sync/playback/test_movies.py
tests/sync/playback/test_shows.py
tests/sync/ratings/__init__.py
tests/sync/ratings/test_mixed.py
tests/sync/ratings/test_movies.py
tests/sync/ratings/test_shows.py
tests/sync/watched/__init__.py
tests/sync/watched/test_invalid.py
tests/sync/watched/test_movies.py
tests/sync/watched/test_shows.py
tests/sync/watchlist/__init__.py
tests/sync/watchlist/test_mixed.py
tests/sync/watchlist/test_movies.py
tests/users/__init__.py
tests/users/lists/__init__.py
tests/users/lists/test_actions.py
tests/users/lists/test_create.py
tests/users/lists/test_get.py
tests/users/lists/test_list.py
tests/users/lists/items/__init__.py
tests/users/lists/items/test_movies.py
tests/users/lists/items/test_people.py
tests/users/lists/items/test_shows.py
trakt/__init__.py
trakt/client.py
trakt/helpers.py
trakt/hooks.py
trakt/sphinxext.py
trakt/version.py
trakt.py.egg-info/PKG-INFO
trakt.py.egg-info/SOURCES.txt
trakt.py.egg-info/dependency_links.txt
trakt.py.egg-info/not-zip-safe
trakt.py.egg-info/pbr.json
trakt.py.egg-info/requires.txt
trakt.py.egg-info/top_level.txt
trakt/core/__init__.py
trakt/core/configuration.py
trakt/core/context_collection.py
trakt/core/context_stack.py
trakt/core/emitter.py
trakt/core/errors.py
trakt/core/exceptions.py
trakt/core/helpers.py
trakt/core/http.py
trakt/core/keylock.py
trakt/core/pagination.py
trakt/core/request.py
trakt/interfaces/__init__.py
trakt/interfaces/auth.py
trakt/interfaces/calendars.py
trakt/interfaces/scrobble.py
trakt/interfaces/search.py
trakt/interfaces/base/__init__.py
trakt/interfaces/movies/__init__.py
trakt/interfaces/oauth/__init__.py
trakt/interfaces/oauth/device.py
trakt/interfaces/oauth/pin.py
trakt/interfaces/shows/__init__.py
trakt/interfaces/sync/__init__.py
trakt/interfaces/sync/collection.py
trakt/interfaces/sync/history.py
trakt/interfaces/sync/playback.py
trakt/interfaces/sync/ratings.py
trakt/interfaces/sync/watched.py
trakt/interfaces/sync/watchlist.py
trakt/interfaces/sync/core/__init__.py
trakt/interfaces/sync/core/mixins.py
trakt/interfaces/users/__init__.py
trakt/interfaces/users/settings.py
trakt/interfaces/users/lists/__init__.py
trakt/interfaces/users/lists/list_.py
trakt/mapper/__init__.py
trakt/mapper/comment.py
trakt/mapper/list.py
trakt/mapper/list_item.py
trakt/mapper/progress.py
trakt/mapper/search.py
trakt/mapper/summary.py
trakt/mapper/sync.py
trakt/mapper/core/__init__.py
trakt/mapper/core/base.py
trakt/objects/__init__.py
trakt/objects/comment.py
trakt/objects/episode.py
trakt/objects/media.py
trakt/objects/movie.py
trakt/objects/person.py
trakt/objects/progress.py
trakt/objects/rating.py
trakt/objects/season.py
trakt/objects/show.py
trakt/objects/video.py
trakt/objects/core/__init__.py
trakt/objects/core/helpers.py
trakt/objects/list/__init__.py
trakt/objects/list/base.py
trakt/objects/list/custom.py