Metadata-Version: 2.1
Name: docker-compose-transfer
Version: 0.0.1
Summary: Docker compose companion for images save/load
Home-page: https://github.com/pohmelie/docker-compose-transfer
Author: pohmelie
Author-email: multisosnooley@gmail.com
License: DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004
Requires-Dist: docker (<4.0.0,>=3.4.0)
Requires-Dist: pyyaml (<4.0,>=3.12)
Requires-Dist: tqdm (<5.0.0,>=4.23.4)

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.

Description: # Docker compose transfer
        Missed `save`/`load` commands for docker compose.
        
        ## Installation
        ``` bash
        python -m pip install docker-compose-transfer
        ```
        
        ## Requirements
        * python 3.6+
        * docker
        
        ## License
        `docker-compose-transfer` is offered under the WTFPL license.
        
        ## Usage
        
        ``` bash
        $ docker-compose-transfer --help
        usage: docker-compose-transfer [-h] [-v] [-f FILE] {save,load} ...
        
        positional arguments:
          {save,load}
        
        optional arguments:
          -h, --help            show this help message and exit
          -v, --version         Show version
          -f FILE, --file FILE  Specify an alternate compose file [default: docker-
                                compose.yml]
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >= 3.6
