{ "info": { "author": "Alex Kessinger", "author_email": "voidfiles@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Incursion: InfluxDB for Developers\n==================================\n\n.. image:: https://badge.fury.io/py/incursion.png\n :target: http://badge.fury.io/py/incursion\n\n.. image:: https://pypip.in/d/incursion/badge.png\n :target: https://crate.io/packages/incursion/\n\n.. image:: https://travis-ci.org/voidfiles/incursion.png\n :target: https://travis-ci.org/voidfiles/incursion\n\nIncursion is an MIT Licensed InfluxDB client, written in Python, for developers.\n\nThe existing InfluxDB python client is great. This client is built on\nthat but many python developers have come to expect a programmatic\nmethod for building queries on top of a raw unstructured query interface.\n\nIncursion was built to bring a new pattern to your InfluxDB Queries.\n\n.. code-block:: pycon\n >>> import incursion as indb\n >>> q = indb.q('page_views')\n >>> q = q.columns(indb.count(indb.distinct('author_id')), 'author_id')\n >>> q = q.group_by(indb.time('1h'))\n >>> q = q.where(category__matches=indb.regex('/(10|11)/'))\n >>> from, to = (datetime(2014, 10, 20), datetime(2014, 10, 21))\n >>> q = q.where(time__gt=from, time__lt=to)\n >>> q = q.fill(0)\n >>> q = q.limit(None)\n >>> resp = indb.get_result(q)\n >>> assert resp['page_views']\n >>> print '%(14)s %(6)s %(2)s' % ('time', 'count', 'id')\n >>> for row in resp['page_views']:\n >>> print '%(-14)s %(-6)s %(-2)s' % (row.time, row.count, row.author_id)\n time count id\n 1413908730239 10 1\n 1413908730239 8 2\n ...\n\n\nFeatures\n--------\n\n- Query Builder Pattern\n- Lots of tests\n- Safety first (all queries have a limit unless explicitly turned off)\n- Ready for contributors (seriously, this should be a community project)\n\nInstallation\n------------\n\nTo install Incursion, simply:\n\n.. code-block:: bash\n\n $ pip install incursion\n\nFuture Features\n---------------\n\n- Continuous Query Manager (fanouts and downsampling)\n- In-app joining fanout query results to source series results\n\nContribute\n----------\n\n#. Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).\n#. Write a test which shows that the bug was fixed or that the feature works as expected.\n#. Send a pull request :) Make sure to add yourself to AUTHORS_.\n\n.. _`the repository`: http://github.com/voidfiles/incursion\n.. _AUTHORS: https://github.com/voidfiles/incursion/blob/master/AUTHORS.rst\n\n.. :changelog:\n\nRelease History\n---------------\n\n0.3.1 (2014-10-24)\n++++++++++++++++++\n\n* Added py34 compatability\n\n0.3.0 (2014-10-24)\n++++++++++++++++++\n\n* Added continuous query manager\n* Added end-to-end tests for some influxdb operations\n* Added tests to continuous query manager\n* Brought up compatability to InflxuDB 0.8.3\n\n0.2.0 (2014-10-21)\n++++++++++++++++++\n\n* Initial", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/voidfiles/incursion", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "incursion", "package_url": "https://pypi.org/project/incursion/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/incursion/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/voidfiles/incursion" }, "release_url": "https://pypi.org/project/incursion/0.4.0/", "requires_dist": null, "requires_python": null, "summary": "Python InfluxDB Client for Developers.", "version": "0.4.0" }, "last_serial": 1284872, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "59d3c0904f99a8e26b823cd0dc83fd9e", "sha256": "759fdf2b39ce4c0f9b9b403871da4705c589b686fcf71bff4092ef24483e6023" }, "downloads": -1, "filename": "incursion-0.2.tar.gz", "has_sig": false, "md5_digest": "59d3c0904f99a8e26b823cd0dc83fd9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6072, "upload_time": "2014-10-21T18:51:26", "url": "https://files.pythonhosted.org/packages/d8/1e/5bf683dddb2134b419a730c8812b80a106a62d5f7c02f0ea1440f9477fd8/incursion-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "653111135e64f74084e01404ec871063", "sha256": "26c86c2b9cbebc99e565a766eb4b9bcd094617a0e2960d0e4839ae6b4a610f85" }, "downloads": -1, "filename": "incursion-0.2.1.tar.gz", "has_sig": false, "md5_digest": "653111135e64f74084e01404ec871063", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6071, "upload_time": "2014-10-21T18:53:44", "url": "https://files.pythonhosted.org/packages/ab/c6/764121189573ef5c057af9b8d9c8e841d8fc700fe1a846a19dddd1b78b31/incursion-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "ddaf0702fbeb65a3a868e8e9e3821d83", "sha256": "fc55904dddcfc9a2b7af34b48741c3bc55e4403ba1fe092f285f52e896e93e28" }, "downloads": -1, "filename": "incursion-0.2.2.tar.gz", "has_sig": false, "md5_digest": "ddaf0702fbeb65a3a868e8e9e3821d83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6071, "upload_time": "2014-10-21T18:57:07", "url": "https://files.pythonhosted.org/packages/fe/3b/6cd8d54bc24ace8b7cb4873cefab1b5e00a4ee91d1f1b0ca28e20cf29a97/incursion-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "6e5c3530ed2325dc1c767f82f6a1eb61", "sha256": "902a0da20504bf91b09e6c1e0f001f40bc1eea7685e6a395417c04ccb5e8ebf0" }, "downloads": -1, "filename": "incursion-0.3.0.tar.gz", "has_sig": false, "md5_digest": "6e5c3530ed2325dc1c767f82f6a1eb61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6404, "upload_time": "2014-10-24T18:14:19", "url": "https://files.pythonhosted.org/packages/23/cc/0d78db01a97dd415f68e1f6e155474cf5f2abec443b1ddc2d439ad7d885f/incursion-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "ae7440e842823abd31c1e5248dcd86b2", "sha256": "71ac0501f2730909995f8f5920abc78816ab6626f91110c7ff332b25dbf19f37" }, "downloads": -1, "filename": "incursion-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ae7440e842823abd31c1e5248dcd86b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6474, "upload_time": "2014-10-27T21:05:04", "url": "https://files.pythonhosted.org/packages/b1/6d/5e7c6d18993fa64645487ce93651feabf58a2326a8d98e1834cc45868372/incursion-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ae7440e842823abd31c1e5248dcd86b2", "sha256": "71ac0501f2730909995f8f5920abc78816ab6626f91110c7ff332b25dbf19f37" }, "downloads": -1, "filename": "incursion-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ae7440e842823abd31c1e5248dcd86b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6474, "upload_time": "2014-10-27T21:05:04", "url": "https://files.pythonhosted.org/packages/b1/6d/5e7c6d18993fa64645487ce93651feabf58a2326a8d98e1834cc45868372/incursion-0.4.0.tar.gz" } ] }