Microservices Architecture for Robotics and Artificial General Intelligence
Project description
MARAGI
Links
Quickstart
Install
pip install maragi # or python -m pip install maragi # or python3 -m pip install maragi
Server
import maragi server = maragi.Server() server.run()
Client
import maragi client = maragi.Client() client.send(message) # message is a dict with service, data, and metadata keys data = client.fetch()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
maragi-0.2.4.tar.gz
(3.0 kB
view hashes)
Built Distribution
maragi-0.2.4-py3-none-any.whl
(17.3 kB
view hashes)