https://github.com/artisanofcode/python-banshee
A command dispatcher and message bus implementation for python.
https://github.com/artisanofcode/python-banshee
command-dispatcher hexagonal-architecture message-bus ports-and-adapters python python-package
Last synced: 7 months ago
JSON representation
A command dispatcher and message bus implementation for python.
- Host: GitHub
- URL: https://github.com/artisanofcode/python-banshee
- Owner: artisanofcode
- Created: 2022-05-03T22:07:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T13:55:41.000Z (over 1 year ago)
- Last Synced: 2024-05-01T11:28:26.745Z (about 1 year ago)
- Topics: command-dispatcher, hexagonal-architecture, message-bus, ports-and-adapters, python, python-package
- Language: Python
- Homepage: https://banshee.artisan.io
- Size: 265 KB
- Stars: 17
- Watchers: 4
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Banshee
A command dispatcher and message bus implementation for python.## 🛠 Installing
```
poetry add banshee
```## 📚 Help
See the [Documentation][docs] or ask questions on the [Discussion][discussions] board.
## ⚖️ Licence
This project is licensed under the [MIT licence][mit_licence].
All documentation and images are licenced under the
[Creative Commons Attribution-ShareAlike 4.0 International License][cc_by_sa].## 📝 Meta
This project uses [Semantic Versioning][semvar].
[docs]: https://banshee.artisan.io
[discussions]: https://github.com/orgs/artisanofcode/discussions
[mit_licence]: http://dan.mit-license.org/
[cc_by_sa]: https://creativecommons.org/licenses/by-sa/4.0/
[semvar]: http://semver.org/