Metadata-Version: 2.1
Name: aiobus
Version: 1.0.1
Summary: An event-bus application layer, supports redis
Home-page: https://github.com/Sirius-social/aiobus
Author: Networks Synergy
Author-email: support@socialsirius.com
Maintainer: Pavel Minenkov <minikspb@gmail.com>
License: Apache License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# An event-bus application layer, support redis

## Install
```pip install aiobus```

## Running tests
Before to run tests you should 
 - install dependencies: ```pip install -r requirements.txt```
 - start the dependent services with command: ```docker-compose up -d```

