{ "info": { "author": "Monetate Inc.", "author_email": "kmolendyke@monetate.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "Circonus\n========\n\nA Python module for interacting with the `Circonus`_ `REST API`_.\n\n.. image:: https://pypip.in/v/circonus/badge.png?style=flat\n :target: https://pypi.python.org/pypi/circonus\n :alt: Latest release\n\n.. image:: https://api.travis-ci.org/monetate/circonus.png?branch=master\n :target: https://travis-ci.org/monetate/circonus\n :alt: Travis CI build status\n\n.. image:: https://img.shields.io/coveralls/monetate/circonus.png?style=flat\n :target: https://coveralls.io/r/monetate/circonus\n :alt: Coveralls test coverage\n\n.. image:: https://readthedocs.org/projects/circonus/badge/?version=latest\n :target: http://circonus.readthedocs.org/en/latest/\n :alt: Documentation Status\n\nDocumentation\n-------------\n\nAvailable at http://circonus.readthedocs.org\n\n.. _Circonus: http://www.circonus.com/\n.. _REST API: https://login.circonus.com/resources/api\n\n\nRelease History\n---------------\n\n0.0.22 (2015-02-14)\n+++++++++++++++++++\n\n**Bug fixes**\n\n- Avoid selecting ``df`` metrics other than ``df_complex`` when creating disk\n free graphs.\n\n0.0.21 (2015-01-29)\n+++++++++++++++++++\n\n**Improvements**\n\n- Change the ``collectd`` client interface to take an explicit check bundle to\n create graphs from rather than na\u00efvely using the *first* ``collectd`` check\n bundle found for ``target``.\n\n- Refactor the ``datetime_to_int`` method from ``Annotation`` to be a function\n in ``util``.\n\n0.0.20 (2015-01-28)\n+++++++++++++++++++\n\n**Bug fixes**\n\n- Remove errant ``df`` from custom graph title.\n\n0.0.19 (2015-01-28)\n+++++++++++++++++++\n\n**Bug fixes**\n\n- Fix optional custom titles for all ``collectd`` graphs.\n\n0.0.18 (2015-01-26)\n+++++++++++++++++++\n\n**Improvements**\n\n- Add optional custom titles for all ``collectd`` graphs.\n\n0.0.17 (2015-01-26)\n+++++++++++++++++++\n\n**Improvements**\n\n- Add function for updating the ``status`` of each metric in a list of\n metrics.\n\n0.0.16 (2015-01-24)\n+++++++++++++++++++\n\n**Improvements**\n\n- Make the ``get_tag_string`` function public.\n\n0.0.15 (2015-01-24)\n+++++++++++++++++++\n\n**Bug fixes**\n\n- Add ``MANIFEST.in`` to include required distribution files.\n\n0.0.14 (2015-01-22)\n+++++++++++++++++++\n\n**Bug fixes**\n\n- Hard code version in setup to avoid setup dependency\n\n0.0.13 (2015-01-22)\n+++++++++++++++++++\n\n**Bug fixes**\n\n- Require the ``colour`` package at setup time\n\n0.0.12 (2015-01-22)\n+++++++++++++++++++\n\n**Improvements**\n\n- Add client method to create all supported collectd plugin graphs for a\n specific target at once.\n- Update ``circonus.collectd.cpu`` API to act like the other plugin modules.\n- Change exception handling to raise HTTPError in log decorator.\n- Add API documentation\n\n0.0.11 (2015-01-21)\n+++++++++++++++++++\n\n**Improvements**\n\n- Add collectd df graph\n- Add API documentation\n\n0.0.10 (2015-01-20)\n+++++++++++++++++++\n\n**Improvements**\n\n- Rename ``circonus.collectd.network`` to ``circonus.collectd.interface`` to\n reflect what the name of the ``collectd`` module is.\n\n0.0.9 (2015-01-20)\n++++++++++++++++++\n\n**Improvements**\n\n- Add collectd network graph\n- Add API documentation\n\n0.0.8 (2015-01-20)\n++++++++++++++++++\n\n**Improvements**\n\n- Add collectd memory graph\n- Add API documentation\n\n**Bug fixes**\n\n- Fix key error when looking for metrics in a check bundle that has none.\n- Handle error state when sorting metrics. If there were less metrics than\n suffixes to sort by the returned list would contain ``None`` values. Now an\n empty list is returned.\n\n0.0.7 (2015-01-19)\n++++++++++++++++++\n\n**Improvements**\n\n- Add initial support for collectd\n- Add graph module\n- Add metric module\n- Add API documentation\n\n0.0.6 (2015-01-16)\n++++++++++++++++++\n\n**Improvements**\n\n- Add optional common tags parameter to CirconusClient class for a cleaner way\n to specify common tags on a given instance of the client.\n- Update all docstrings to reStructuredText format with parameter and return\n types.\n- Add API documentation.\n\n0.0.5 (2015-01-13)\n++++++++++++++++++\n\n**Bug fixes**\n\n- Fix documentation link\n\n0.0.4 (2015-01-13)\n++++++++++++++++++\n\n**Improvements**\n\n- Documentation\n\n0.0.3 (2015-01-13)\n++++++++++++++++++\n\n**Bug fixes**\n\n- Make the ``with_common_tags`` decorator copy the ``COMMON_TAGS`` list rather\n than modify it.\n\n0.0.2 (2015-01-13)\n++++++++++++++++++\n\n**Improvements**\n\n- Annotation decorator, context manager & ad hoc methods\n- ``HISTORY.rst``\n\n**Bug fixes**\n\n- Properly unpack ``args`` in ``with_common_tags`` decorator\n\n0.0.1 (2015-01-08)\n++++++++++++++++++\n\n- Wrap REST API with requests\n- Custom HTTP request headers for app. name and token\n- Resource tagging\n- Error logging", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/monetate/circonus", "keywords": "circonus monitoring analytics", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "circonus", "package_url": "https://pypi.org/project/circonus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/circonus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/monetate/circonus" }, "release_url": "https://pypi.org/project/circonus/0.0.22/", "requires_dist": null, "requires_python": null, "summary": "Interact with the Circonus REST API.", "version": "0.0.22" }, "last_serial": 1423445, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c65adf61e8ea321e0f78afe113d3cac6", "sha256": "e34b53172a040d0cbefa62c9e2b55448fadc3bb1edd7af6cdc6c23a386c64e66" }, "downloads": -1, "filename": "circonus-0.0.1-py2.7.egg", "has_sig": false, "md5_digest": "c65adf61e8ea321e0f78afe113d3cac6", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9023, "upload_time": "2015-01-08T20:16:07", "url": "https://files.pythonhosted.org/packages/17/85/c6be016729229c5bb017ae23f0366c785d0ac8b5f899f808825eaaaef435/circonus-0.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "29742426ac06302e2166f28f91d41f16", "sha256": "276685e47a529c5aa65be6ed6cb9553b5216bc037abd7d2236b1cfb90eb42688" }, "downloads": -1, "filename": "circonus-0.0.1.tar.gz", "has_sig": false, "md5_digest": "29742426ac06302e2166f28f91d41f16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4507, "upload_time": "2015-01-08T20:16:03", "url": "https://files.pythonhosted.org/packages/12/98/b3d07c4afb26ff358efacad5b2b5df99f687a623ac9973496125e0551850/circonus-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "c9b90662075f9aef8b88add489239f26", "sha256": "7d1afd34e0327bbccc416cdad25083877300805f4ba8c1733d2a769d187b8e14" }, "downloads": -1, "filename": "circonus-0.0.10-py2.7.egg", "has_sig": false, "md5_digest": "c9b90662075f9aef8b88add489239f26", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 31400, "upload_time": "2015-01-21T00:09:08", "url": "https://files.pythonhosted.org/packages/85/88/33e04301b1e51f55f6f19117252cc72a8dc7db7043aa6ee6d2ab7455890a/circonus-0.0.10-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "293d941e5da414900c662db68d2553e4", "sha256": "c5c6897d49ba328857a7a55b1af18d8570ce99a123f63d03321618f79b797fd8" }, "downloads": -1, "filename": "circonus-0.0.10.tar.gz", "has_sig": false, "md5_digest": "293d941e5da414900c662db68d2553e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10130, "upload_time": "2015-01-21T00:09:05", "url": "https://files.pythonhosted.org/packages/12/29/40ed593af030d8cd2f20fe54859a965199fde3482c76d03ebff0c5810f91/circonus-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "6823a3724ea2414f06638d2aefaa8115", "sha256": "8c4db693b3a16c313714529098ae8d697bb779f474ced69d6c2d717157c1d9f5" }, "downloads": -1, "filename": "circonus-0.0.11-py2.7.egg", "has_sig": false, "md5_digest": "6823a3724ea2414f06638d2aefaa8115", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 34884, "upload_time": "2015-01-21T18:38:27", "url": "https://files.pythonhosted.org/packages/af/4a/d8e7bda3c719c7ac97395c5cc99e7a5815ddcf5c4d894cee81c6a22dc316/circonus-0.0.11-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "be7579dc27a664dd16229bf044613e0e", "sha256": "576eed73cd4125e2b00d2e15fffa46cf93722882ebac3816775f42c78365bd97" }, "downloads": -1, "filename": "circonus-0.0.11.tar.gz", "has_sig": false, "md5_digest": "be7579dc27a664dd16229bf044613e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10862, "upload_time": "2015-01-21T18:38:26", "url": "https://files.pythonhosted.org/packages/ac/19/04cd43eab24bfee8812440d145cd93848554b95fbc476511e6df4229b56f/circonus-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "551e7d8da180e40191d1df6c9a936d5d", "sha256": "e436acdca0c1e6b57214214d75d3b306bf8ac174a087590d911f2eeebadecf26" }, "downloads": -1, "filename": "circonus-0.0.12-py2.7.egg", "has_sig": false, "md5_digest": "551e7d8da180e40191d1df6c9a936d5d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 37734, "upload_time": "2015-01-22T20:54:15", "url": "https://files.pythonhosted.org/packages/9f/c5/bff73c53f49e16577b1870dd6ca1ab9e6738b1b6d87dd75cc291cd1dd6ba/circonus-0.0.12-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a55764a6100e67ae91342b85fd07bb2c", "sha256": "ae15e6c9831007827f0ea9a1ae2ab0fb1cd839bc02638df48c63f3cdb7ccf42c" }, "downloads": -1, "filename": "circonus-0.0.12.tar.gz", "has_sig": false, "md5_digest": "a55764a6100e67ae91342b85fd07bb2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11782, "upload_time": "2015-01-22T20:54:13", "url": "https://files.pythonhosted.org/packages/2a/3e/a66c8e219215f76563c593b323f1caccecf6e216b97a905a1600b0f2de76/circonus-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "f44eaa4a7fc78d8877b6f762b2882234", "sha256": "4e010404e879af864782f00d457dffded626f79535194eff1d68a165bba36aa9" }, "downloads": -1, "filename": "circonus-0.0.13-py2.7.egg", "has_sig": false, "md5_digest": "f44eaa4a7fc78d8877b6f762b2882234", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 37772, "upload_time": "2015-01-22T21:35:38", "url": "https://files.pythonhosted.org/packages/27/ab/edd6c3ab122712be10393db4c9b8912a636f69520481f8175c2d6c4dc71c/circonus-0.0.13-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6534d345aba13702d140a9de228c4c2a", "sha256": "40a3b352c9a601d38663ccd9f94bba212f6cee570fc9403901adbd745a307435" }, "downloads": -1, "filename": "circonus-0.0.13.tar.gz", "has_sig": false, "md5_digest": "6534d345aba13702d140a9de228c4c2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11827, "upload_time": "2015-01-22T21:35:34", "url": "https://files.pythonhosted.org/packages/28/04/a8ff2fe6c9a763ff5323b7a233f4aa5cbd5d3785dc9cbbcdf4eea86444d4/circonus-0.0.13.tar.gz" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "0a165f2a08d807afde80706eef7ed5f5", "sha256": "6003939118c930bc82e2d715a6bce3f82d55b90dd96d0c23652b21228b13819a" }, "downloads": -1, "filename": "circonus-0.0.14-py2.7.egg", "has_sig": false, "md5_digest": "0a165f2a08d807afde80706eef7ed5f5", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 37805, "upload_time": "2015-01-22T23:02:42", "url": "https://files.pythonhosted.org/packages/14/61/f02b2dce25a7822ab5afc1572501a1a0d3eb6d99055b43d656209ebed236/circonus-0.0.14-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "573c16eabb64dd6704f7526e67e5a7d4", "sha256": "3a924fd9439ae67f40bc84092b141f9655bc2a4bb698cf8a93b2d3b7c2fa12e2" }, "downloads": -1, "filename": "circonus-0.0.14.tar.gz", "has_sig": false, "md5_digest": "573c16eabb64dd6704f7526e67e5a7d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11837, "upload_time": "2015-01-22T23:02:40", "url": "https://files.pythonhosted.org/packages/09/c0/de221e7f82ae233baf9087ad35e30b5b924b1d7627f3de24f439a050e0b6/circonus-0.0.14.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "172be7948c2edd7c68d6baf1d8632e21", "sha256": "2cfbb948a8d7f0e9b099878ddf9083377c8130dd1fe1aa94e2aa4f8523f1ba07" }, "downloads": -1, "filename": "circonus-0.0.15-py2.7.egg", "has_sig": false, "md5_digest": "172be7948c2edd7c68d6baf1d8632e21", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 37894, "upload_time": "2015-01-24T20:02:00", "url": "https://files.pythonhosted.org/packages/1e/5e/248840c9b92c2b828877d4d79ddfb98273e4fbb7864e34e858615f0d246f/circonus-0.0.15-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e48ff07763027256e9adfc563cf1bd12", "sha256": "64f056b4887cbe7b1d45c17feb8539e17da7948ec0570ee4fd559817007f17f8" }, "downloads": -1, "filename": "circonus-0.0.15.tar.gz", "has_sig": false, "md5_digest": "e48ff07763027256e9adfc563cf1bd12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19691, "upload_time": "2015-01-24T20:01:53", "url": "https://files.pythonhosted.org/packages/20/ee/a739a241c5d5122ccee7485944aae4d8fa0b0fd217dac7eca0dce90c0482/circonus-0.0.15.tar.gz" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "beba0c9f9697cbbbb84d457c2a1e331e", "sha256": "bb84083839ac112c1d03dcc878c2f8d8f0c0b250e51fc5a97abf82a6f1ca2fdf" }, "downloads": -1, "filename": "circonus-0.0.16-py2.7.egg", "has_sig": false, "md5_digest": "beba0c9f9697cbbbb84d457c2a1e331e", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 37923, "upload_time": "2015-01-24T21:04:52", "url": "https://files.pythonhosted.org/packages/74/d2/df7291ef77dc1e579ec1ecd1e5d10fbf802b2b1cae2b9e3040ed64efb25d/circonus-0.0.16-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9536bc015bbc56c21f73a7227c18313a", "sha256": "ac36c4eb5f30bd2eae37b7963e3e4f536251f1a97a5a37746978781709f5f839" }, "downloads": -1, "filename": "circonus-0.0.16.tar.gz", "has_sig": false, "md5_digest": "9536bc015bbc56c21f73a7227c18313a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19722, "upload_time": "2015-01-24T21:04:45", "url": "https://files.pythonhosted.org/packages/90/b4/b47ab1c8b8d5622c10bd26fed174d1b749d3832167621622ff4dab644789/circonus-0.0.16.tar.gz" } ], "0.0.17": [ { "comment_text": "", "digests": { "md5": "2b6484d94f65b8419e2bda2b1dabeeae", "sha256": "d1917937080eea37d2f7e7fb55a05cdbf07eb9e13430166da88c8e64f45e3d0b" }, "downloads": -1, "filename": "circonus-0.0.17-py2.7.egg", "has_sig": false, "md5_digest": "2b6484d94f65b8419e2bda2b1dabeeae", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 38460, "upload_time": "2015-01-26T16:46:36", "url": "https://files.pythonhosted.org/packages/83/e8/00c0ec1691563111508a384d2064c892e474b1583c6a9008b443b4a02913/circonus-0.0.17-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "88b06ae0c57030d8e4a34baa6079089e", "sha256": "b9529451512fe913ce2618a147c1d74ec7f445ef9783e6f4de5b5b4d685e0924" }, "downloads": -1, "filename": "circonus-0.0.17.tar.gz", "has_sig": false, "md5_digest": "88b06ae0c57030d8e4a34baa6079089e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20219, "upload_time": "2015-01-26T16:46:34", "url": "https://files.pythonhosted.org/packages/e9/40/722ecdb6abd6bcfb3158ae77581df6f699862e26bfa78339055bc0165a87/circonus-0.0.17.tar.gz" } ], "0.0.18": [ { "comment_text": "", "digests": { "md5": "d4a31d5414d7de8bafac5c61c9acd028", "sha256": "36de838749cd88c377559ee8fd1f641426cb3322a1f25fc50f110560565d86de" }, "downloads": -1, "filename": "circonus-0.0.18-py2.7.egg", "has_sig": false, "md5_digest": "d4a31d5414d7de8bafac5c61c9acd028", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39916, "upload_time": "2015-01-27T00:30:58", "url": "https://files.pythonhosted.org/packages/ab/b1/146c4e26a24a239409b8b2e1a72bfd60bcf49df1a51ce381e3a669fd40f4/circonus-0.0.18-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "971fb0f9b6c071794894ec2f5811c348", "sha256": "2533c613b0d737782081364d13d246c1841f1c4da36c51841748c87cb04c6cb7" }, "downloads": -1, "filename": "circonus-0.0.18.tar.gz", "has_sig": false, "md5_digest": "971fb0f9b6c071794894ec2f5811c348", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21255, "upload_time": "2015-01-27T00:30:55", "url": "https://files.pythonhosted.org/packages/64/8d/f54e9fabe2ccce0c40cc5af4d3e7445a173e5550a10db1f4e5f6e2600b16/circonus-0.0.18.tar.gz" } ], "0.0.19": [ { "comment_text": "", "digests": { "md5": "8aa3f263c72c3c1142dcf8740d05734e", "sha256": "66776643309a4a4bc4554623dee861ce2a5cf2128f257b9d4398327b6ef9cccf" }, "downloads": -1, "filename": "circonus-0.0.19-py2.7.egg", "has_sig": false, "md5_digest": "8aa3f263c72c3c1142dcf8740d05734e", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39945, "upload_time": "2015-01-28T13:49:53", "url": "https://files.pythonhosted.org/packages/09/1b/20c14a37668f4b8df126f5bbe9299d34d69c398a72b33d116d41853a0a1c/circonus-0.0.19-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a60f79068c51bd45b549e0e57bc09a49", "sha256": "f5378fdf74614ac3e593cbf0ffb692b04e22fed92c761280499952a7880235bb" }, "downloads": -1, "filename": "circonus-0.0.19.tar.gz", "has_sig": false, "md5_digest": "a60f79068c51bd45b549e0e57bc09a49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21299, "upload_time": "2015-01-28T13:49:51", "url": "https://files.pythonhosted.org/packages/1a/96/739c8439dae3f7de19e99f7b9c120d5ce4319f0cd96bbada1b3ecde935c1/circonus-0.0.19.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d10636a12d80f8374f8ab334e9f53b8b", "sha256": "971ade9ee8315f8a994932cad49ecea8b2dea5fa20734c8951128f6cc7d5139e" }, "downloads": -1, "filename": "circonus-0.0.2-py2.7.egg", "has_sig": false, "md5_digest": "d10636a12d80f8374f8ab334e9f53b8b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 12131, "upload_time": "2015-01-13T13:41:37", "url": "https://files.pythonhosted.org/packages/22/28/04a3d3fbb27bc31cac5881ca1233e12b04b7f2c173f1483278fb612b221e/circonus-0.0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b17b67f14d3263195bd745ef9d758af6", "sha256": "d674e4588adc1e6fdbe9c527c47488db5bd99b7d6a040b13bec2761016388dae" }, "downloads": -1, "filename": "circonus-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b17b67f14d3263195bd745ef9d758af6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5842, "upload_time": "2015-01-13T13:41:35", "url": "https://files.pythonhosted.org/packages/ad/0f/7d248b12ba89835ddcef76d72ab306f36542ba197286260a5e2e70653462/circonus-0.0.2.tar.gz" } ], "0.0.20": [ { "comment_text": "", "digests": { "md5": "bbe71b43bc6e87a8c8f895c1ca270000", "sha256": "aefc7857af05fa9ce681e522548656642ed1385cb8fa1fbd9ec2c4bba8a6f1f2" }, "downloads": -1, "filename": "circonus-0.0.20-py2.7.egg", "has_sig": false, "md5_digest": "bbe71b43bc6e87a8c8f895c1ca270000", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39982, "upload_time": "2015-01-28T16:55:47", "url": "https://files.pythonhosted.org/packages/73/9a/d7ac52b7eaed506d0b9d75b1bfcd6ddeab93465777c7619b0845f01472f7/circonus-0.0.20-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "10d55da70e4eed2604d6b7a90868a0aa", "sha256": "5092debec7c5d523a165e3c39720fab9f42aaa27eb469703cee7c24f94b5c86a" }, "downloads": -1, "filename": "circonus-0.0.20.tar.gz", "has_sig": false, "md5_digest": "10d55da70e4eed2604d6b7a90868a0aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21356, "upload_time": "2015-01-28T16:55:45", "url": "https://files.pythonhosted.org/packages/de/ad/b5e48a90bc35a38d31e803a530a6992252c772e85ad3bf54f623cddcc7b6/circonus-0.0.20.tar.gz" } ], "0.0.21": [ { "comment_text": "", "digests": { "md5": "f9f5f885db36c4766437316cd061a2cc", "sha256": "a865edbae0e0451d44e04aeb4cf9c19407e3d98aa9311bd737f3290639f80211" }, "downloads": -1, "filename": "circonus-0.0.21-py2.7.egg", "has_sig": false, "md5_digest": "f9f5f885db36c4766437316cd061a2cc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39673, "upload_time": "2015-01-29T20:24:00", "url": "https://files.pythonhosted.org/packages/98/53/ed643d1a13f9d12234182c4afd12e6d1b290509fceedf2598749220cc449/circonus-0.0.21-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d18531703fb0e07d0a2436f2b24ff228", "sha256": "989dcb3ff83d86281620c3ae7133638357d252bf77831a7b5f92547f919f4f14" }, "downloads": -1, "filename": "circonus-0.0.21.tar.gz", "has_sig": false, "md5_digest": "d18531703fb0e07d0a2436f2b24ff228", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21128, "upload_time": "2015-01-29T20:23:57", "url": "https://files.pythonhosted.org/packages/f9/5e/fbfec765341f86c885b3aca347d51b440e34dac9deecd836cb4d627c903c/circonus-0.0.21.tar.gz" } ], "0.0.22": [ { "comment_text": "", "digests": { "md5": "915572df59d81ff29fd0f65261145147", "sha256": "10432e92a95f3a0e0dbfa44977aa3facbfdf30d38862601fbb185d894be0dd73" }, "downloads": -1, "filename": "circonus-0.0.22-py2.7.egg", "has_sig": false, "md5_digest": "915572df59d81ff29fd0f65261145147", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39739, "upload_time": "2015-02-14T20:09:02", "url": "https://files.pythonhosted.org/packages/17/e1/0589d0f80c08e972e3fe223ec3608b4132e7158a4a9139b7983d39c87498/circonus-0.0.22-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6ab7b2d54366d8ff3f253dc43d43207e", "sha256": "3155eeba60906258d778c77a2254a94bf2234bff2272754c210a424a7f2999bc" }, "downloads": -1, "filename": "circonus-0.0.22.tar.gz", "has_sig": false, "md5_digest": "6ab7b2d54366d8ff3f253dc43d43207e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21306, "upload_time": "2015-02-14T20:08:59", "url": "https://files.pythonhosted.org/packages/52/22/5bd92f1b68ff5e507ec116d03abfc603ec1cef5020ad0c9e33a925217aa1/circonus-0.0.22.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "92a10dab7ea7c4d269917cb37ba40359", "sha256": "2dc702bcda5f18d058066d70c142590cb2f5cc9f985b5cb551c1e2df3d61d9f5" }, "downloads": -1, "filename": "circonus-0.0.3-py2.7.egg", "has_sig": false, "md5_digest": "92a10dab7ea7c4d269917cb37ba40359", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 12202, "upload_time": "2015-01-13T19:15:24", "url": "https://files.pythonhosted.org/packages/96/d5/6e6f4bf9b4d781498a090b8aba3141cbede28ff15f450f0878edd8588b82/circonus-0.0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "de7c8e34febe21d0350c7f8c72f734ea", "sha256": "4e5a1065d739b95e802c935268bdb53dcf240e780fa4f5aabfdab4ef966c1349" }, "downloads": -1, "filename": "circonus-0.0.3.tar.gz", "has_sig": false, "md5_digest": "de7c8e34febe21d0350c7f8c72f734ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5937, "upload_time": "2015-01-13T19:15:22", "url": "https://files.pythonhosted.org/packages/b9/a6/bd0fb4b5e57499b4a17c3b4652b977724ed1ad1e565dbc925d79706b00ed/circonus-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "acd30f9bb135d8f499ee2f861c7ec002", "sha256": "47371b5472d84d836e179b54d4584d1bb030b677b95ad434fa779586f0c0bd15" }, "downloads": -1, "filename": "circonus-0.0.4-py2.7.egg", "has_sig": false, "md5_digest": "acd30f9bb135d8f499ee2f861c7ec002", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 12495, "upload_time": "2015-01-14T03:24:43", "url": "https://files.pythonhosted.org/packages/fc/17/73b5d18c0bd92c21c16aca1706f7f03ecfdf1962a3b0081033d6b172e36d/circonus-0.0.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c3f3d30142daf14143392858d1df747d", "sha256": "612790007a86950796024de52378fd4e70e2aa7955d93225e56c7323bbb92953" }, "downloads": -1, "filename": "circonus-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c3f3d30142daf14143392858d1df747d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4830, "upload_time": "2015-01-14T03:24:40", "url": "https://files.pythonhosted.org/packages/9b/b6/ac7b1b8efc08528ce1e5e00d20ff4ea8a0e83926d8199778429de82b5d0b/circonus-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "d08bf001cfe141692ed332bdc2714ab3", "sha256": "e95cd79c5cc64b901fdd06e5f94bccb4506ccc3b4aa6e0924c4735a8bc01b02b" }, "downloads": -1, "filename": "circonus-0.0.5-py2.7.egg", "has_sig": false, "md5_digest": "d08bf001cfe141692ed332bdc2714ab3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 12543, "upload_time": "2015-01-14T03:41:51", "url": "https://files.pythonhosted.org/packages/39/77/bad5e647c61786be15060ca007423de4115684e931ae9434d215baf2ee5b/circonus-0.0.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b2046d3f38b233041c0af6628c6a3b5b", "sha256": "f141d9adda3c7edeb99209c96cb3c8c3b92fe4240f18e7ac2a4aace742281146" }, "downloads": -1, "filename": "circonus-0.0.5.tar.gz", "has_sig": false, "md5_digest": "b2046d3f38b233041c0af6628c6a3b5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4943, "upload_time": "2015-01-14T03:41:49", "url": "https://files.pythonhosted.org/packages/2d/87/cfc312777252ec351951d339d3f53543be9e7162765ff02723e1b610953c/circonus-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "d7b85e42df8f9e9f4c6e7d58c5640f5c", "sha256": "55fcbfc065b56115bb25af77b02fa73eb9b2a6f4d0f44f5fd0a776b2c1eae386" }, "downloads": -1, "filename": "circonus-0.0.6-py2.7.egg", "has_sig": false, "md5_digest": "d7b85e42df8f9e9f4c6e7d58c5640f5c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 14916, "upload_time": "2015-01-16T22:48:21", "url": "https://files.pythonhosted.org/packages/b9/19/e7e0b65f8576a4335c37f34ffd25d3c461d2624b151f55f2cf198d407dfb/circonus-0.0.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6a05b037564a1e5462bc0d5b3dda9309", "sha256": "1855b3d271693c402e19f88fdd54580d91bc4299300468bad790083dc30d632c" }, "downloads": -1, "filename": "circonus-0.0.6.tar.gz", "has_sig": false, "md5_digest": "6a05b037564a1e5462bc0d5b3dda9309", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5879, "upload_time": "2015-01-16T22:48:19", "url": "https://files.pythonhosted.org/packages/cd/15/cc8afc19b296654a7a85eeb9822e963f8ee7e28a7c39e8ab842b783d8474/circonus-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "091c233044dc4a3d21368ebd28e780cd", "sha256": "93405cce2eb62308272d8e20e2a1f73718cef47769714ee0cae96ae4cbbf7dfa" }, "downloads": -1, "filename": "circonus-0.0.7-py2.7.egg", "has_sig": false, "md5_digest": "091c233044dc4a3d21368ebd28e780cd", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 23884, "upload_time": "2015-01-19T22:18:33", "url": "https://files.pythonhosted.org/packages/38/c4/c30f813c677139de4c36b17e5feef71bcb1646785a182843b16e73d65149/circonus-0.0.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7c706b13e1c7cbf0e397d14e8803a56f", "sha256": "0f3fcdcde8031918ba11868df94e54e48c587fcf7f2bb10fc68c57d09883a0fc" }, "downloads": -1, "filename": "circonus-0.0.7.tar.gz", "has_sig": false, "md5_digest": "7c706b13e1c7cbf0e397d14e8803a56f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8451, "upload_time": "2015-01-19T22:18:31", "url": "https://files.pythonhosted.org/packages/c2/c2/1d4ef1892d89bb733226d01540a7fd18a6bb280b865c3e7b35b623009b9d/circonus-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "951e12bf0bbdea677e85303509bca840", "sha256": "692e160812c59573f4588d0826153693290c6389cf267cdf5707286b30b1fff9" }, "downloads": -1, "filename": "circonus-0.0.8-py2.7.egg", "has_sig": false, "md5_digest": "951e12bf0bbdea677e85303509bca840", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 27540, "upload_time": "2015-01-20T19:54:33", "url": "https://files.pythonhosted.org/packages/ae/75/9d0c012fca0c0b239acfb4e003763853ef72c6ad9e4eed79f13e794564b1/circonus-0.0.8-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e702c98c273ad0880303c72be986bf55", "sha256": "61a03dfdaac36cbcda81937807605f12ae9f7a9b0a282a1eacddabe453a0ac01" }, "downloads": -1, "filename": "circonus-0.0.8.tar.gz", "has_sig": false, "md5_digest": "e702c98c273ad0880303c72be986bf55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9237, "upload_time": "2015-01-20T19:54:31", "url": "https://files.pythonhosted.org/packages/d3/e5/6a77682368cec017ecd6fc1a761cf60fe52a24b68cd36756dfaef9abc0cd/circonus-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "d8a781d46ed7bab6c487f6e027836715", "sha256": "339901f31c8799153d000983cd814acb659af63c48d7beba69171ac9e24663b7" }, "downloads": -1, "filename": "circonus-0.0.9-py2.7.egg", "has_sig": false, "md5_digest": "d8a781d46ed7bab6c487f6e027836715", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 30616, "upload_time": "2015-01-20T23:23:17", "url": "https://files.pythonhosted.org/packages/65/f9/c6f1ad051492dee63c0a9fb67b50bbedcf25ff456271970f983aa4f0cc49/circonus-0.0.9-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1899905146488aae6b671f0e061c38d0", "sha256": "d389689394ff0864732a55c9c861b3231f570f4c4cea8b3a6e1aed539eb44334" }, "downloads": -1, "filename": "circonus-0.0.9.tar.gz", "has_sig": false, "md5_digest": "1899905146488aae6b671f0e061c38d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9884, "upload_time": "2015-01-20T23:23:15", "url": "https://files.pythonhosted.org/packages/bf/93/3ba0b6fc1a08d290b94b0d85d7458f96309f825b18d7bb3db0270e74e650/circonus-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "915572df59d81ff29fd0f65261145147", "sha256": "10432e92a95f3a0e0dbfa44977aa3facbfdf30d38862601fbb185d894be0dd73" }, "downloads": -1, "filename": "circonus-0.0.22-py2.7.egg", "has_sig": false, "md5_digest": "915572df59d81ff29fd0f65261145147", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39739, "upload_time": "2015-02-14T20:09:02", "url": "https://files.pythonhosted.org/packages/17/e1/0589d0f80c08e972e3fe223ec3608b4132e7158a4a9139b7983d39c87498/circonus-0.0.22-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6ab7b2d54366d8ff3f253dc43d43207e", "sha256": "3155eeba60906258d778c77a2254a94bf2234bff2272754c210a424a7f2999bc" }, "downloads": -1, "filename": "circonus-0.0.22.tar.gz", "has_sig": false, "md5_digest": "6ab7b2d54366d8ff3f253dc43d43207e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21306, "upload_time": "2015-02-14T20:08:59", "url": "https://files.pythonhosted.org/packages/52/22/5bd92f1b68ff5e507ec116d03abfc603ec1cef5020ad0c9e33a925217aa1/circonus-0.0.22.tar.gz" } ] }