Navigation Menu

Skip to content

senseobservationsystems/commonsense-python-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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

About

Library for using CommonSense API in Python applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages