A Python wrapper for the OMDb API - using aiohttp or requests
To install OMDbie, either:
- run
pip install git+https://github.com/DefaltSimon/OMDbie
- download the source code and do
python setup.py install
- Client (connector, loop)
connector: One of Connectors (defaults to aiohttp)
loop: an asyncio event loop (optional)