Skip to main content

A simple python app for running a set of commands from remote sources and pushing result files to remote targets.

Project description

pullnrun

Build Status

A simple python app for running a set of commands from remote sources and pushing result files to remote targets.

Installing

Ensure that you are using Python >= 3.6 with python --version. To install, run:

pip install pullnrun

Usage

Examples

See examples for usage examples.

Testing

For unittests and linting, run:

# Unittests
python3 -m unittest discover tst/

# Unittests with coverage
coverage run --source ./ --omit setup.py,tst/* -m unittest discover tst/
coverage report -m

# Linting error check
pylint -E */

# Full linting output
pylint */

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pullnrun-0.2.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page