Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

exoline is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
 
Links
Author

Exoline: Exosite Command Line

Exoline is a set of commands for accessing the Exosite [One Platform](http://exosite.com/products/onep) from the command line.

Installation

To install the latest released version of exoline from PyPI:

```bash

System Message: WARNING/2 (<string>, line 14); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 14); backlink

Inline interpreted text or phrase reference start-string without end-string.
$ pip install exoline

System Message: WARNING/2 (<string>, line 17)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 17); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 17); backlink

Inline interpreted text or phrase reference start-string without end-string.

Alternatively, you can install from source:

```bash

System Message: WARNING/2 (<string>, line 21); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 21); backlink

Inline interpreted text or phrase reference start-string without end-string.
$ git clone git://github.com/dweaver/exoline $ cd exoline $ python setup.py install

System Message: WARNING/2 (<string>, line 26)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 26); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 26); backlink

Inline interpreted text or phrase reference start-string without end-string.

Depending on your python environment, you may need to run the above install commands as sudo. [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/) is a great way to keep your python environment clean, and has the side-effect that you don't need to use sudo when installing python packages.

Examples

Here are a few things you can do with Exoline.

  • Show a tree view of a client

```bash

System Message: WARNING/2 (<string>, line 37); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 37); backlink

Inline interpreted text or phrase reference start-string without end-string.

$ exo tree 5de0cfcf7baaaaaaaaaaaaaaaaaaaaaaaaaaaaaa --hide-keys cik: 5de0cfcf7baaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (client name: Dev, aliases: (see parent), count: 1088)

System Message: ERROR/3 (<string>, line 41)

Unexpected indentation.

├─cik: 173a087812aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (client name: testclient, rid: 6de3fd516faaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, count: 1) │ ├─rid: 097fea31e0aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (dataport name: int_port, format: integer, count: 0) │ ├─rid: a0e62edd21aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (dataport name: boolean_port, format: boolean, count: 0) │ ├─rid: b005167070aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (dataport name: float_port, format: float, count: 0) │ └─rid: f9f21bc8ceaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (dataport name: string_port, format: string, aliases: [u'newalias', u'string_port_alias'], count: 0) └─cik: c81e6ae0fbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (client name: Sally, rid: dec8dedcc1aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, count: 2)

System Message: ERROR/3 (<string>, line 47)

Unexpected indentation.

├─rid: e84b7cb6cbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (dataport name: anothertest, format: string, count: 0) └─cik: bed592d350aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (client name: George, rid: 7f94e98943aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, count: 2)

System Message: ERROR/3 (<string>, line 49)

Unexpected indentation.

├─cik: e0b93720eeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (client name: MrFlippy, aliases: [u'bedchild'], count: 1) │ └─cik: fa3cdb81e2aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (client name: LemonJello, rid: 4f9ff15a52aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, count: 4) │ ├─rid: 1043eabc31aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (dataport name: inttest, format: integer, count: 0) │ ├─rid: 59b7b90ac2aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (dataport name: strtest, format: string, count: 0) │ ├─rid: 616749f6ddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (dataport name: bintest, format: binary, count: 0) │ └─rid: 7b7a3bcc36aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (datarule name: test.lua, format: string, aliases: [u'test.lua'], count: 1) └─cik: ed6c3facb6aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (client name: Mack, rid: cbc55a2e06aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, count: 1)

System Message: ERROR/3 (<string>, line 56)

Unexpected indentation.
└─rid: 1b62533276aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (datarule name: test.lua, format: string, aliases: [u'test.lua'], count: 1)

System Message: WARNING/2 (<string>, line 57)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 57); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 57); backlink

Inline interpreted text or phrase reference start-string without end-string.
  • Upload a Lua script

```bash

System Message: WARNING/2 (<string>, line 61); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 61); backlink

Inline interpreted text or phrase reference start-string without end-string.
$ exo script translate_gps.lua e469e336ff9c8ed9176bc05ed7fa40daaaaaaaaa Updated script RID: 6c130838e14903f7e12d39b5e76c8e3aaaaaaaaa

System Message: WARNING/2 (<string>, line 65)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 65); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 65); backlink

Inline interpreted text or phrase reference start-string without end-string.
  • Monitor output of a script

