Metadata-Version: 2.1
Name: carpi-redisdatabus
Version: 0.1.3
Summary: Redis Data Bus (inspired by CAN-BUS, developed for CarPi)
Home-page: https://github.com/rGunti/CarPi-RedisDataBus
Author: Raphael "rGunti" Guntersweiler
Author-email: raphael@rgunti.ch
License: MIT
Keywords: carpi redis data bus
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: redis
Requires-Dist: tzlocal
Requires-Dist: pytz
Requires-Dist: wheel

# Redis Data Bus (for CarPi)
"Redis Data Bus" is a Python library built for the CarPi project.
The intent of the "Redis Data Bus" is data exchange between different 
processes without having to resort to reading and writing files.

## LICENSE
This project is licensed under the MIT license as described in the
[LICENSE](LICENSE) file.


