Metadata-Version: 2.1
Name: pyatv
Version: 0.5.1
Summary: Library for controlling an Apple TV
Home-page: https://github.com/postlund/pyatv
Author: Pierre Ståhl
Author-email: pierre.staahl@gmail.com
License: MIT
Description: A python client library for the Apple TV
        ========================================
        ![Tests](https://github.com/postlund/pyatv/workflows/Tests/badge.svg)
        [![codecov](https://codecov.io/gh/postlund/pyatv/branch/master/graph/badge.svg)](https://codecov.io/gh/postlund/pyatv)
        [![PyPi Package](https://badge.fury.io/py/pyatv.svg)](https://badge.fury.io/py/pyatv)
        [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/postlund/pyatv.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/postlund/pyatv/context:python)
        [![Downloads](https://pepy.tech/badge/pyatv)](https://pepy.tech/project/pyatv)
        [![PyPI pyversions](https://img.shields.io/pypi/pyversions/pyatv.svg)](https://pypi.python.org/pypi/pyatv/)
        [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        
        This is a python3 library for controlling and querying information from an Apple TV. It is built
        upon asyncio and supports most of the commands that the regular Apple Remote app does and more!
        
        All the documentation you need is available at **[pyatv.dev](https://pyatv.dev)**.
        
        # Shortcuts to the good stuff
        
        To save you some time, here are some shortcuts:
        
        * [Getting started](https://pyatv.dev/getting-started)
        * [Documentation](https://pyatv.dev/documentation)
        * [Development](https://pyatv.dev/development)
        * [API Reference](https://pyatv.dev/api)
        * [Support](https://pyatv.dev/support)
        
        # Why is the README so short?
        
        As much information as possible is available via GitHub pages in order to minimize the amount
        of duplicated information. That is why.
        
Keywords: apple,tv
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Home Automation
Description-Content-Type: text/markdown
