Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cehbrecht/piddiplatsch
Demo service for PID consumer
https://github.com/cehbrecht/piddiplatsch
Last synced: 19 days ago
JSON representation
Demo service for PID consumer
- Host: GitHub
- URL: https://github.com/cehbrecht/piddiplatsch
- Owner: cehbrecht
- License: apache-2.0
- Created: 2024-02-26T14:54:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T15:26:39.000Z (3 months ago)
- Last Synced: 2024-10-07T06:05:53.920Z (about 1 month ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# PiddiPlatsch
[![image](https://img.shields.io/pypi/v/piddiplatsch.svg)](https://pypi.python.org/pypi/piddiplatsch)
Demo project for a PID consumer.
- Free software: Apache Software License 2.0
## Features
- TODO
## Testing
Start "vanilla" rabbitmq with docker:
```
./run_rabbit.sh
```Check management web page:
http://localhost:15672/Login with guest/guest.
Install piddiplatsch consumer:
```
mamba env create
conda activate piddiplatsch
pip install -e .
```Check available commands:
```
piddiplatsch --help
```Start consumer:
```
piddiplatsch consume --help
piddiplatsch consume --dry-run
```Send a message to the rabbit queue:
```
piddiplatsch send --help
piddiplatsch send -e wdcc.test examples/wdcc.json
piddiplatsch send -e wdcc.test examples/wdcc_invalid.json
piddiplatsch send -e cmip6.test examples/cmip6.json
```## Credits
This package was created with
[Cookiecutter](https://github.com/audreyr/cookiecutter) and the
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
project template.