Skip to main content

tmdb-async-movies is an asynchronous utility for fetching bulk movie data from TMDB using movie title and optionally release year.

Project description

tmdb-async-movies

PyPI Status Python Version License

Read the documentation at https://tmdb-async-movies.readthedocs.io/ Tests Codecov

pre-commit Black

Features

tmdb-async-movies is an asynchronous utility for fetching bulk movie data from TMDB using movie title and optionally release year.

  • Designed for bulk usage: Pipe in a list of queries and get results immediately.
  • Blazing fast: Asynchronous calls enable you to get metadata from hundreds of movies in a couple of seconds.
  • Typed: Metadata dataframes are strictly cast so you don't have to do it yourself.
  • Hackable: It's a small project with ~500 LOC.
  • Accessible: It has both a Python API and a CLI.

Requirements

You'll need to have a TMDB API key in order to make API requests.

Default environment variable:

$ export TMDB_API_KEY="your_api_key_here"

Python:

from tmdb_async_movies.main import TmdbAsyncMovies
t = TmdbAsyncMovies(tmdb_api_key="your_api_key_here")

CLI:

tmdb-async-movies -t "your_api_key_here" from_input "1999 The Matrix"

Installation

You can install tmdb-async-movies via pip from PyPI:

$ pip install tmdb-async-movies

Documentation

Please see the documentation for details.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, tmdb_async_movies is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tmdb_async_movies-0.1.2.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

tmdb_async_movies-0.1.2-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file tmdb_async_movies-0.1.2.tar.gz.

File metadata

  • Download URL: tmdb_async_movies-0.1.2.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for tmdb_async_movies-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4489820f4bec621393ed2f8fd2fea83b4d718d4dd8fc4eb4bc1d075f14f38fc5
MD5 6f107ffd9fd75f7437d8390bc64ba75c
BLAKE2b-256 afc43d15709518aadb985f48b982b1b7a52bd5ca838f44080b0d07596c7424f7

See more details on using hashes here.

File details

Details for the file tmdb_async_movies-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for tmdb_async_movies-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8218c6b2e2ba5174acd79ceac716573cf3d895b416d6b09447fdbf161375dd6d
MD5 0485f622c2b224a4837ef21a999733a4
BLAKE2b-256 5c5a754ffbfc7650e0855e0541ca827a649943cd15deca2e9a8948ddfa27dc3a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page