Metadata-Version: 2.1
Name: android-tv-remote
Version: 0.1.1
Summary: Android TV remote for Python.
Home-page: https://bitbucket.org/xstudios/air-methods-middleman
Author: Tim Santor
Author-email: tsantor@xstudios.com
License: UNKNOWN
Description: # Python Android TV Remote
        Author:Tim Santor <tsantor@xstudios.agency>
        
        ## Overview
        Simple package that allows you to mimic Android TV remote inputs via Python.
        
        
        ## Features
        - TODO
        
        
        ## Installation
        To install python-android-tv-remote, simply:
        
            pip install android-tv-remote
        
        ## Tips
        Get IP address:
        ```
        adb -s <DEVICE_ID> shell ip -f inet addr show wlan0
        ```
        
        
        ## Documentation
        Documentation is available at TODO
        
        
        ## Issues
        If you experience any issues, please create an [issue](https://bitbucket.org/tsantor/python-android-tv-remote/issues) on Bitbucket.
        
        
        ## Resources
        - https://beeware.org/
        - https://hackernoon.com/making-a-tv-remote-in-python-ef1dd5409524
        - https://github.com/eslavnov/android-tv-remote
        - https://github.com/simse/pymitv
        
        
        # History
        All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
        
        ## 0.1.0 (2019-04-25)
        * First release on PyPI.
        
        ## 0.1.1 (2021-12-08)
        * Added KEYCODE_SOFT_SLEEP
        
Keywords: remote android python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
