pyomdbapi 0.2.3
pip install pyomdbapi
Released:
OMDB API python wrapper
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: OSI Approved, MIT License (MIT)
- Author: Tyler Barrus
- Tags python, omdb, omdb-api, API
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Project description
A simple OMDB API python wrapper
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.5 - 3.11
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: OSI Approved, MIT License (MIT)
- Author: Tyler Barrus
- Tags python, omdb, omdb-api, API
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
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
Built Distribution
File details
Details for the file pyomdbapi-0.2.3.tar.gz
.
File metadata
- Download URL: pyomdbapi-0.2.3.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6018d0745e21f8ddb8c284b5caf1a395651c572e4e4f7b3a86a7a3fa9f5f659 |
|
MD5 | 155f6645e9e36404edfcffc8e32b04cf |
|
BLAKE2b-256 | 1a5d07dc4f42b113d2a281b27f8641ca44c83d8bab494a926a8fb740dc81d4df |
File details
Details for the file pyomdbapi-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: pyomdbapi-0.2.3-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d62e9415f2ec189f91f5dbbb935290dc1d52b4e7aeaecd2eb1fc7522f1b53265 |
|
MD5 | c551972a520730a87d8885a5bf1ad34e |
|
BLAKE2b-256 | 1ea3ed73ea85d645b5b4e33e8783c99ff74ca84739fcb5e5365c155f72287a25 |