Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okurz/amqpclient
Simple AMQP python CLI applications for receiving/sending
https://github.com/okurz/amqpclient
Last synced: 17 days ago
JSON representation
Simple AMQP python CLI applications for receiving/sending
- Host: GitHub
- URL: https://github.com/okurz/amqpclient
- Owner: okurz
- License: mit
- Created: 2019-06-15T06:11:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T11:09:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T14:13:55.241Z (25 days ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amqpclient [![Build Status](https://travis-ci.org/okurz/amqpclient.svg?branch=master)](https://travis-ci.org/okurz/amqpclient)
Simple AMQP python CLI applications for receiving/sending## Communication
If you have questions, contact me (*okurz*) irc.freenode.net, e.g. in
[#opensuse-factory](irc://chat.freenode.net/opensuse-factory).## Contribute
This project lives in https://github.com/okurz/amqpclient
Feel free to add issues in github or send pull requests.
TODOs and ideas are tracked in the file `TODO` as well as github issues.
### Rules for commits
* Every commit is checked by [Travis CI](https://travis-ci.org/travis) as soon as
you create a pull request but you *should* run `tox` locally,* It would be nice to keep the test coverage or increase it, e.g. by adding
test reference data for new scenarios. TDD is advised :-)* For git commit messages use the rules stated on
[How to Write a Git Commit Message](http://chris.beams.io/posts/git-commit/) as
a referenceIf this is too much hassle for you feel free to provide incomplete pull
requests for consideration or create an issue with a code change proposal.## License
This project is licensed under the MIT license, see LICENSE file for details.