A lightweight Python wrapper for The Movie Database (TMDb) API v3. Version 2.9.6 requires Python 3.9+. Releases are infrequent, primarily bugfixes.
pip install tmdbsimpleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with API key, fetch movie info by ID.
Set tmdb.API_KEY as an attribute explicitly.
Always set tmdb.API_KEY = 'your_key' or ensure TMDB_API_KEY env var is set.
Upgrade to Python 3.9 or higher, or pin to an earlier version like 2.8.4.
Ensure you do `import tmdbsimple as tmdb` then `tmdb.API_KEY = 'key'`.
Set a valid TMDb API v3 key via tmdb.API_KEY or environment variable TMDB_API_KEY.
Install with `pip install requests` or reinstall tmdbsimple.