A simple wrapper for lirc's irsend.
Project description
python-irsend
This is a simple wrapper for lirc's irsend.
Install:
pip install py_irsend
Basic Usage:
>>> from py_irsend import irsend
>>> irsend.list_remotes()
['lasko_heater', 'lights.conf', 'dynex_tv', 'logitech_z906', 'sabrent_hdmi_switch']
>>> irsend.list_codes('logitech_z906')
['POWER', 'INPUT', 'MUTE', 'LEVEL', 'EFFECT', 'VOLUME_DOWN', 'VOLUME_UP']
>>> irsend.send_once('logitech_z906', ['POWER'])
It makes use of subprocess to call irsend. No attempts are made to handle errors (e.g. irsend not being installed, or lircd not running), and instead leaves those to the caller. See the documentation for subprocess (specifically check_output) to determine which exceptions may be raised.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_irsend-1.0.2.tar.gz.
File metadata
- Download URL: py_irsend-1.0.2.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d236b6d5ea01158f69135ec34b4c676cb2342fbee61709ba5cb5a36059b7aeb
|
|
| MD5 |
a2d232766de7119a4c7d5732e708a41d
|
|
| BLAKE2b-256 |
fd70483cdb81441f2c15542552339bab4e63e7a157cb55c9cc766b67443d3651
|
File details
Details for the file py_irsend-1.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: py_irsend-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fa71b8e08c0542bcefd2574a7340cabbd23f6cbd7ad691108fcd1590f7d8f7d
|
|
| MD5 |
4aa33c93948032402825bb8738a02efa
|
|
| BLAKE2b-256 |
666d026c64ebaf1090be1cdbe15fc6220285b46a35baeb0d42718e6bb7be4507
|