A python package to assist in testing and writing applications for persistent compute objects (Picos).
You can install the module using pip:
pip install picosapi
On Linux systems, you have to use the sudo command:
sudo pip install picosapi
You can then import the module into your Python file:
import picosapi as picos
Learn more about the picosapi by visiting the wiki