Metadata-Version: 2.0
Name: picosapi
Version: 0.5.2
Summary: A simple API for interfaing with persistent compute objects (Picos)
Home-page: https://github.com/hitch-b24/picosapi
Author: Braden Hitchcock
Author-email: developer.hitchcock@gmail.com
License: UNKNOWN
Keywords: picos development iot byu
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Requires-Dist: requests

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_

.. _wiki: https://github.com/hitch-b24/picosapi/wiki

