Metadata-Version: 1.1
Name: regmitter
Version: 1.0.2
Summary: This utility is designed for transferring docker registries data.
Home-page: https://github.com/FromZeus/regmitter
Author: Daniil Trishkin
Author-email: asteroid566@gmail.com
License: UNKNOWN
Description: |language| |license|
        
        =========
        regmitter
        =========
        
        Description
        ~~~~~~~~~~~
        
        This utility is designed for transferring docker registries data.
        
        Installation
        ~~~~~~~~~~~~
        
        ``python setup.py install``
        
        or
        
        ``pip install -e .``
        
        or
        
        ``pip install regmitter``
        
        How to use
        ~~~~~~~~~~
        
        Run ``regmitter -t pull images.yml``
        
        Example of yml file entry: ``"sample-registry.com:5000/app": ["1.0.0-124"]``
        
        Also checkout list of `arguments`_
        
        arguments
        ^^^^^^^^^
        
        * ``images`` - Path to the file with images to transfer.
        * ``-t, --type`` - Type of the operation. Choose from: ``pull``, ``push``, ``remove``
        * ``-l, --log`` - Redirect logging to file
        
        .. |language| image:: https://img.shields.io/badge/language-python-blue.svg
        .. |license| image:: https://img.shields.io/badge/license-Apache%202-blue.svg
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
