Metadata-Version: 2.1
Name: folding-at-home
Version: 1.3.0
Summary: API and console tool which wraps Folding@Home Client API for Pause/Restart/Power commands
Home-page: https://github.com/nitrag/folding-at-home-api-python
Author: Ryan Gartin
Author-email: ryan@eagledevelopers.net
License: MIT
Description: # Folding@Home Client API
        This package allows you to manage a Folding@Home client via mocking the same API
        calls your browser makes when using the FAHViewer local web portal.
        ## Install
        
        ```env
        # deactivate any virtual environments (venv, conda)
        cd /tmp
        git clone https://github.com/nitrag/folding-at-home-api-python.git
        cd folding-at-home-api-python
        python3 setup.py install
        ```
        
        ## Usage
        
        | Arguments 	| Description                                   	|
        |-----------	|-----------------------------------------------	|
        | --host    	| Hostname or IP Address                        	| 
        | --http    	| Default is to use HTTPS, use HTTP instead     	| 
        | --port    	| If you want to override the default port (80) 	| 
        | --pause   	| Pauses FAH                                    	| 
        | --resume  	| Resume's FAH                                  	| 
        
        ```
        
        folding-at-home --host 192.168.1.176 --http --pause 
        ```
        
Keywords: folding folding@home foldingathome
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
