Metadata-Version: 1.1
Name: watchhub
Version: 2020.12.1
Summary: Communicate with the watchub API to find streams from IMDB IDs.
Home-page: https://github.com/imduffy15/python-watchhub/
Author: Ian Duffy
Author-email: ian@ianduffy.ie
License: MIT
Description: python-watchhub
        ================
        
        .. image:: https://travis-ci.com/imduffy15/python-watchhub.svg?branch=master
           :target: https://travis-ci.com/imduffy15/python-watchhub
           :alt: Build Status
        .. image:: https://coveralls.io/repos/github/imduffy15/python-watchhub/badge.svg
           :target: https://coveralls.io/github/imduffy15/python-watchhub
           :alt: Coverage Status
        .. image:: https://pepy.tech/badge/watchhub
           :target: https://pepy.tech/project/watchhub
           :alt: Downloads
        
        Documentation for this package can be found at `https://watchhub.readthedocs.io <https://watchhub.readthedocs.io>`_.
        
        ``watchhub`` is a Python package for querying the strem.io Watchhub API. This API enables you to discover content IDs across many stream services such as netflix, disney+, nowtv, etc. from a IMDB ID
        
        
        Installation
        ------------
        
        .. code-block::
        
           pip install watchhub
        
        
        To utilize the async version of this code, you must install into a Python 3.7+ environment via:
        
        .. code-block::
        
           pip install watchhub[async]
        
Keywords: watchhub
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
