Metadata-Version: 2.1
Name: zdg
Version: 0.0.14
Summary: Scripts to create a directed graph where each node is a Docker container and each edge is a ZMQ point-to-point socket
Project-URL: Homepage, https://github.com/toopazo/zdg
Project-URL: Bug Tracker, https://github.com/toopazo/zdg/issues
Author-email: Tomas Opazo <toopazo@proton.me>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# zdg
Library to easily create a directed graph where each node is a Docker container and each edge is a ZMQ point-to-point socket.
The main output is a docker compose file to start the directed graph structure. 

## Install
```
pip install zdg
```


## Usage
