Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.