Metadata-Version: 1.1
Name: compose-diff
Version: 0.2.0
Summary: diff docker-compose files
Home-page: http://github.com/funkwerk/compose_diff
Author: Stefan Rohe
Author-email: UNKNOWN
License: MIT
Description: |Build Status| |image1| |PyPi downloads| |PyPi version| |Docker pulls| #
        compose\_diff
        
        Diff docker-compose files.
        
        Usage
        -----
        
        Via Python
        ~~~~~~~~~~
        
        Install it via: ``pip3 install compose_diff``
        
        After that use it like
        
        ``compose_diff --images old.yml new.yml`` this will print the the
        differences in the used images between the two versions.
        
        Features
        --------
        
        -  Support for Version 2 and Version 1.
        -  Diffs Images
        
        .. |Build Status| image:: https://travis-ci.org/funkwerk/compose_diff.svg
           :target: https://travis-ci.org/funkwerk/compose_diff
        .. |image1| image:: https://badge.imagelayers.io/funkwerk/compose_diff.svg
           :target: https://imagelayers.io/?images=funkwerk/compose_diff:latest
        .. |PyPi downloads| image:: https://img.shields.io/pypi/dm/compose_diff.svg
           :target: https://pypi.python.org/pypi/compose_diff/
        .. |PyPi version| image:: https://img.shields.io/pypi/v/compose_diff.svg
           :target: https://pypi.python.org/pypi/compose_diff/
        .. |Docker pulls| image:: https://img.shields.io/docker/pulls/funkwerk/compose_diff.svg
           :target: https://hub.docker.com/r/funkwerk/compose_diff/
        
Keywords: docker-compose diff 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
