Metadata-Version: 1.2
Name: remote-runner
Version: 0.2.0
Summary: Batch remote execution of python scripts
Home-page: https://github.com/sizmailov/remote-runner
Maintainer: Sergei Izmailov
Maintainer-email: sergei.a.izmailov@gmail.com
License: BSD
Description: 
        .. image:: https://img.shields.io/travis/com/sizmailov/remote-runner/master.svg?logo=travis
            :alt: master status
            :target: https://travis-ci.com/sizmailov/remote-runner
        
        .. image:: https://img.shields.io/pypi/v/remote-runner.svg?logo=PyPI&logoColor=white
             :alt: pypi package
             :target: https://pypi.org/project/remote-runner/
        
        .. image:: https://codecov.io/gh/sizmailov/remote-runner/branch/master/graph/badge.svg
          :alt: coverage
          :target: https://codecov.io/gh/sizmailov/remote-runner
        
        The library targets the following use case:
        
        User prepares number of tasks on local machine and executes
        them remotely. The library aims to automate routine copying and execution
        steps of this workflow.
        
        
        
        .. figure:: docs/images/scheme.svg.png
            :width: 500 px
        
            Target workflow scheme. Routine steps (in grey) are  automated
        
        
        
Platform: UNKNOWN
