Metadata-Version: 1.1
Name: EmbyPy
Version: 0.5.0.2
Summary: Python API wrapper for Emby Media Browser
Home-page: https://pypi.org/project/EmbyPy/
Author: Andriy Zasypkin
Author-email: AndriyZasypkin@gmail.com
License: LGPLv3
Description: # embypy
        python wrapper for the emby rest api
        [![Latest Version](https://img.shields.io/pypi/v/EmbyPy.svg)](https://pypi.python.org/pypi/EmbyPy)
        [![Documentation](https://media.readthedocs.org/static/projects/badges/passing.svg)](http://embypy.readthedocs.io/en/latest/)
        [![Build Status](https://travis-ci.org/andy29485/embypy.svg?branch=master)](https://travis-ci.org/andy29485/embypy)
        
        ## Installing
        Installation should be done through the `pip` command:
        ```
        pip install -U embypy
        ```
        
        It is also possible to install via the `setup.py` file:
        ```
        python setup.py install
        ```
        
        ## Documentation
        Documentation is availble at [Read the Docs](http://embypy.readthedocs.io/en/latest/).
        
        ## Usage
        To use you will need an [Emby](https://emby.media/) server and
        an api key generated by that server.
        
        
Keywords: Emby MediaBrowser API
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
