{ "info": { "author": "Ali Onur Uyar", "author_email": "aouyar at gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Monitoring" ], "description": "PyMunin - Python Multigraph Munin Plugins\n=========================================\n\n\nAbout\n-----\n\nPython Module for developing Munin Multigraph Monitoring Plugins.\n\nMore detailed documentation for the project and sample graphs for plugins are \npublished in the [PyMunin Project Web Page](http://aouyar.github.com/PyMunin/).\n\nRegular Munin Plugins employ one-plugin one-graph logic and require the \nexecution of a script for data retrieval for each graph.\nMultigraph plugins permit retrieval of data for multiple graphs in one execution \nrun (one-plugin many-graphs), reducing the processing time and delay for the \nfetch cycle significantly.\nMore information on Multigraph Plugins can be found in the \n[Munin Wiki](http://munin-monitoring.org/wiki/):\n\n* [Multigraph Plugins](http://munin-monitoring.org/wiki/MultigraphSampleOutput)\n* [Multigraph Plugin Protocol](http://munin-monitoring.org/wiki/protocol-multigraph)\n\nThe plugins consist of the following components:\n\n* The _pymunin_ module _(./pymunin)_ implements the base classes for\n developing Munin plugins.\n* The plugin logic is implemented in the plugin scripts in _./pymunin/plugins_.\n* The actual data retrieval logic is separated from the plugins to facilitate\n code reuse. Individual modules in the directory _./pysysinfo_ implement classes \n for getting the monitoring data and returning them in dictionary objects. \n The separation of the data retrieval logic should facilitate the use of the \n same code in other monitoring solutions.\n\nAlthough the solution is focused on implementing _Multigraph Plugins_ the module\nalso supports simple single graph plugins.\n\nFor information on other projects you can check \nmy [GitHub Personal Page](http://aouyar.github.com)\nand [GitHub Profile](https://github.com/aouyar).\n\n\nMunin Plugins\n-------------\n\nMultigraph Monitoring Plugins for the following applications are already\nincluded:\n\n* Apache Tomcat\n* Apache Web Server\n* Asterisk Telephony Server\n* Disk Usage\n* Disk I/O\n* FreeSWITCH Soft Switch\n* Lighttpd Web Server\n* Memcached\n* MySQL Database\n* Network Interface Traffic and Errors\n* Network Connection Stats (netstat)\n* Nginx Web Server\n* NTP - Time Server\n* PHP APC - PHP Cache\n* PHP FPM (FastCGI Process Manager)\n* PostgreSQL Database\n* Processes and Threads\n* Rackspace Cloud\n* Redis Server\n* System Resources \n (Load, CPU, Memory, Processes, Interrupts, Paging, Swapping, etc.)\n* Sangoma Wanpipe Telephony Interfaces\n* Varnish Cache Web Application Accelerator\n\n\nClasses for retrieving stats are available, but no plugins have been developed\nyet for the following:\n\n* Squid Web Proxy\n\n\nLicensing\n---------\n\n_PyMunin_ is copyrighted free software made available under the terms of the \n_GPL License Version 3_ or later.\n\nSee the _COPYING_ file that acompanies the code for full licensing information.\n\n\nDownload\n--------\n\nNew versions of the code are be published for download \nat [PyPI - the Python Package Index](http://pypi.python.org/pypi/PyMunin) \nperiodically.\n\nYou can download the latest development version of this code that is hosted \nat [GitHub](https://github.com/{{ site.user }}/{{ page.prjname }}) either\nin [ZIP](https://github.com/aouyar/PyMunin/zipball/master)\nor [TAR](https://github.com/aouyar/PyMunin/tarball/master) \nformat.\n\nYou can also get the latest development version of the code by cloning \nthe [Git](http://git-scm.com) repository for the project by running:\n\n\tgit clone git://github.com/aouyar/PyMunin\n\n\nInstallation\n------------\n\nThe easiest way to install the code is to use [pip](http://www.pip-installer.org/).\n\nInstall the newest version from [PyPI](http://pypi.python.org/pypi/PyMunin):\n\n\tpip install PyMunin\n\t\nInstall the latest development version:\n\n\tpip install git+https://github.com/aouyar/PyMunin.git#egg=PyMunin\n\t\nThe other option is to download and uncompress the code manually and execute the \nincluded _setup.py_ script for installation:\n\n\t./setup.py install\n\n\nCollaboration\n-------------\n\nI would be happy to receive suggestions on improving the code for developing \nMunin Plugins. Alternatively you can use the _Issues_ functionality of _GitHub_ \nto document problems and to propose improvements. You can use the internal \nmessaging system of _GitHub_ or my e-mail address in case you prefer to \ncontact me directly.\n\nI hope that by sharing the code, the existing plugins will get more testing and \nreceive improvements, and many more Multigraph plugins will be developed \ncollaboratively.\n\nI would be glad to receive some sample graphs from anyone using the plugins.\n\n\nCredits\n-------\n\n_PyMunin_ has been developed \nby [aouyar](https://github.com/aouyar) (Ali Onur Uyar).\n\nSome of the people that have knowingly or unknowingly contributed with the \ndevelopment are:\n\n* Initial packaging of the code was done by Mark Lavin\n([mlavin](https://github.com/mlavin)).\nPyMunin is installable pip / easy_install thanks to Mark. :-)\n* _PyMunin_ has been packaged for _Fedora_ and _Red Hat Enterprise Linux_ by \n [Matthias Runge](www.matthias-runge.de).\n* The initial design of the solution was inspired by \n[python-munin](https://github.com/samuel/python-munin) \nby [Samuel Stauffer](https://github.com/samuel).\n* The Rackspace Cloud plugin was initially developed\n by [Brian Welsh](https://github.com/palewire).\n* [Santiago Rojo](https://github.com/arpagon) has contributed\nmany improvements to the Asterisk Plugin.\n* [Preston Mason](https://github.com/pentie) has made significant contributions to \nthe Varnish Cache and PHP APC Cache Plugins.\n* Many plugins were inspired by existing _Munin Plugins_developed by other \n people. (Before developing any plugins, I always try to check existing \n solutions.)\n* Many people have contributed by testing the plugins and identifying issues.\n\nI hope that more people will be using PyMunin for developing plugins in the \nfuture.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://aouyar.github.com/PyMunin", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "PyMunin", "package_url": "https://pypi.org/project/PyMunin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyMunin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://aouyar.github.com/PyMunin" }, "release_url": "https://pypi.org/project/PyMunin/0.9.27/", "requires_dist": null, "requires_python": null, "summary": "Python Module for developing Munin Multigraph Monitoring Plugins.", "version": "0.9.27" }, "last_serial": 785326, "releases": { "0.9.1": [ { "comment_text": "", "digests": { "md5": "64c8d6d61ed261f8eb9472eb123e208a", "sha256": "793450fde8196aebb97f5be14c0ba455fe8d4081b6ababcd4c1b671e5de0055a" }, "downloads": -1, "filename": "PyMunin-0.9.1.tar.gz", "has_sig": false, "md5_digest": "64c8d6d61ed261f8eb9472eb123e208a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74387, "upload_time": "2012-01-23T08:24:25", "url": "https://files.pythonhosted.org/packages/4c/f3/c7d105e163ffbb1375b5c872d065ef952d34169de9ee1f13bf5181ac9bc0/PyMunin-0.9.1.tar.gz" } ], "0.9.11": [ { "comment_text": "", "digests": { "md5": "bd4ca5c469faea414e3c26b5b2757053", "sha256": "05886546669dbd4fdd1e9becdff3d2868f8ab46721d39b69a9dffc89f177f51b" }, "downloads": -1, "filename": "PyMunin-0.9.11-py2.6.egg", "has_sig": false, "md5_digest": "bd4ca5c469faea414e3c26b5b2757053", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 232035, "upload_time": "2012-03-15T19:37:09", "url": "https://files.pythonhosted.org/packages/17/90/2daa0d2f42d55c856608a72ae6fb3020a4b17b9c2563f948305fa86f9c8b/PyMunin-0.9.11-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "2ab38dc5e2707a62f94cce4c20d465ef", "sha256": "69e487f59140eb1f786cd0266d405063bf1bc1971276a422235ae8165129f2fd" }, "downloads": -1, "filename": "PyMunin-0.9.11.tar.gz", "has_sig": false, "md5_digest": "2ab38dc5e2707a62f94cce4c20d465ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78424, "upload_time": "2012-03-15T19:34:01", "url": "https://files.pythonhosted.org/packages/9d/66/a3d83cea26e7555a48b3b93185c55b760b2b9e94adb09264e08775c2a834/PyMunin-0.9.11.tar.gz" } ], "0.9.13": [ { "comment_text": "", "digests": { "md5": "566582c2a5e7791b6f96d2912e6e03d0", "sha256": "d0c862cb004047257bd6f5cc2751cd629e8f925cb2dd19fd42bbc7526a6c0d9a" }, "downloads": -1, "filename": "PyMunin-0.9.13-py2.6.egg", "has_sig": false, "md5_digest": "566582c2a5e7791b6f96d2912e6e03d0", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 236558, "upload_time": "2012-03-23T11:20:54", "url": "https://files.pythonhosted.org/packages/73/2a/e6c87025a544dad54ebd14afb4a16302b3168f95edceb76b518b16b5e2e6/PyMunin-0.9.13-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "4dc81eb57e8142dd302e48376833f661", "sha256": "1424158e779371d6fb8200afda99b8062e0ec064d5b5e706d0a23272c40636d3" }, "downloads": -1, "filename": "PyMunin-0.9.13-py2.7.egg", "has_sig": false, "md5_digest": "4dc81eb57e8142dd302e48376833f661", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 235936, "upload_time": "2012-03-23T11:20:36", "url": "https://files.pythonhosted.org/packages/ce/4b/c642f1cfea25d1d6bcfec23fb1f088eb86061b20cf7d457f0dbcf3dc3184/PyMunin-0.9.13-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "66cc2496d079561898be1ad5a10b83c9", "sha256": "c5e75566fa8cd9a8382976848a3c7dbaf19c2d849d207054e099cb1caa2f5e2e" }, "downloads": -1, "filename": "PyMunin-0.9.13.tar.gz", "has_sig": false, "md5_digest": "66cc2496d079561898be1ad5a10b83c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79111, "upload_time": "2012-03-23T11:19:51", "url": "https://files.pythonhosted.org/packages/bd/5e/634fbe6ca55491ba80909a1a6cc0b7fb42df5580ae07aeff0aba3ad53ca1/PyMunin-0.9.13.tar.gz" } ], "0.9.14": [ { "comment_text": "", "digests": { "md5": "b0c5b23243dfb1d4fc32da1ac394aac2", "sha256": "6f67a72eee3d8b488c1358cd47591bb43526a8be56eef4d370f534c928372875" }, "downloads": -1, "filename": "PyMunin-0.9.14.tar.gz", "has_sig": false, "md5_digest": "b0c5b23243dfb1d4fc32da1ac394aac2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82480, "upload_time": "2012-05-20T09:29:32", "url": "https://files.pythonhosted.org/packages/36/b0/102e305ab8f8fbf84a7d13286c6fcc647ba05d3f422d0a035c881c1567b2/PyMunin-0.9.14.tar.gz" } ], "0.9.15": [ { "comment_text": "", "digests": { "md5": "3e949703bbd111fc22cb3fe13a3ad5cc", "sha256": "8eec049b1a6770394dd1bacf7892cb8da6c7f1ed2c3482b26f1125d0fedada04" }, "downloads": -1, "filename": "PyMunin-0.9.15.tar.gz", "has_sig": false, "md5_digest": "3e949703bbd111fc22cb3fe13a3ad5cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83531, "upload_time": "2012-06-05T11:22:11", "url": "https://files.pythonhosted.org/packages/6e/89/ac0dfc3822f3b7880d6b676ee180a75dba7bad0b1612b393acaa5b8da9d0/PyMunin-0.9.15.tar.gz" } ], "0.9.17": [ { "comment_text": "", "digests": { "md5": "ac06ae671525f0aa17778d7c2962ecec", "sha256": "77384e4c2a4f86bdb39861496575458e2e0854ecc6ff4deffa6811cff821bbb7" }, "downloads": -1, "filename": "PyMunin-0.9.17.tar.gz", "has_sig": false, "md5_digest": "ac06ae671525f0aa17778d7c2962ecec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83840, "upload_time": "2012-06-06T02:12:00", "url": "https://files.pythonhosted.org/packages/ae/5f/475f4c5c4d8b44a513b6a81b4519bc6a98e15d6da12d57e2af9cad07535b/PyMunin-0.9.17.tar.gz" } ], "0.9.18": [ { "comment_text": "", "digests": { "md5": "f328fcee3c0abac4a5d67b927bd9e15c", "sha256": "5b001a100f9b17fa508751f8f971110703f2948c691d0ddf52e876bf9f51718d" }, "downloads": -1, "filename": "PyMunin-0.9.18.tar.gz", "has_sig": false, "md5_digest": "f328fcee3c0abac4a5d67b927bd9e15c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83964, "upload_time": "2012-06-07T23:20:12", "url": "https://files.pythonhosted.org/packages/ce/99/1b4ea67779418f69f2779208e6e184697267da7848ee8f7bb619fb1effaa/PyMunin-0.9.18.tar.gz" } ], "0.9.19": [ { "comment_text": "", "digests": { "md5": "e888a8e2e1ad818cc4ecbf0fc6d43700", "sha256": "a85777af9e34f14ce198fc006d1c8837b580ea86bf93018c664a029553972d31" }, "downloads": -1, "filename": "PyMunin-0.9.19.tar.gz", "has_sig": false, "md5_digest": "e888a8e2e1ad818cc4ecbf0fc6d43700", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84457, "upload_time": "2012-06-08T20:20:12", "url": "https://files.pythonhosted.org/packages/88/56/d9a37305fe5001aa5639cd5ab20a5158a89e06e95ee053d8a208f25a06af/PyMunin-0.9.19.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "5ec720211a05af4263d25c823e282492", "sha256": "75c965797d5fca012c53502c85e218e481f62481826477154c67f186894ab081" }, "downloads": -1, "filename": "PyMunin-0.9.2.tar.gz", "has_sig": false, "md5_digest": "5ec720211a05af4263d25c823e282492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75125, "upload_time": "2012-01-27T19:44:21", "url": "https://files.pythonhosted.org/packages/16/ca/99b1607bae6399d5b5bdeb233458d7047776fef776691a0e5b298cc814ee/PyMunin-0.9.2.tar.gz" } ], "0.9.20": [ { "comment_text": "", "digests": { "md5": "2fc512439e280a16f2021e0defdf5f2f", "sha256": "4bf83514852e0d2a1d18f09ee435ae08c8d99a6bcc09cb7c219739031d65bac1" }, "downloads": -1, "filename": "PyMunin-0.9.20.tar.gz", "has_sig": false, "md5_digest": "2fc512439e280a16f2021e0defdf5f2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87359, "upload_time": "2012-10-02T04:37:51", "url": "https://files.pythonhosted.org/packages/73/17/99d7aa3a077fedc5a38b4972ed8cec156d3d30c3d02b60ad53ba48766ac7/PyMunin-0.9.20.tar.gz" } ], "0.9.23": [ { "comment_text": "", "digests": { "md5": "0e6b2e3725a3cd81e8113635a108ce27", "sha256": "72b592b706a3424fd52ae0e2f1afd9a3a88b9dff41114b5f21316aca972f57d0" }, "downloads": -1, "filename": "PyMunin-0.9.23.tar.gz", "has_sig": false, "md5_digest": "0e6b2e3725a3cd81e8113635a108ce27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91436, "upload_time": "2013-01-20T21:17:21", "url": "https://files.pythonhosted.org/packages/62/b0/01041e4689037edfcb3349c6e325a41c822d45ca8aa6279fac9dd4dbb4f2/PyMunin-0.9.23.tar.gz" } ], "0.9.24": [ { "comment_text": "", "digests": { "md5": "e68eb5f1d341de8abd221953672675dd", "sha256": "aeffd50aec4c60c29b6727d1cb85aba054d9500eb3d07d97808627ee1b96e683" }, "downloads": -1, "filename": "PyMunin-0.9.24.tar.gz", "has_sig": false, "md5_digest": "e68eb5f1d341de8abd221953672675dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91584, "upload_time": "2013-01-21T21:09:55", "url": "https://files.pythonhosted.org/packages/9e/94/288a9187025a81906a9d11f114f765f50cab4142fd24bf813412fc37f5da/PyMunin-0.9.24.tar.gz" } ], "0.9.25": [ { "comment_text": "", "digests": { "md5": "f6f69562bf0a84984f0e4b3de154fbdb", "sha256": "e2268fb9a46dc3150057f2a8dba8945f1fb7ea291c58c552b0e3a9aa7942d7b2" }, "downloads": -1, "filename": "PyMunin-0.9.25.tar.gz", "has_sig": false, "md5_digest": "f6f69562bf0a84984f0e4b3de154fbdb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91774, "upload_time": "2013-01-22T12:51:13", "url": "https://files.pythonhosted.org/packages/7d/d5/2ddd88122ddabf15083a8912577c1b37446d6ba066e8c13c5a61fef6ac73/PyMunin-0.9.25.tar.gz" } ], "0.9.26": [ { "comment_text": "", "digests": { "md5": "92cf638ee1e244c1023e39810b9671a2", "sha256": "27e7c1776dacf64405ac89dbb7574d7aee325e897e3ccddbc7c54ecacc79a46c" }, "downloads": -1, "filename": "PyMunin-0.9.26.tar.gz", "has_sig": false, "md5_digest": "92cf638ee1e244c1023e39810b9671a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91800, "upload_time": "2013-01-25T17:23:09", "url": "https://files.pythonhosted.org/packages/c5/9b/615e2ab8c295f66b76ce9530b3a1c525d7b54c7cd56cea062ceb69f77ad0/PyMunin-0.9.26.tar.gz" } ], "0.9.27": [ { "comment_text": "", "digests": { "md5": "2694c500de4b63f75b62ed5d06f8dd05", "sha256": "ee22d9eb6ea0ca7a821253591de8fe9da6809f5c4719fd494b46994d5281eb66" }, "downloads": -1, "filename": "PyMunin-0.9.27.tar.gz", "has_sig": false, "md5_digest": "2694c500de4b63f75b62ed5d06f8dd05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92156, "upload_time": "2013-02-11T18:49:34", "url": "https://files.pythonhosted.org/packages/52/b9/2e34f201b8a9c43d4b9d763fd0b7613a5239607c4e15d9cc54ebbbd558e4/PyMunin-0.9.27.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "3ec919be93b238be463bf3313e37906f", "sha256": "5a440bde1c33b25fe6552af6eac77c9b8e81a788367fdc092adc130b2b0507ea" }, "downloads": -1, "filename": "PyMunin-0.9.3.tar.gz", "has_sig": false, "md5_digest": "3ec919be93b238be463bf3313e37906f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75084, "upload_time": "2012-01-31T21:54:06", "url": "https://files.pythonhosted.org/packages/ef/f6/cc7461891399bf3fb9159e03a3cc77a00026dfa989980c9313e04c562726/PyMunin-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "8af0f6c4f74ff39cafa000052b9008ee", "sha256": "60d40cb6c2db8d6b1c8f544f692e72c66843ac1c4586e68d6f7a9eb3c736f84a" }, "downloads": -1, "filename": "PyMunin-0.9.4-py2.6.egg", "has_sig": false, "md5_digest": "8af0f6c4f74ff39cafa000052b9008ee", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 216523, "upload_time": "2012-02-09T08:26:50", "url": "https://files.pythonhosted.org/packages/3b/2d/bfd356785d35e12e927a09353d07d61457843a3d38b75786dfcb7557a640/PyMunin-0.9.4-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "2c196dfed8cf2e1bed713feabc9492d6", "sha256": "0c5043c064089fa05b8aaa2a3a8c52b6755391b2940692bd92b6e7cf7f24a634" }, "downloads": -1, "filename": "PyMunin-0.9.4-py2.7.egg", "has_sig": false, "md5_digest": "2c196dfed8cf2e1bed713feabc9492d6", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 215935, "upload_time": "2012-02-09T08:24:17", "url": "https://files.pythonhosted.org/packages/d3/6e/8b3f543aa0cdd14938556d07a62c05cc80650fe67bf9dd0f96b9e14770b5/PyMunin-0.9.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a16be151aa3a144f203f37896c824f7a", "sha256": "3414f25e646f3a48c90e264285f0a7f922eac662b89b67a8f3212f10835b383c" }, "downloads": -1, "filename": "PyMunin-0.9.4.tar.gz", "has_sig": false, "md5_digest": "a16be151aa3a144f203f37896c824f7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75591, "upload_time": "2012-02-02T10:03:41", "url": "https://files.pythonhosted.org/packages/49/4e/629c6c5de66d15f5d5c757c73cabd5e1a1cfeb86aa1da2dcbc671bc94334/PyMunin-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "d5791798cfa03276cec4a919c9bd94c7", "sha256": "4f786f6667842a13e5d0a56d49a9d9d186d32637a2c73abfba72b418c54ae087" }, "downloads": -1, "filename": "PyMunin-0.9.5-py2.6.egg", "has_sig": false, "md5_digest": "d5791798cfa03276cec4a919c9bd94c7", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 216587, "upload_time": "2012-02-15T10:29:06", "url": "https://files.pythonhosted.org/packages/ab/61/c793b604283faa04517a42753c7140dfa393858d63a66aaed53468bcd945/PyMunin-0.9.5-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "9e00d7a5935f012e7739135836db8868", "sha256": "8798d9805ea23263afe41054f4ab74d677fa7e6515e7cdd7dac7b79ba14f850f" }, "downloads": -1, "filename": "PyMunin-0.9.5-py2.7.egg", "has_sig": false, "md5_digest": "9e00d7a5935f012e7739135836db8868", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 216007, "upload_time": "2012-02-15T10:36:16", "url": "https://files.pythonhosted.org/packages/64/c3/7bee1565de3ebdd56129886a2e39757c6da38b54cd8dc8697950867b41dd/PyMunin-0.9.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "441f20073f9630cfc35c39c4612b06f5", "sha256": "53934534583ff5842ec21d64ede1441125a9c79fc002adfadb0307b992bcace4" }, "downloads": -1, "filename": "PyMunin-0.9.5.tar.gz", "has_sig": false, "md5_digest": "441f20073f9630cfc35c39c4612b06f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75631, "upload_time": "2012-02-15T10:24:25", "url": "https://files.pythonhosted.org/packages/14/c1/cde81f5bca9aa3976a0f635516f5519e56a6c72552e857c6d5b6a3eb806b/PyMunin-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "f7b0d2aedc80f7581857e2704bb56e86", "sha256": "d46f2a6dc4b14e0ec1c25d4dca75cfbb6d3a7d7db6768d27cb0360f65fdbbfe6" }, "downloads": -1, "filename": "PyMunin-0.9.6-py2.6.egg", "has_sig": false, "md5_digest": "f7b0d2aedc80f7581857e2704bb56e86", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 216588, "upload_time": "2012-02-15T13:12:29", "url": "https://files.pythonhosted.org/packages/e7/b4/ce8ebb233948f896e1b1bc5747561802618a8fc8885808cf385c606ed3dc/PyMunin-0.9.6-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "f3431c319351417ad7166be062086870", "sha256": "ef2392f3515338cb67c20b8728e24e038461cc79cd1b85743ee13ec2bfac5879" }, "downloads": -1, "filename": "PyMunin-0.9.6-py2.7.egg", "has_sig": false, "md5_digest": "f3431c319351417ad7166be062086870", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 216008, "upload_time": "2012-02-15T13:16:58", "url": "https://files.pythonhosted.org/packages/21/bb/c64623c6c1b698f34af51d305dbfe4a92552cb66ed820ac111d062536ac8/PyMunin-0.9.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "cc0eb8826cb29da8d6728770739fbd31", "sha256": "80dae55e70a9bc559ec46002882b422a91b5992cd4c701df17d12835878ad42f" }, "downloads": -1, "filename": "PyMunin-0.9.6.tar.gz", "has_sig": false, "md5_digest": "cc0eb8826cb29da8d6728770739fbd31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75731, "upload_time": "2012-02-15T13:06:01", "url": "https://files.pythonhosted.org/packages/cb/33/09caf5b31b150dba505c1b9d0e21a42072b05f203e385d6f8321c669da7e/PyMunin-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "1dcc61000fba7d575a6329bedf5574d8", "sha256": "af450ba89719c5948894e461a6606bc47e62ec1a365215ef21893f084ce8d507" }, "downloads": -1, "filename": "PyMunin-0.9.7-py2.6.egg", "has_sig": false, "md5_digest": "1dcc61000fba7d575a6329bedf5574d8", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 216573, "upload_time": "2012-02-22T01:20:03", "url": "https://files.pythonhosted.org/packages/24/e4/280a1c44ee2fb110d81df42eb64880f5a24a501f1a4e6e0e06a4385be53e/PyMunin-0.9.7-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "8f1ca056d215a06e0d272d27b7ca7a28", "sha256": "d9230c49b964dd5aa399ef1ad83ddb81d1ff0dcadc6c8d05ed39961144e137d1" }, "downloads": -1, "filename": "PyMunin-0.9.7-py2.7.egg", "has_sig": false, "md5_digest": "8f1ca056d215a06e0d272d27b7ca7a28", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 216007, "upload_time": "2012-02-22T01:19:20", "url": "https://files.pythonhosted.org/packages/36/4d/9e88fb970bdddf4668a131733f3cb9458049c48645d9eb1ea6c889573296/PyMunin-0.9.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "77fab9d7d33fc00697a8197698157d56", "sha256": "c1927580bd424460e1ef36f8e110afbda37e5f6a0b41710aca43feaff6630cd0" }, "downloads": -1, "filename": "PyMunin-0.9.7.tar.gz", "has_sig": false, "md5_digest": "77fab9d7d33fc00697a8197698157d56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75750, "upload_time": "2012-02-22T01:19:00", "url": "https://files.pythonhosted.org/packages/33/48/df10342f9df8d7d79ba28d96b7051a57cd8cfc0721189ec6989a689399d9/PyMunin-0.9.7.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "bd336e4f29f53c13c1f4195f54690cb9", "sha256": "a062a3854453bffd35f76d55584f065039a3d983cc0deb5d9f7056db384c3da4" }, "downloads": -1, "filename": "PyMunin-0.9.8-py2.6.egg", "has_sig": false, "md5_digest": "bd336e4f29f53c13c1f4195f54690cb9", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 218465, "upload_time": "2012-02-28T05:29:55", "url": "https://files.pythonhosted.org/packages/a4/be/988b554bab591fe461e8be72e9fb09b90fa8ee0befb50cf753b071a9198d/PyMunin-0.9.8-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "c2df1a6be8f349f1c9916db832a8ef6b", "sha256": "f8a33082a6bacfc0944b59eae726171c0d168f042759669f5a504633444f18ff" }, "downloads": -1, "filename": "PyMunin-0.9.8-py2.7.egg", "has_sig": false, "md5_digest": "c2df1a6be8f349f1c9916db832a8ef6b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 217875, "upload_time": "2012-02-28T05:30:43", "url": "https://files.pythonhosted.org/packages/32/a1/5d02e76b0c781e97def402330dc520793885c97f4234e6710d636aeef573/PyMunin-0.9.8-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9286f4a9d70d02dd22bb749a8234b708", "sha256": "eb229f8d6d91b206a510d2c56940fe3ac7eaaf59048fc0c807074e185ff25dac" }, "downloads": -1, "filename": "PyMunin-0.9.8.tar.gz", "has_sig": false, "md5_digest": "9286f4a9d70d02dd22bb749a8234b708", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76517, "upload_time": "2012-02-28T05:28:51", "url": "https://files.pythonhosted.org/packages/61/a3/98f639ddc3efbd4611390471d6dd8492fb978b82acdbabed3b3667f71bf7/PyMunin-0.9.8.tar.gz" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "402c92c966cf0b2470e2cb4a3e09d11e", "sha256": "e7fb24b4b479daac75b2fed51c5cae4335f18dd7b4ddfce5416817c243c0750b" }, "downloads": -1, "filename": "PyMunin-0.9.9-py2.6.egg", "has_sig": false, "md5_digest": "402c92c966cf0b2470e2cb4a3e09d11e", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 225523, "upload_time": "2012-03-09T10:09:44", "url": "https://files.pythonhosted.org/packages/d3/45/1ff658a61aed1581304468357c3702b86a7ef32670ab3e50091ffbda8999/PyMunin-0.9.9-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "2fdedef3641012a7c6162fea7a2322d4", "sha256": "766842a5c4a77722a8f10409636925232231e63df0fc144599158f43ac33f250" }, "downloads": -1, "filename": "PyMunin-0.9.9-py2.7.egg", "has_sig": false, "md5_digest": "2fdedef3641012a7c6162fea7a2322d4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 224909, "upload_time": "2012-03-09T09:40:35", "url": "https://files.pythonhosted.org/packages/09/c1/cce239c782a31c91046e939b8ad9a7bed7103a6a98121d15000b2726a9e1/PyMunin-0.9.9-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "64964a69bf572aa1e28cde41362e8e44", "sha256": "2d2639d215b7d0f71c7c1208885db33e93c0ce55c865ca8c7e8343d3d9a15f2e" }, "downloads": -1, "filename": "PyMunin-0.9.9.tar.gz", "has_sig": false, "md5_digest": "64964a69bf572aa1e28cde41362e8e44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77105, "upload_time": "2012-03-09T08:58:11", "url": "https://files.pythonhosted.org/packages/55/d7/33b69ad6c66bc2a7aed8935c8490a323b14e9901106b6364694e21c3e3dd/PyMunin-0.9.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2694c500de4b63f75b62ed5d06f8dd05", "sha256": "ee22d9eb6ea0ca7a821253591de8fe9da6809f5c4719fd494b46994d5281eb66" }, "downloads": -1, "filename": "PyMunin-0.9.27.tar.gz", "has_sig": false, "md5_digest": "2694c500de4b63f75b62ed5d06f8dd05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92156, "upload_time": "2013-02-11T18:49:34", "url": "https://files.pythonhosted.org/packages/52/b9/2e34f201b8a9c43d4b9d763fd0b7613a5239607c4e15d9cc54ebbbd558e4/PyMunin-0.9.27.tar.gz" } ] }