Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
filename:my-package.ext 

Search by package tag:
tag:latest 

Search by package version:
version:1.0.0  prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search by last download date:
last_downloaded:<"30 days ago" 
last_downloaded:>"August 14, 2022 EST" 

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Search queries for all Generic-specific package types

Search by file path:
generic_filepath:path/to/file.txt

Search by directory:
generic_directory:path/to

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Generic, Go, Helm, Hex, HuggingFace, LuaRocks, Maven, MCP, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, VSX, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial

Python logo bravia-tv  1.0.3

One-liner (summary)

Python Bravia TV remote control

Description

Python Bravia TV

Python Bravia TV is a Python library to perform remote communication via http protocol with Sony Bravia TVs 2013 and newer: [list of tvs](http://info.tvsideview.sony.net/en_ww/home_device.html#bravia) For more information on the api used in this library, refer to [BRAVIA Professional Display Knowledge Center](https://pro-bravia.sony.net/develop/index.html)

This library is a fork of [BraviaRC](https://github.com/aparraga/braviarc) and is primarily being developed with the intent of supporting [home-assistant](https://github.com/home-assistant/home-assistant)

Installation

# Installing from PyPI $ pip install bravia-tv # Installing latest development $ pip install git+https://github.com/dcnielsen90/python-bravia-tv@master

Initializing and Connecting

from bravia_tv import BraviaRC

ip_address = '192.168.1.2'

# IP address is required. The active NIC's mac will be acquired dynamically # if mac is left None. braviarc = BraviaRC(ip_address)

# The pin can be a pre-shared key (PSK) or you can # receive a pin from the tv by making the pin 0000 pin = '1878'

# Connect to TV braviarc.connect(pin, 'my_device_id', 'my device name')

Command Examples

# Check connection if braviarc.is_connected():

# Get power status power_status = braviarc.get_power_status() print (power_status)

# Get playing info playing_content = braviarc.get_playing_info()

# Print current playing channel print (playing_content.get('title'))

# Get volume info volume_info = braviarc.get_volume_info()

# Print current volume print (volume_info.get('volume'))

# Change channel braviarc.play_content(uri)

# Get app list app_info = braviarc.load_app_list() print (app_info)

# Start a given app braviarc.start_app("Netflix")

# Turn off the TV braviarc.turn_off()

Size

7.0 KB

Downloads

5

Status  Completed
Checksum (MD5) 5078ce3c228d878264738b37e9d9cd73
Checksum (SHA-1) 3dd2c1507c0dcd40ef9939983174f9424e23b33b
Checksum (SHA-256) 78351cc1fbc4e44a3fe9c085c133c4b751ffaca1089783afb24cc8c5b60cb5f8
Checksum (SHA-512) a8b7d97ade24dd579ea854df83984ac0b28087367df0e9c084bc331fd74ac23a4d…
GPG Signature
GPG Fingerprint 6811684bac0b8895434e97bdd4391b8fb999e537
Storage Region  Dublin, Ireland
Type  Binary (contains binaries and binary artifacts)
Uploaded At 4 months, 3 weeks ago
Uploaded By Fetched by Cloudsmith
Slug Id bravia_tv-103-py3-none-anywhl-2t05
Unique Id C38dar7qghRgnsW8
Version (Raw) 1.0.3
Version (Parsed)
  • Major: 1
  • Minor: 0
  • Patch: 3
  • Type: SemVer (Compat)
  extended metadata
Classifiers License :: OSI Approved :: MIT License | Operating System :: OS Independent | Programming Language :: Python :: 3
Homepage URL https://github.com/dcnielsen90/python-bravia-tv.git
Maintainer David Nielsen <dncielsen90@gmail.com>
Metadata Version 2.1
Py Filetype bdist_wheel
Py Version py3
Requires Python >=3.6
pkg bravia_tv-1.0.3-py3-none-any.whl 5
7.0 KB
md5 sha1 sha256 sha512
Package Contents (bravia_tv-1.0.3-py3-none-any.whl)
Loading...

This package has 11 files/directories.

Last scanned

4 months, 3 weeks ago

Scan result

Clean

Vulnerability count

0

Max. severity

Unknown

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of 'bravia-tv' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/bravia-tv/1.0.3/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/?render=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/bravia-tv/1.0.3/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/)
|This version of 'bravia-tv' @ Cloudsmith|
.. |This version of 'bravia-tv' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/bravia-tv/1.0.3/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/?render=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/bravia-tv/1.0.3/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/bravia-tv/1.0.3/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/?render=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/bravia-tv/1.0.3/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/",title="This version of 'bravia-tv' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/bravia-tv/1.0.3/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/bravia-tv/1.0.3/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/?render=true" alt="This version of 'bravia-tv' @ Cloudsmith" /></a>

rendered as: This version of 'bravia-tv' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of 'bravia-tv' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/bravia-tv/latest/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/?render=true&show_latest=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/bravia-tv/latest/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/)
|Latest version of 'bravia-tv' @ Cloudsmith|
.. |Latest version of 'bravia-tv' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/bravia-tv/latest/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/?render=true&show_latest=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/bravia-tv/latest/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/bravia-tv/latest/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/?render=true&show_latest=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/bravia-tv/latest/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/",title="Latest version of 'bravia-tv' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/bravia-tv/latest/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/bravia-tv/latest/a=noarch;xf=bdist_wheel;xn=bravia-tv;xv=py3/?render=true&show_latest=true" alt="Latest version of 'bravia-tv' @ Cloudsmith" /></a>

rendered as: Latest version of 'bravia-tv' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use bravia-tv @ version 1.0.3 ...

pip install 'bravia-tv==1.0.3'

You can also install the latest version of this package:

pip install --upgrade 'bravia-tv'

If necessary, you can specify the repository directly:

pip install \
  --index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/ \
  bravia-tv==1.0.3

If you've got a project requirements.txt file, you can specify this as a dependency:

--index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
bravia-tv==1.0.3

In addition, you can use this repository as an extra index url. However, please read our documentation on this parameter before using it. For example in a requirements.txt file:

--extra-index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
bravia-tv==1.0.3
Warning: We highly recommend using pip (or similar) rather than installing directly.
Top