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 Maintainability Test Coverage

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

Check and automatically fix formatting with:

pycodestyle pullnrun
autopep8 -aaar --in-place pullnrun

Run static analysis with:

pylint -E --enable=invalid-name,unused-import,useless-object-inheritance pullnrun

Run unit tests with command:

python3 -m unittest discover -s tst/

Get test coverage with commands:

coverage run --branch --source pullnrun/ -m unittest discover -s tst/
coverage report -m

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.6.0.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

pullnrun-0.6.0-py3-none-any.whl (16.5 kB view hashes)

Uploaded Python 3

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