Library for using CommonSense API in Python applications
Python
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
CHANGES.txt
Doxyfile
LICENSE
README.md
SenseAPITest.py
senseapi.py
setup.py

README.md

##Usage Information on how to use this library can be found at the Sense Developers Portal.

This package are accessible through python package index. Installing as package will also ensure that all dependency are installed

Installation with pip

pip install senseapi

Instalation with virtual env

$ mkdir project
$ cd project

create a file name requirements.txt with content

senseapi

Create virtual environment and instal requirements

$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

##Reference Documentation Have a look at the documentation for more information.

##License Licensed under the Apache License, Version 2.0