-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add build/pypi badges - Change author to Arch Systems
- Loading branch information
Showing
6 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
### v0.4.3 (2017-02-05) | ||
|
||
* Add python-dateutil dependency | ||
|
||
### v0.4.2 (2017-02-05) | ||
|
||
* First release from CI server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
# IOTile Cloud Python API Package | ||
|
||
[![Build Status](https://travis-ci.org/iotile/python_iotile_cloud.svg?branch=master)](https://travis-ci.org/iotile/python_iotile_cloud) | ||
[![PyPI version](https://badge.fury.io/py/iotile_cloud.svg)](https://badge.fury.io/py/iotile_cloud) | ||
|
||
|
||
A python library for interacting with [IOTile Cloud](https://iotile.cloud) Rest API | ||
|
||
## Installation | ||
|
||
``` | ||
# pip install python_iotile_cloud | ||
pip install git+https://github.com/iotile/[email protected] | ||
pip install python_iotile_cloud | ||
``` | ||
|
||
Package is based on https://github.com/samgiles/slumber | ||
|
@@ -158,3 +161,4 @@ iotile_cloud requires the following modules. | |
|
||
* Python 2.7+ or 3.4+ | ||
* requests | ||
* python-dateutil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = '0.4.2' | ||
version = '0.4.3' |