Metadata-Version: 2.1
Name: protosync
Version: 0.0.3.2
Summary: Sync code with a remote server in real time
Home-page: https://github.com/yl573/protosync
Author: Edward Liu
Author-email: edwardliu573@gmail.com
License: UNKNOWN
Description: # Protosync
        
        Protosync solves the problem of seamlessly syncing experimental code between your local development repo and remote server. 
        
        No more need for repeated commits or rsyncs just to get code across.
        
        
        ### Install
        ```
        pip install protosync
        ```
        
        
        ### Quick Start
        
        In your local source directory, enter:
        ```
        protosync source
        ```
        Protosync will then print a command like this:
        ```
        protosync dest 7dd2dd14b3734321a69a5492d69b4c2b
        ```
        
        Run this command in your remote dest directory, you'll see it print
        ```
        Syncing directory to source
        ```
        
        And that's it! Just make changes in your local directory and see it sync across to the remote directory. 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
