shooju-ts contains loads/dumps functionality for sjts, a json-ish format for time series data designed for use with Shooju and compatible with loads() and dumps() commands based on the json package. Currently, it is intended to be used only with the shooju package from pip to speed up retrieval of Shooju data. We do plan on documenting the format to enable uses beyond Shooju. The serializer is based on UltraJSON.
Installation
Install using pip:
pip install shooju-ts
Basic Usage
May be used as a drop in replacement for most other JSON parsers for Python:
>>> import sjts
>>> sjts_string = sjts.dumps({'success':True,'series':[{'points':[(13242323324,2)]}]})
>>> print sjts.dumps(sjts_string)
{'success':True,'series':[{'points':[(1,2)]}
Source
https://bitbucket.org/shooju/sjts (restricted access for now)
Changelist
0.1
Initial public release not intended for standalone use without the shooju package.
Development
- To compile for windows set environment variable (for VS2015):
$ SET VS90COMNTOOLS=%VS140COMNTOOLS%
Release files for shooju-ts 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| shooju-ts-0.1.6.tar.gz | 185.6 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| shooju_ts-0.1.6-cp27-cp27m-win_amd64.whl | CPython 2.7 | CPython 2.7 pymalloc | Windows x86-64 | Details |
| shooju_ts-0.1.6-cp27-cp27m-win32.whl | CPython 2.7 | CPython 2.7 pymalloc | Windows x86-32 | Details |
Total release size:232.5 kB
Release files / shooju-ts-0.1.6.tar.gz
| Download URL | shooju-ts-0.1.6.tar.gz |
|---|---|
| Size | 185.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0dc940264b21e9b41c1fc679245484ecce6002eb756f5a3411694fa1d4d4354a
|
|
BLAKE2b-256 checksum How to use checksums |
0eb023f2e2d4eb90d5a5788fa5d83f5a543d472d0658fb2062d50cd20805eba2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / shooju_ts-0.1.6-cp27-cp27m-win_amd64.whl
| Download URL | shooju_ts-0.1.6-cp27-cp27m-win_amd64.whl |
|---|---|
| Size | 23.8 kB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
fe96bdeba0e75c3b0038c41f66271b365d589b6efceaceb1147acb5f5d01c462
|
|
BLAKE2b-256 checksum How to use checksums |
01a329ac0d3e098ee725885f188b47eb754430807b1e1f9d5c790ff21cb19a2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / shooju_ts-0.1.6-cp27-cp27m-win32.whl
| Download URL | shooju_ts-0.1.6-cp27-cp27m-win32.whl |
|---|---|
| Size | 23.0 kB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
a68e5f1e2b36048bbfb69b35eb9997e7bdead59c8639036853cd56de8d10882e
|
|
BLAKE2b-256 checksum How to use checksums |
77618a4ead12bf49a2c25433fa5cf30c51484d43f64125c15e0dac4a250a10cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |