Skip to main content

Sync code with a remote server in real time

Project description

Protosync

Protosync syncs code seamlessly between your local development repo and a remote server.

No more repeated git commits or long rsync commands just to test code out on the server.

Install

pip install protosync

Quick Start

In your local source directory, open a new terminal and enter:

protosync source

Protosync will then print a command like this:

protosync dest 7dd2dd14b3734321a69a5492d69b4c2b

In your remote destination directory, open a new terminal and run this command.

You'll see it print:

Syncing directory to source

And that's it!

Just make changes in your local directory and see it automatically synced across to the remote directory.

Note: you'll need to keep both terminals running for the sync to work.

Facts

  • Protosync uses your .gitignore file to automatically ignore unnecessary files.
  • If you're worried about network usage, Protosync generates about 2kb/s of traffic.

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

protosync-0.0.3.6.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

protosync-0.0.3.6-py3-none-any.whl (6.0 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