troup

Troup system


Keywords
development, distributed, computing
License
MIT-feh
Install
pip install troup==0.1.2

Documentation

Build Status

Take control of your home grid.

  • run applications across multiple computers and platforms transparently, just as you would from your terminal. The application will run on the most appropriate node, determined by algorithm.
  • run tasks (run code fragments or processes) transparently across the system. The tasks can be either automatically assigned to a node, similar as the applications; or they can be assigned explicitly to a node.

Installation

Install it with pip:

pip install troup

Requirements

  • psutil
  • ws4py

Get started

Check out the the Getting Started guide on the wiki.

Documentation

Read the full documentation here.

License

Licensed under the Apache License, Version 2.0.

See the file LICENSE or you may obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0