Metadata-Version: 2.1
Name: docker-postal
Version: 0.0.2
Summary: A light Docker control tool designed around compose and swarm
Home-page: https://github.com/obe-de/postal
Author: Stephen
Author-email: squebe@crh.io
License: UNKNOWN
Download-URL: https://github.com/obe-de/postal/archive/v0.0.2.tar.gz
Description: # Postal
        A light Docker control tool designed around compose and swarm  
        [Documentation](https://github.com/obe-de/postal)  
        [PyPi Package](https://pypi.org/project/docker-postal/)  
        
        
        # Getting Started
        Postal requires that you have python >= 3.6, docker, and docker-compose installed. Postal is designed for use on Linux.
        
        To install:  
        `pip install docker-postal`
        
        For the console script to be installed you may need to install with:  
        `pip install --user docker-postal`
        
        Or unfortunately if (~/.local/bin) is not on your system path:  
        `sudo pip install docker-postal`  
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
