Metadata-Version: 1.1
Name: compose-format
Version: 0.1.6
Summary: format docker-compose files
Home-page: http://github.com/funkwerk/compose_format
Author: Stefan Rohe
Author-email: UNKNOWN
License: MIT
Description: |Build Status| |image1| |PyPi downloads| |PyPi version| |Docker pulls| #
        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
        
        ``compose_format compose-format.yml`` this will print the formatted
        compose file to stdout. To let it replace the compose file add
        ``--replace``.
        
        Via Docker
        ~~~~~~~~~~
        
        Use it like:
        ``cat docker-compose.yml | docker run -i funkwerk/compose_format``
        
        Features
        --------
        
        -  Support for Version 2 and Version 1.
        -  Orders Services, Volumes, Networks
        -  Orders Definitions
        -  Orders Port and Volume Lists
        
        .. |Build Status| image:: https://travis-ci.org/funkwerk/compose_format.svg
           :target: https://travis-ci.org/funkwerk/compose_format
        .. |image1| image:: https://badge.imagelayers.io/funkwerk/compose_format.svg
           :target: https://imagelayers.io/?images=funkwerk/compose_format:latest
        .. |PyPi downloads| image:: https://img.shields.io/pypi/dm/compose_format.svg
           :target: https://pypi.python.org/pypi/compose_format/
        .. |PyPi version| image:: https://img.shields.io/pypi/v/compose_format.svg
           :target: https://pypi.python.org/pypi/compose_format/
        .. |Docker pulls| image:: https://img.shields.io/docker/pulls/funkwerk/compose_format.svg
           :target: https://hub.docker.com/r/funkwerk/compose_format/
        
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
