code_sync
code_sync auto-syncs your code changes in a local directory to a remote machine,
so that you can edit your code in your local editor and instantly run those change on a remote machine.
Under the hood, code_sync is running an rsync command whenever watchdog notices changes to the code.
Installation
pip install code_sync
After installing this package, the code_sync tool will be available from the command line.
Usage
Register a project
code_sync --register <project>
This will prompt you to enter the local directory to sync, the remote machines to sync to, and the destination path on the remote to sync the files to.
Once you register a project with code_sync, it will remember that configuration.
code_sync a registered project
code_sync <project>
This command will use the configuration you set for the project when you registered it.
List all projects registered to code_sync
code_sync --list
Run code_sync with specific parameters
code_sync --local_dir <mylocaldir/> --remote_dir <myremotedir/> --target <ssh_remote> --port 2222\n
Edit or delete a registered project
code_sync --edit <project>
code_sync --delete <project>
Notes
Starting
- In order to run
code_sync, you must have an ssh connection open in another window. Once you've entered your password there,code_syncuses that connection. - The destination dir must exist already, but need not be empty.
Stopping
- You can safely quit
code_syncwith control-c.
About code_sync + git
code_syncdoes not sync files that are excluded by.gitignore, if present in the local directory. It also does not sync.gitand.ipynbfiles.- The destination directory should not be treated as an active git repo.
- Do not run git commands from the destination terminal on the destination directory. The destination dir will have its contents synced to exactly match the local dir, including when you checkout a different branch on local.
Release files for code-sync 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| code_sync-0.3.0.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| code_sync-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.1 kB
Release files / code_sync-0.3.0.tar.gz
| Download URL | code_sync-0.3.0.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c960ec008940d5e149b98a9e71e68f3379b8a639e5397c01bccaf66f9d150114
|
|
BLAKE2b-256 checksum How to use checksums |
8446dcc73439e0cff3bb212f3b53d5485fd388f73a5431122d44e18a38c8f07c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
|
Release files / code_sync-0.3.0-py3-none-any.whl
| Download URL | code_sync-0.3.0-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6340a132daa22a2624f299e56791ee62dd0b514a7f7669b9caa087aba2771274
|
|
BLAKE2b-256 checksum How to use checksums |
617bf743ae2d33402a8c735c63cde2b4c71bf52f57f89e8fae8db9c322762e74
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
|