Metadata-Version: 2.1
Name: task-q
Version: 1.0.10
Summary: A simple commandline app that implements a task queue
Home-page: UNKNOWN
Author: Rodrigo Cunha
Author-email: rodra.xyz@gmail.com
License: MIT
Description: # Deploy the system
        docker-compose up -d
        
        # Create SSH Key
        ssh-keygen -t rsa -b 2048
        
        # Copy the Container's SSH Key to the host
        ssh-copy-id <user_at_host>@$(hostname)
        
        # Execute script on host
        SCRIPT="sleep 10 && echo 'The End'"
        ssh -l <user_at_host> $(hostname) "$SCRIPT"
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
