Metadata-Version: 2.1
Name: mydomuk.dbalance
Version: 1.0.1
Summary: Docker Balance Tool to help moving Services in a Swarm between Nodes
Author: Richard Brent
Keywords: Docker,balance,mydomuk
Classifier: License :: Free For Home Use
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv >=1.0.0
Requires-Dist: certifi >=2023.5.7
Requires-Dist: charset-normalizer >=3.2.0
Requires-Dist: docker >=6.1.3
Requires-Dist: idna >=3.4
Requires-Dist: packaging >=23.1
Requires-Dist: PyYAML >=6.0.1
Requires-Dist: requests >=2.31.0
Requires-Dist: urllib3 >=2.0.3
Requires-Dist: wheel >=0.42.0
Requires-Dist: websocket-client >=1.6.1

# DBalance - Docker Balance designed for use with Docker Swarm

DBalance will connect to the Docker Swarm using HTTPS and retrieve details of the Services and Tasks 
running on each Node

Optionally a rebalance can be performed

By default no rebalance is performed instead a list of the Services and locations where they are running
along with information about how they can be placed if a rebalance were performed.

Rebalancing can be achieved by specifying the -b option