```bash

System Message: WARNING/2 (<string>, line 69); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 69); backlink

Inline interpreted text or phrase reference start-string without end-string.
$ exo read e469e336ff9c8ed9176bc05ed7fa40daaaaaaaaa translate_gps.lua --follow 2013-07-09 11:57:45,line 2: Running translate_gps.lua... 2013-07-09 12:00:17,"line 12: New 4458.755987,N,09317.538945,W line 23: Writing 4458.755987_-09317.538945" 2013-07-09 12:15:41,"line 12: New 4458.755987,N,09317.538945,W line 23: Writing 4458.755987_-09317.538945"

System Message: WARNING/2 (<string>, line 77)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 77); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 77); backlink

Inline interpreted text or phrase reference start-string without end-string.
  • Write raw data

```bash

System Message: WARNING/2 (<string>, line 81); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 81); backlink

Inline interpreted text or phrase reference start-string without end-string.
$ exo write e469e336ff9c8ed9176bc05ed7fa40daaaaaaaaa gps-raw --value=4458.755987,N,09317.538945,W

System Message: WARNING/2 (<string>, line 84)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 84); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 84); backlink

Inline interpreted text or phrase reference start-string without end-string.
  • Record a bunch of data without timestamps

```bash

System Message: WARNING/2 (<string>, line 88); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 88); backlink

Inline interpreted text or phrase reference start-string without end-string.
$ cat myrawgps | exo record e469e336ff9c8ed9176bc05ed7fa40daaaaaaaaa gps-raw -

System Message: WARNING/2 (<string>, line 91)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 91); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 91); backlink

Inline interpreted text or phrase reference start-string without end-string.
  • Dump data from multiple dataports to CSV

```bash

System Message: WARNING/2 (<string>, line 95); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 95); backlink

Inline interpreted text or phrase reference start-string without end-string.

$ time ./exo.py read 2ca4f441538c1f2cc8bfaaaaaaaaaaaaaaaaaaaa gas temperature humidity event --start=5/1/2013 --end=8/1/2013 --chunkhours=24 > alldata.csv

real 1m58.377s user 0m10.981s sys 0m0.506s

$ wc -l alldata.csv
316705 alldata.csv

System Message: WARNING/2 (<string>, line 105)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 105); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 105); backlink

Inline interpreted text or phrase reference start-string without end-string.
  • Make a copy of a device

```bash

System Message: WARNING/2 (<string>, line 109); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 109); backlink

Inline interpreted text or phrase reference start-string without end-string.
$ exo copy e469e336ff9c8ed9176bc05ed7fa40daaaaaaaaa ed6c3facb6a3ac68c4de9a6996a89594aaaaaaaa cik: c81e6ae0fbbd7e9635aa74053b3ab6aaaaaaaaaa

System Message: WARNING/2 (<string>, line 113)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 113); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 113); backlink

Inline interpreted text or phrase reference start-string without end-string.
  • Create a new client or resource

```bash

System Message: WARNING/2 (<string>, line 117); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 117); backlink

Inline interpreted text or phrase reference start-string without end-string.
$ ../exoline/exo.py create ad02824a8c7cb6b98fdfe0a9014b3c0faaaaaaaa --type=dataport --format=string --name=NewString rid: 34eaae237988167d90bfc2ffeb666daaaaaaaaaa

System Message: WARNING/2 (<string>, line 121)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 121); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 121); backlink

Inline interpreted text or phrase reference start-string without end-string.
  • Show differences between two clients

