Shooju
=======
*shooju-ts* contains loads/dumps functionality for sjts, a json-ish format for time series data designed for use with `Shooju <http://www.shooju.com/>`_ 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 <https://pypi.python.org/pypi/ujson>`_.
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%
Raw data
{
"_id": null,
"home_page": "http://shooju.com",
"name": "shooju-ts",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "data, client, shooju",
"author": "Shooju, LLC",
"author_email": "support@shooju.com",
"download_url": "https://files.pythonhosted.org/packages/58/bd/1c0fabff0c3ce53881a4ad03322b62b2ad9c06540db3ad865dc5cea2ad0a/shooju-ts-0.1.16.tar.gz",
"platform": "any",
"description": "Shooju\n=======\n\n*shooju-ts* contains loads/dumps functionality for sjts, a json-ish format for time series data designed for use with `Shooju <http://www.shooju.com/>`_ 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 <https://pypi.python.org/pypi/ujson>`_.\n\n\nInstallation\n-------------\n\nInstall using pip::\n\n pip install shooju-ts\n\nBasic Usage\n-----------\n\nMay be used as a drop in replacement for most other JSON parsers for Python::\n\n >>> import sjts\n >>> sjts_string = sjts.dumps({'success':True,'series':[{'points':[(13242323324,2)]}]})\n >>> print sjts.dumps(sjts_string)\n {'success':True,'series':[{'points':[(1,2)]}\n\nSource\n-------\n\nhttps://bitbucket.org/shooju/sjts (restricted access for now)\n\nChangelist\n----------\n\n0.1\n^^^^\n\n- Initial public release not intended for standalone use without the shooju package.\n\n\nDevelopment\n-----------\n\nTo compile for windows set environment variable (for VS2015):\n $ SET VS90COMNTOOLS=%VS140COMNTOOLS%",
"bugtrack_url": null,
"license": "TBD",
"summary": "Shooju Time Series (SJTS) Serializer",
"version": "0.1.16",
"project_urls": {
"Homepage": "http://shooju.com"
},
"split_keywords": [
"data",
" client",
" shooju"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "58bd1c0fabff0c3ce53881a4ad03322b62b2ad9c06540db3ad865dc5cea2ad0a",
"md5": "625959c0e756743924d9142cf089b83e",
"sha256": "936b8cf33778e3173d560ba521b5394347047a08c28fcad12d308371b11bf5a2"
},
"downloads": -1,
"filename": "shooju-ts-0.1.16.tar.gz",
"has_sig": false,
"md5_digest": "625959c0e756743924d9142cf089b83e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 190530,
"upload_time": "2025-09-10T17:38:50",
"upload_time_iso_8601": "2025-09-10T17:38:50.102304Z",
"url": "https://files.pythonhosted.org/packages/58/bd/1c0fabff0c3ce53881a4ad03322b62b2ad9c06540db3ad865dc5cea2ad0a/shooju-ts-0.1.16.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-10 17:38:50",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "shooju-ts"
}