Skip to main content

OMDB API python wrapper

Project description

A simple OMDB API python wrapper

PyPy Version Code Quality License Downloads

Documenation

Online documentation can be found on readthedocs.org.

Installation

Pip Installation:

$ pip install pyomdbapi

To install from source:

To install pyomdbapi, simply clone the repository on GitHub, then run from the folder:

$ python setup.py install

pyomdbapi supports python versions 3.4 - 3.7

Quickstart

To use pyomdbapi you will need to get an API Key from the OMDBApi site. There are several versions available with the free version limiting to 1000 requests per day.

After installation, using pyomdbapi should be fairly straight forward:

from omdb import OMDB

omdb = OMDB(YOUR_API_KEY)

print(omdb.get_movie('despicable me'))

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

pyomdbapi-0.2.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

pyomdbapi-0.2.0-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

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