picosapi

A simple API for interfaing with persistent compute objects (Picos)


Keywords
picos, development, iot, byu
License
MIT
Install
pip install picosapi==0.5.2

Documentation

The Pico API

A python package to assist in testing and writing applications for persistent compute objects (Picos).

Installation

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

More Information

Learn more about the picosapi by visiting the wiki