Skip to main content

Rsync your code to server and run.

Project description

rsyncrun

Rsync your code to server and run. Build Status

Deploy changing dependent projects faster, such as batch processing tasks, e.g. submit a Python script or a Hive script to YARN.

How does rsyncrun deploy projects ?

  1. Change your code in your serveral related projects.
  2. rsync these projects to server, it's really fast, except for full sync in the first time.
  3. Detect some changed codes, and re-install related projects.
  4. Launch your project and debug ...

Benefits

  1. Every command is print to console detailly, not a black box, RAW SHELL SCRIPT rocks!
  2. To run this script, only Python and its standard library is needed, no need to install thirty-party libraries.
  3. Create a virtualenv environment automatically.

Usage

pip install rsyncrun
rsyncrun

TODO

  1. compact with canceled, e.g. catch event, keep the log

I want a feature X ? ... please create an issue, or fork it.

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

rsyncrun-1.2.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

rsyncrun-1.2.0-py3-none-any.whl (8.6 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