Metadata-Version: 2.1
Name: pullnrun
Version: 0.1.0
Summary: A simple python app for running a set of commands from remote sources and pushing result files to remote targets.
Home-page: https://github.com/kangasta/pull-n-run
Author: Toni Kangas
License: UNKNOWN
Description: # pullnrun
        
        A simple python app for running a set of commands from remote sources and pushing result files to remote targets.
        
        ## Testing
        
        For unittests and linting, run:
        
        ```bash
        # Unittests
        python3 -m unittest discover tst/
        
        # Unittests with coverage
        coverage run --source ./ --omit setup.py -m unittest discover tst/
        coverage report -m
        
        # Linting error check
        pylint -E */
        
        # Full linting output
        pylint */
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
