Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artcom/python-rca
minimal rca sender
https://github.com/artcom/python-rca
Last synced: about 2 months ago
JSON representation
minimal rca sender
- Host: GitHub
- URL: https://github.com/artcom/python-rca
- Owner: artcom
- Created: 2013-05-07T16:32:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-07T16:47:10.000Z (almost 12 years ago)
- Last Synced: 2024-11-07T06:36:29.559Z (3 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Python RCA
## Requirements
* Python 3.2
##Usage
```python
>>> import rca
>>> rca.send_rca("http://192.168.56.1:3000/commands", "volume", {"action":"up"})
(201, 'OK')
```##Packaging
The module rca can be moved around freely in your project and has no further dependencies.
If required though a package can be built and installed system wide by executing
```bash
easy_install-3.2 .
```in the checkout directory. `easy_install-3.2`'s specific name can vary depending your system setup.