Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrd0ll4r/conductor
Control Kaleidoscope Programs via AMQP Button Events
https://github.com/mrd0ll4r/conductor
Last synced: 21 days ago
JSON representation
Control Kaleidoscope Programs via AMQP Button Events
- Host: GitHub
- URL: https://github.com/mrd0ll4r/conductor
- Owner: mrd0ll4r
- License: gpl-3.0
- Created: 2024-07-27T14:41:20.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T07:39:37.000Z (5 months ago)
- Last Synced: 2024-10-16T06:35:12.967Z (2 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conductor
Control Kaleidoscope Programs via AMQP Button Events
## Running
This uses [Poetry](https://python-poetry.org/) for dependency management.
Clone the repo and run
```
poetry install
```
to install the dependencies into a virtualenv.Run
```
poetry run python3 main.py
```
to actually run Conductor.## License
GPL, see [LICENSE](LICENSE).