```bash

System Message: WARNING/2 (<string>, line 125); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 125); backlink

Inline interpreted text or phrase reference start-string without end-string.

$ exo copy 3ae52bdd5280d7cb96a2077b0cd5aaaaaaaaaaaa 5de0cfcf7b5bed2ea7a802ebe0679baaaaaaaaaa cik: cc080a86b1c9b53d5371e0fa793faaaaaaaaaaa $ exo diff 3ae52bdd5280d7cb96a2077b0cd5aaaaaaaaaaaa cc080a86b1c9b53d5371e0fa793f1daaaaaaaaaa $ exo create cc080a86b1c9b53d5371e0fa793f1aaaaaaaaaaa --type=dataport --format=float --name=Humidity rid: 6a8974d3d7d1f0ffd28385c90a1bebaaaaaaaaaa $ ../exoline/exo.py diff 3ae52bdd5280d7cb96a2077b0cd5dbaaaaaaaaaa cc080a86b1c9b53d5371e0fa793f1daaaaaaaaaa {

System Message: ERROR/3 (<string>, line 134)

Unexpected indentation.

"<<RID>>": { "aliases": {

System Message: ERROR/3 (<string>, line 136)

Unexpected indentation.
"<<RID>>": [ "temp" ]

System Message: WARNING/2 (<string>, line 139)

Block quote ends without a blank line; unexpected unindent.

}, "basic": {

System Message: ERROR/3 (<string>, line 141)

Unexpected indentation.
"subscribers": 0, "type": "client"

System Message: WARNING/2 (<string>, line 143)

Block quote ends without a blank line; unexpected unindent.

}, "children": {

System Message: ERROR/3 (<string>, line 145)

Unexpected indentation.
"<<RID>>": {

System Message: WARNING/2 (<string>, line 146)

Block quote ends without a blank line; unexpected unindent.
  • "basic": {

  • "subscribers": 0,

  • "type": "dataport"

  • },

  • "children": {},

  • "comments": [],

  • "description": {

  • "format": "float",

  • "meta": "",

  • "name": "Humidity",

  • "preprocess": [],

  • "public": false,

  • "retention": {

  • "count": "infinity",

  • "duration": "infinity"

  • },

  • "subscribe": null

  • },

  • "shares": [],

  • "subscribers": [],

  • "tags": []

  • },

  • "Temperature.f2a40b81cb677401dffdc2cfad0f8a266d63590b": { "basic": {

    System Message: ERROR/3 (<string>, line 170)

    Unexpected indentation.

    "subscribers": 0, "type": "dataport"

    System Message: WARNING/2 (<string>, line 172)

    Block quote ends without a blank line; unexpected unindent.

    }, "children": {}, "comments": [], "description": {

    System Message: ERROR/3 (<string>, line 176)

    Unexpected indentation.

    "format": "float", "meta": "", "name": "Temperature", "preprocess": [], "public": false, "retention": { "count": "infinity", "duration": "infinity" }, "subscribe": null

    System Message: WARNING/2 (<string>, line 186)

    Block quote ends without a blank line; unexpected unindent.

    }, "shares": [], "subscribers": [], "tags": [] }

System Message: WARNING/2 (<string>, line 191)

Bullet list ends without a blank line; unexpected unindent.

}, "comments": [], "counts": {

System Message: ERROR/3 (<string>, line 194)

Unexpected indentation.
"client": 0,

System Message: WARNING/2 (<string>, line 195)

Block quote ends without a blank line; unexpected unindent.
  • "dataport": 1,

System Message: WARNING/2 (<string>, line 196)

Bullet list ends without a blank line; unexpected unindent.

? ^ + "dataport": 2, ? ^

System Message: ERROR/3 (<string>, line 199)

Unexpected indentation.
"datarule": 0, "dispatch": 0

System Message: WARNING/2 (<string>, line 201)

Block quote ends without a blank line; unexpected unindent.

}, "description": {

System Message: ERROR/3 (<string>, line 203)

Unexpected indentation.
"limits": { "client": "inherit", "dataport": "inherit", "datarule": "inherit", "disk": "inherit", "dispatch": "inherit", "email": "inherit", "email_bucket": "inherit", "http": "inherit", "http_bucket": "inherit", "share": "inherit", "sms": "inherit", "sms_bucket": "inherit", "xmpp": "inherit", "xmpp_bucket": "inherit" }, "locked": false, "meta": "", "name": "MyDevice", "public": false

System Message: WARNING/2 (<string>, line 223)

Block quote ends without a blank line; unexpected unindent.

}, "shares": [], "subscribers": [], "tagged": [], "tags": [] }

System Message: WARNING/2 (<string>, line 229)

Block quote ends without a blank line; unexpected unindent.

}

System Message: WARNING/2 (<string>, line 230)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 230); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 230); backlink

Inline interpreted text or phrase reference start-string without end-string.

See the HTTP requests and responses being made by pyonep:

```bash

System Message: WARNING/2 (<string>, line 234); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 234); backlink

Inline interpreted text or phrase reference start-string without end-string.

