Metadata-Version: 1.1
Name: compose_format
Version: 0.1.0
Summary: format docker compose files
Home-page: http://github.com/funkwerk/compose_format
Author: Stefan Rohe
Author-email: UNKNOWN
License: MIT
Description: # compose_format
        Format docker compose files.
        
        Note that this small utility is just valid until docker-compose has itself a format functionality.
        Currently docker-compose just support the "config" switch. Which joins multiple compose files and print them in a machine readable form.
        
        ## Usage
        
        ### Via Python
        
        Install it via:
        `pip3 install compose_format`
        
        After that use it like:
        `echo "docker-compose.yml" > docker run -t compose_format`
        
        ## Features
         - Support for Version 2 and Version 1.
         - Orders Services, Volumes, Networks
         - Orders Definitions
         - Orders Port and Volume Lists
        
Keywords: docker-compose format docker yml
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
