A Python wrapper for The Movie Database (TMDB) API
Project description
Movie Metadata
A Python wrapper for The Movie Database (TMDB) API that provides easy access to movie, TV show, and person information.
Installation
pip install movie-metadata
Usage
from movie_metadata import TMDB
# Initialize the client
tmdb = TMDB("your_api_key_here")
# Search for movies
results = tmdb.search_movies("The Matrix")
# Get movie details
movie_details = tmdb.get_movie_details(603)
# Get popular movies
popular_movies = tmdb.get_popular_movies()
Features
- Search movies and TV shows
- Get detailed information about movies, TV shows, and people
- Discover movies based on various criteria
- Get movie recommendations
- Get cast and crew information
- Error handling and logging
- Type hints for better IDE support
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
movie_metadata-0.1.0.tar.gz
(8.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file movie_metadata-0.1.0.tar.gz.
File metadata
- Download URL: movie_metadata-0.1.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1cf6571acc841f51ede9cc25398db529740491c6efecc5e24271b1769e7d9e3
|
|
| MD5 |
958e121fcd1fa71c8b0d113f57d5801a
|
|
| BLAKE2b-256 |
5fa606591c23d0c0ea09c2059ef9495c890ac86ca54c9941d39084b483820a75
|
File details
Details for the file movie_metadata-0.1.0-py3-none-any.whl.
File metadata
- Download URL: movie_metadata-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96e31f58272a2393834052c42504eae9712d0e701eaddd1d74e2a147ed51cb27
|
|
| MD5 |
5d9818b6081eb93e878d2174c901170b
|
|
| BLAKE2b-256 |
5921f7256ad4f7401c84d993f3c40aa056a965c90cbcbdfc720092d4b14be5b7
|