$ exo --debughttp --discreet read <cik> temperature DEBUG:pyonep.onep:POST /api:v1/rpc/process Host: m2.exosite.com:80 Headers: {'Content-Type': 'application/json; charset=utf-8'} Body: {"calls": [{"id": 70, "procedure": "read", "arguments": [{"alias": "temperature"}, {"sort": "desc", "selection": "all", "limit": 1, "endtime": 1376943416, "starttime": 1}]}], "auth": {"cik": "2ca4f441538c1f2cc8bf01234567890123456789"}} DEBUG:pyonep.onep:HTTP/1.1 200 OK Headers: [('date', 'Mon, 19 Aug 2013 20:16:53 GMT'), ('content-length', '54'), ('content-type', 'application/json; charset=utf-8'), ('connection', 'keep-alive'), ('server', 'nginx')] Body: [{"id":70,"status":"ok","result":[[1376819736,24.1]]}] 2013-08-18 04:55:36,24.1 ```

System Message: WARNING/2 (<string>, line 236); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 236); backlink

Inline interpreted text or phrase reference start-string without end-string.
Environment Variables

For convenience, several command line options may be replaced by environment variables.

  • EXO_HOST: host, e.g. m2.exosite.com. This supplies --host to exo and --url for exodata.
  • EXO_PORT: port, e.g. 80. Currently this only applies to exo, not exodata.
CIK Shortcuts

Store your commonly used CIKs in a file:

```bash

System Message: WARNING/2 (<string>, line 262); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 262); backlink

Inline interpreted text or phrase reference start-string without end-string.

$ printf "keys:n" > ~/.exoline $ printf " foo: 2ca4f441538c1f2cc8bf01234567890123456789n" >> ~/.exoline $ exo read foo temperature 2013-08-18 04:55:36,24.1 ```

System Message: WARNING/2 (<string>, line 264); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 264); backlink

Inline interpreted text or phrase reference start-string without end-string.
Help

For help, run each command with -h from the command line.

Usage as a Library

Exoline can be directly imported and used in Python as a library. There are two patterns for doing this. First, you can call exo.run with whatever arguments you would have passed on the command line, plus an optional string stdin parameter.

```python

System Message: WARNING/2 (<string>, line 283); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 283); backlink

Inline interpreted text or phrase reference start-string without end-string.

from exoline import exo

result = exo.run(['exo',
'script', 'scripts/myscript.lua', 'ad02824a8c7cb6b98fdfe0a9014b3c0faaaaaaaa'])

print(result.exitcode) # 0 print(result.stdout) # Updated script RID: c9c6daf83c44e44985aa724fea683f14eda71fac print(result.stderr) # <no output> ```

System Message: WARNING/2 (<string>, line 292); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 292); backlink

Inline interpreted text or phrase reference start-string without end-string.

It's also possible to use Exoline's wrapper for the pyonep library, which covers a lot of Exoline's functionality.

```python

System Message: WARNING/2 (<string>, line 300); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 300); backlink

Inline interpreted text or phrase reference start-string without end-string.

from exoline import exo

rpc = exo.ExoRPC()

rpc.upload_script(ciks=['ad02824a8c7cb6b98fdfe0a9014b3c0faaaaaaaa'],
filename='scripts/myscript.lua')

System Message: WARNING/2 (<string>, line 308)

Definition list ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 308); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 308); backlink

Inline interpreted text or phrase reference start-string without end-string.
Issues/Feature Requests

If you see an issue with exoline or want to suggest an improvement, please log it [here](https://github.com/dweaver/exoline/issues).

Test

To run the tests, install the packages in test/requirements.txt, and then type:

```bash

System Message: WARNING/2 (<string>, line 322); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 322); backlink

Inline interpreted text or phrase reference start-string without end-string.
$ cd test $ source test.sh

System Message: WARNING/2 (<string>, line 326)

Block quote ends without a blank line; unexpected unindent.

