{ "info": { "author": "Andrew MacDonald", "author_email": "andrew@maccas.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "PhilDBClient\n============\n\nThe PhilDB timeseries database client aims to provide a\n`PhilDB database API\n`_\ncompatible object. At this stage mostly the read related methods have been implemented.\nNone of the write related methods have been implemented.\nAny methods yet to be implemented in the client will raise a NotImplementedError if called.\n\nExample usage\n-------------\n\n.. code::\n\n from phildb_client import PhilDBClient\n db = PhilDBClient('http://localhost:8889')\n\n db.ts_list()\n\nNotes\n-----\nThis client is experimental and depends on the experimental `PhilDB server\n`_.\nBy default the client reads data from the server in the `msgpack\n`_ format.\nThe data served by the server and read by the client is using the\n`experimental Pandas msgpack implementation\n`_,\nas such it is dependant on the version of Pandas used by the server and the client being compatible.\nThere is a known issue with Pandas < v0.17 (which has been made a dependency for the server),\nthe client however can use an older version of Pandas and use JSON as the transport format instead of msgpack if required.\nFor example:\n.. code::\n\n from phildb_client import PhilDBClient\n db = PhilDBClient('http://localhost:8889', 'json')", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/amacd31/phildb_client", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "phildb-client", "package_url": "https://pypi.org/project/phildb-client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/phildb-client/", "project_urls": { "Homepage": "https://github.com/amacd31/phildb_client" }, "release_url": "https://pypi.org/project/phildb-client/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "PhilDB timeseries database client", "version": "0.1.0" }, "last_serial": 1979533, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9a64b7dcbc7f97aa1cdc0272ba0825c9", "sha256": "616789c7c71316dd81fefc8a01ecf074e65b148427e96f0250e2957cde10cf73" }, "downloads": -1, "filename": "phildb-client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9a64b7dcbc7f97aa1cdc0272ba0825c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19782, "upload_time": "2016-02-27T12:10:55", "url": "https://files.pythonhosted.org/packages/86/fb/3a670119eafd9d041813c9ecfd1fc2b56c9134e0690597127ac476364608/phildb-client-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a64b7dcbc7f97aa1cdc0272ba0825c9", "sha256": "616789c7c71316dd81fefc8a01ecf074e65b148427e96f0250e2957cde10cf73" }, "downloads": -1, "filename": "phildb-client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9a64b7dcbc7f97aa1cdc0272ba0825c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19782, "upload_time": "2016-02-27T12:10:55", "url": "https://files.pythonhosted.org/packages/86/fb/3a670119eafd9d041813c9ecfd1fc2b56c9134e0690597127ac476364608/phildb-client-0.1.0.tar.gz" } ] }