1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: pychromecast
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Ruben Undheim <ruben.undheim@gmail.com>,
Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-protobuf,
python3-requests,
python3-setuptools,
python3-zeroconf (>= 0.25.1~),
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/pychromecast
Vcs-Git: https://salsa.debian.org/python-team/packages/pychromecast.git
Homepage: https://github.com/home-assistant-libs/pychromecast
Package: python3-pychromecast
Architecture: all
Depends:
python3-protobuf,
python3-requests,
python3-zeroconf,
${misc:Depends},
${python3:Depends},
Description: Library to communicate with Google Chromecast (Python 3)
This library makes it easy to communicate with a Chromecast device using
Python.
.
It currently supports:
.
- Auto discovering connected Chromecasts on the network
- Start the default media receiver and play any online media
- Control playback of current playing media
- Implement Google Chromecast API v2
- Communicate with apps via channels
- Easily extendable to add support for unsupported namespaces
.
This package contains the Python 3 version of pychromecast
|