RETIRED, Client library for RACK API
Go to file
tkaneko0204 8e78cf38e9 Update README.rst 2014-09-01 11:23:26 +09:00
rackclient Initial commit 2014-09-01 11:20:22 +09:00
.gitignore Initial commit 2014-09-01 11:20:22 +09:00
LICENSE Initial commit 2014-09-01 11:20:22 +09:00
README.rst Update README.rst 2014-09-01 11:23:26 +09:00
openstack-common.conf Initial commit 2014-09-01 11:20:22 +09:00
requirements.txt Initial commit 2014-09-01 11:20:22 +09:00

README.rst

Client library for RACK API =====================

## RACK

RACK enables an application to control VMs like a Linux process. It provides an application with PID, parent-child relationship, “Fork” / “Kill” VMs capabilities, interVM communication and message exchange without VMs Iess. Ultimately, RACK enables you to implement a large scale distributed system in a variety of programming languages on OpenStack.

## python-rackcilent

This is a client library for RACK API. It provides a python API and a command-line tool.

## Project Resources