Relrin / kurier

A cross-platform GUI client for testing AMQP-based APIs
BSD 3-Clause "New" or "Revised" License
39 stars 2 forks source link
amqp gui python wxpython

kurier

A cross-platform GUI client for testing AMQP-based APIs

This application was written for my needs in developing and testing AMQP-based microservices, that will behave like the Postman application. For example, I'm using it for development microservices in the Open Matchmaking project.

Features

Requirements

Screenshots

Windows Mac OS X

Building an application

For building an executable for your OS you will need to do the following steps:

1) Install the Python 3. You can download the latest stable release of from Python language website and install it manually or via other suitable package manager to you. 2) Clone the git repository on your local machine:

git clone https://github.com/Relrin/kurier.git
cd kurier

3) Create a virtual environment for all our stuff:

Note: In the case of the error with virtual environments on Mac OS X that "This program needs access to the screen. Please run with a Framework build of python, and only when you are logged in on the main display of your Mac." you will need to build CPython with Framework support on OS X. For more information read this article.

License

The kurier project is published under BSD license. For more details read the LICENSE file.