Metadata-Version: 2.1
Name: asvmq
Version: 0.0.5
Summary: ASV Messaging Queue API for message passing between processes.
Home-page: https://github.com/akashp1997/asv_mq
Author: Akash Purandare
Author-email: akash.p1997@gmail.com
License: BSD-3-Clause
Keywords: asv_mq
Platform: UNKNOWN
Requires-Dist: pika (>=0.12.0)

# SRM Autonomous Surface Vehicle Messaging Queue API
------
The team SRMASV uses this repository as an API to transfer data from one process or device to another process or device.

We develop this API by using setuptools for easy installation of this Module within various different computers and developers.
------
### Installation
------
To install just type in the following command:
`python setup.py install`