```

System Message: WARNING/2 (<string>, line 326); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 326); backlink

Inline interpreted text or phrase reference start-string without end-string.
TODO
  • copy command should support taking input from stdin (which would be the ouput of info --recursive)
  • investigate copying resources with public: True to destination with public: False (One Platform error: restricted)
  • clarify what the first and second parameter to copy need to be. Maybe require explicit --device= and --portal= They could be anything, but 95% of the time the first param will be a device CIK, the second a portal CIK.
  • --name parameter to copy command so names don't conflict
  • --desconly parameter for info command, to show info as json so it can be piped to create
  • add raw command, taking full RPC json from stdin
  • Make the info command take multiple rids (or stdin)
  • delete serial number when dropping device
  • add --howmany option to create command
  • tab completion for commands and shortcuts

History

0.2.5 (2013-8-26)
  • record reads csv on stdin
  • fixed read --sort=asc
  • fixed --follow order when multiple values come within the polling window
0.2.4 (2013-8-19)
  • fixed combination of --debughttp and --discreet
0.2.3 (2013-8-19)
  • --debughttp shows http requests & responses
  • --discreet hides ciks/rids
  • documented usage as library
0.2.2 (2013-8-16)
  • --header option for read command
0.2.1 (2013-8-15)
  • cik lookup in ~/.exoline
  • support ISO8601 dates for read
  • copy comments
0.2.0 (2013-8-13)
  • tree is faster for large portals
  • --level option for tree
  • copy checks limits when possible (when not set to 'inherit')
  • improve json format for info --recursive
0.1.3 (2013-8-9)
  • set up for automated testing in jenkins
  • --include and --exclude flags for info
  • info and listing commands output json when using --pretty
  • --recursive flag for script command
  • fixed regression in read --follow
0.1.2 (2013-7-31)
  • added --port option
  • added --chunkhours option to break up large reads
0.1.1 (2013-7-30)
  • fixed --httptimeout
  • show model and serial number from metadata in tree output
0.1.0 (2013-7-24)
  • read from multiple data sources
  • copy command (make a copy of a client)
  • diff command (compare clients)
  • --recursive option for info
0.0.33 (2013-7-19)
  • support python 2.6
0.0.32 (2013-7-19)

System Message: WARNING/2 (<string>, line 420)

Title underline too short.

0.0.32 (2013-7-19)
-----------------
  • lookup command looks up RID of CIK if no alias is passed
  • fixed exception
0.0.31 (2013-7-18)
  • updated to use pyonep 0.7.0
  • added usage command
0.0.30 (2013-7-16)
  • fixed regression in tree
0.0.29 (2013-7-16)
  • fixed pyonep reference
0.0.28 (2013-7-16)
  • usage command
  • Better test coverage
0.0.27 (2013-7-14)
  • Support uploading script to multiple CIKs
  • Added code coverage for tests
  • read --intervals shows the distribution of delays between points
0.0.26 (2013-7-12)
  • Fixed https port
0.0.25 (2013-7-12)
  • Added --https flag
0.0.24 (2013-7-12)
  • Added raw read format
0.0.23 (2013-7-12)
  • Made <rid> optional for all commands
  • Added root node detail output to tree
0.0.22 (2013-7-11)
  • Bumped up version requirement for pyonep
0.0.21 (2013-7-11)
  • Fixed tree output for devices with expired status
  • Hide KeyboardInterrupt exception except when --debug set
0.0.20 (2013-7-10)
  • Fixed script command
0.0.19 (2013-7-10)
  • Fixed README.md
0.0.18 (2013-7-10)
  • Help for individual commands, git style
  • Fixed regression in 0.0.17 affecting all commands taking <rid>
  • record-backdate is now record with --interval
0.0.17 (2013-7-09)
  • Handle keyboard interrupt gracefully for read --follow
  • Added example usage in README.md
  • Fixed read --follow when dataport has no data
0.0.16 (2013-7-08)
  • Support passing alias for <rid>
  • Make read return latest value by default
0.0.15 (2013-7-08)
  • script upload
0.0.14 (2013-7-07)
  • tests for create, read, write
0.0.13 (2013-7-03)
  • record, unmap, lookup commands, better/stronger/faster tree
0.0.12 (2013-6-27)
  • Show OnePlatform library exceptions nicely
0.0.11 (2013-6-27)
  • Changed defaults for tree
0.0.10 (2013-6-27)
  • flush command
0.0.9 (2013-6-26)
  • Added format to tree output
0.0.8 (2013-6-26)
  • Added units to tree output, support writing negative numeric values
0.0.7 (2013-6-23)
  • Time series data write and read commands, with --follow option
0.0.6 (2013-6-23)
  • RID lookup and bulk drop commands
0.0.5 (2013-6-21)
  • Install two command line scripts: exo, exodata
0.0.4 (2013-6-18)
  • Complete Exosite Data API
  • Subset of Exosite RPC API

Docutils System Messages

System Message: ERROR/3 (<string>, line 71); backlink

Unknown target name: "4458.755987".

System Message: ERROR/3 (<string>, line 71); backlink

Unknown target name: "4458.755987".

Subscribe to package updates

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.