{ "info": { "author": "Alexandr Lispython", "author_email": "alex@obout.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Customer Service", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet", "Topic :: Internet :: Log Analysis", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Software Development :: Libraries", "Topic :: System :: Installation/Setup", "Topic :: System :: Logging", "Topic :: System :: Monitoring", "Topic :: System :: Networking", "Topic :: System :: Networking :: Monitoring" ], "description": "Welcome to GottWall's documentation!\r\n====================================\r\n\r\nGottWall is a scalable realtime metrics collecting and aggregation platform and service.\r\nThis package, at its core, is just a simple aggregation server and\r\nbeautiful customizable web dashboard for visualizing metrics with charts.\r\n\r\nIt will handle authenticating clients (such as stati)\r\nand all of the logic behind storage and aggregation.\r\n\r\n\r\n.. image:: https://travis-ci.org/GottWall/GottWall.png\r\n\t :target: https://travis-ci.org/GottWall/GottWall\r\n\r\n.. image:: http://obout.ru/s/empty.gif\r\n\t :height: 1px\r\n\t :width: 1px\r\n\r\nFeatures\r\n--------\r\n\r\n- Beautiful customizable dashboard for visualizing metrics with charts.\r\n- Data aggregation\r\n- Data collection\r\n- Embedded charts (`HTML `_, iframe, `javascript `_, `JSON `_)\r\n\r\nDemo\r\n----\r\n\r\nYou can try free demo charts on `demo.gottwall.com `_.\r\nLogin opened for all users.\r\n\r\n\r\nScreenshots\r\n-----------\r\n\r\nDashboard\r\n^^^^^^^^^\r\n\r\n.. image:: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_6_thumb.png\r\n\t :target: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_6.png\r\n\r\n.. image:: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_7_thumb.png\r\n\t :target: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_7.png\r\n\r\nCustom graph type and title\r\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n.. image:: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_8_thumb.png\r\n\t :target: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_8.png\r\n\r\n.. image:: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_11_thumb.png\r\n\t :target: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_11.png\r\n\r\n\r\nSimple chart charing\r\n^^^^^^^^^^^^^^^^^^^^\r\n\r\n.. image:: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_9_thumb.png\r\n\t :target: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_9.png\r\n\r\n.. image:: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_10_thumb.png\r\n\t :target: https://raw.github.com/GottWall/GottWall/master/docs/source/images/GottWall_10.png\r\n\r\n\r\nInstallation\r\n------------\r\n\r\nTo use gottwall use `pip` or `easy_install`::\r\n\r\n pip install gottwall\r\n\r\nor ::\r\n\r\n easy_install gottwall\r\n\r\nor you can use official `gottwall chef cookbook `_\r\nfor automatic setup on system.\r\n\r\n\r\nConfiguration\r\n-------------\r\n\r\nSee gottwall/examples/config.py\r\n\r\n\r\nUsage\r\n-----\r\n\r\nGottWall have 2 independent parts. Web interface application and aggregator application (application that process data).\r\n\r\nStarting web dashboard\r\n^^^^^^^^^^^^^^^^^^^^^^\r\n\r\nTo run web application execute command::\r\n\r\n gottwall --config=\"examples/config.py\" server start\r\n\r\n\r\nStarting aggregator\r\n^^^^^^^^^^^^^^^^^^^\r\n\r\nTo run aggregator application execute command::\r\n\r\n gottwall --config=\"examples/config.py\" aggregator start\r\n\r\n\r\nAvailable storages\r\n------------------\r\n\r\nStorages that store metrics:\r\n\r\n- Memory storage (for tests only)\r\n- Redis storage (fast for counters increment, but time complexity O(N) for data range select)\r\n- TODO: mongodb\r\n- TODO: SQL\r\n\r\n\r\nAvailable transport backends\r\n----------------------------\r\n\r\nThe following transport available:\r\n\r\n- Redis transport backend\r\n- TCP/IP transport backend\r\n- TODO: UDP transport backend\r\n- HTTP transport backend\r\n\r\n\r\n.. _available-clients:\r\n\r\nAvailable clients\r\n-----------------\r\n\r\nThe following clients are officially recognized as production-ready, and support the current GottWall protocol:\r\n\r\n- stati-http-python (`stati-http-python `_) with redis transport.\r\n\r\n\r\nCONTRIBUTE\r\n----------\r\n\r\nWe need you help.\r\n\r\n#. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.\r\n There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.\r\n#. Fork `the repository`_ on Github to start making your changes to the **develop** branch (or branch off of it).\r\n#. Write a test which shows that the bug was fixed or that the feature works as expected.\r\n#. Send a pull request and bug the maintainer until it gets merged and published.\r\n\r\n.. _`the repository`: https://github.com/GottWall/GottWall/\r\n\r\n\r\nETC\r\n---\r\n\r\n* Graphs widgets rendered with `rickshaw `_ (HTML5 + SVG and `d3.js `_) library.", "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/GottWall/GottWall", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "gottwall", "package_url": "https://pypi.org/project/gottwall/", "platform": "Linux,Mac", "project_url": "https://pypi.org/project/gottwall/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/GottWall/GottWall" }, "release_url": "https://pypi.org/project/gottwall/0.4.2/", "requires_dist": null, "requires_python": null, "summary": "GottWall is scalable realtime metrics collecting and aggregation platform and service", "version": "0.4.2" }, "last_serial": 988606, "releases": { "0.1.18": [ { "comment_text": "", "digests": { "md5": "7052935869074ad7a1e68c34e8914c0e", "sha256": "6d4cab64b9f3a60e8e126cb9816cd02316457518ed23d32e7f9d5cbb1f4dcfe4" }, "downloads": -1, "filename": "gottwall-0.1.18.linux-i686.exe", "has_sig": false, "md5_digest": "7052935869074ad7a1e68c34e8914c0e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 369558, "upload_time": "2013-01-17T12:41:08", "url": "https://files.pythonhosted.org/packages/8b/9b/c58ceaf12c933d16e57d43d2705186d86b26c23f0eb39b09dedd46308da9/gottwall-0.1.18.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "6917f15ae1239887b74822866fe13882", "sha256": "519d64f9b1701a2a5412985a64239a90593b3c493738a42a05b721ff786583fe" }, "downloads": -1, "filename": "gottwall-0.1.18.tar.gz", "has_sig": false, "md5_digest": "6917f15ae1239887b74822866fe13882", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 290262, "upload_time": "2013-01-17T12:41:03", "url": "https://files.pythonhosted.org/packages/44/41/8eba39c3610dee3537fefbb356baa43a13422f1e9fd69ec44aa5fb42d6f7/gottwall-0.1.18.tar.gz" } ], "0.1.19": [ { "comment_text": "", "digests": { "md5": "3c95993f91263d94bb920375a784fbee", "sha256": "4f46b38839f4a0544651dd893ff1d0ed215e6161d41baf5b547c6c492c54ecf8" }, "downloads": -1, "filename": "gottwall-0.1.19.linux-i686.exe", "has_sig": false, "md5_digest": "3c95993f91263d94bb920375a784fbee", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 374671, "upload_time": "2013-01-17T14:48:58", "url": "https://files.pythonhosted.org/packages/70/f1/5b40a3fb7d6f41b17f1f40ee22990ba0d8c1abf1449ccb8698f04255164a/gottwall-0.1.19.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "9396b73e07d384930a27ed60a89e9c54", "sha256": "fded0527b4c3458ca8662955009b3971256c22693b0ea43b220164e8d985ec21" }, "downloads": -1, "filename": "gottwall-0.1.19.tar.gz", "has_sig": false, "md5_digest": "9396b73e07d384930a27ed60a89e9c54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 295188, "upload_time": "2013-01-17T14:48:50", "url": "https://files.pythonhosted.org/packages/33/1b/cd2436f86494d23b3d631a390778459ccbd6d292057268fd51d7791b712d/gottwall-0.1.19.tar.gz" } ], "0.1.20": [ { "comment_text": "", "digests": { "md5": "7b37369e738b57ae6bceb72d3b2f12e3", "sha256": "42f28c624c40e247e3985adff4dd3d34803f39b5dec431d1858cea309a2e1526" }, "downloads": -1, "filename": "gottwall-0.1.20.linux-i686.exe", "has_sig": false, "md5_digest": "7b37369e738b57ae6bceb72d3b2f12e3", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 374587, "upload_time": "2013-01-18T07:39:28", "url": "https://files.pythonhosted.org/packages/d9/19/75bb360629781eff719d3c0996de09720291aa1d7452799e8d70266c3dec/gottwall-0.1.20.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "e4c1046202577c546d71c20386186251", "sha256": "04e3c37fae26d2c2c3fb445571bf5de3f7f71cdc57f893ff6eb14eef874d6c1f" }, "downloads": -1, "filename": "gottwall-0.1.20.tar.gz", "has_sig": false, "md5_digest": "e4c1046202577c546d71c20386186251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 295073, "upload_time": "2013-01-18T07:39:24", "url": "https://files.pythonhosted.org/packages/f6/72/799ad93ea04e88ea9ff8926f55f547e0c8f8b2462c8b52d84a4c630feb29/gottwall-0.1.20.tar.gz" } ], "0.1.21": [ { "comment_text": "", "digests": { "md5": "a59893a11ace3fdc262095a5e7ed499b", "sha256": "b001aa143fb7cce779a9d3f0ff69317e0d598952be6fff3cd201bafd65b4b245" }, "downloads": -1, "filename": "gottwall-0.1.21.linux-i686.exe", "has_sig": false, "md5_digest": "a59893a11ace3fdc262095a5e7ed499b", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 378697, "upload_time": "2013-01-21T07:42:25", "url": "https://files.pythonhosted.org/packages/a8/2e/d8f6e4bd2558e52690864b3c44b413b015bad00a516c0f2205894ac6353f/gottwall-0.1.21.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "54f4800245c98fd7c60fef24adaacda5", "sha256": "240231c27cd5c88e789856d23217eb673eaaa5fa422c5f11f28fa608e5dc82d4" }, "downloads": -1, "filename": "gottwall-0.1.21.tar.gz", "has_sig": false, "md5_digest": "54f4800245c98fd7c60fef24adaacda5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 295115, "upload_time": "2013-01-21T07:42:19", "url": "https://files.pythonhosted.org/packages/f8/ae/4499f7233ec5707d75e9530a0df3f737eed946c708162aae7a6783f6ef87/gottwall-0.1.21.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "747344dcbd89823fe651b18f00d152f3", "sha256": "c384558b49b6fa6a4969a37cfe0184fb3c4d76ac6c1012a5044db8098932e251" }, "downloads": -1, "filename": "gottwall-0.2.0.linux-i686.exe", "has_sig": false, "md5_digest": "747344dcbd89823fe651b18f00d152f3", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 376112, "upload_time": "2013-01-19T11:54:37", "url": "https://files.pythonhosted.org/packages/a2/fa/41938472563c935af0ddb58cbac6f755c1b3cc9217e0a55b2a3e2a4917bb/gottwall-0.2.0.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "703b33f4240902f232688f0c8b9f4b78", "sha256": "f71874f0411ee8c1b3d3a1378ca6e42de0a8977da7428b8c885fc2e7fa0e87ad" }, "downloads": -1, "filename": "gottwall-0.2.0.tar.gz", "has_sig": false, "md5_digest": "703b33f4240902f232688f0c8b9f4b78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 295430, "upload_time": "2013-01-19T11:54:24", "url": "https://files.pythonhosted.org/packages/e1/67/b2eabc0691f230153c244cdd0dd970229c2f7f75084b5e0ca830d7e3bae5/gottwall-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "652eb2cf8f004600e126a53eae5edbdd", "sha256": "63afe773a9abf39b41a719b6334a58376e8ee85cee29e29722362925e143a528" }, "downloads": -1, "filename": "gottwall-0.2.1.linux-i686.exe", "has_sig": false, "md5_digest": "652eb2cf8f004600e126a53eae5edbdd", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 376207, "upload_time": "2013-01-22T10:56:40", "url": "https://files.pythonhosted.org/packages/b5/75/511ab2d40e6778ac1e07dc9aece0837566cb5ec4960ee0755c20153c1a96/gottwall-0.2.1.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "4005a8c2667be52565513ce7064f5cfe", "sha256": "6fd710bbe917e2a052f5a1e3e64c10753854a6fa7563e3493f92ac38e90fd540" }, "downloads": -1, "filename": "gottwall-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4005a8c2667be52565513ce7064f5cfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 295540, "upload_time": "2013-01-22T10:56:35", "url": "https://files.pythonhosted.org/packages/5a/27/7137d39c39ff6eed1c217afa234916d61f9d578af8ecc355e73d7bbc8741/gottwall-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "370aca12a2ed9d3452e7842d55415ce9", "sha256": "6a0460f4c2490f2728bafc57d7a83fcbf0470e93e71326b0ed1f8936fe420bd9" }, "downloads": -1, "filename": "gottwall-0.2.10.linux-i686.exe", "has_sig": false, "md5_digest": "370aca12a2ed9d3452e7842d55415ce9", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 529653, "upload_time": "2013-03-12T09:22:34", "url": "https://files.pythonhosted.org/packages/00/2a/c1ab4211a240c300f4fc6b0c2954c94720ec6f11df4f81b65dac0b72ca51/gottwall-0.2.10.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "55d8b99200bb1ccc6b40258d7813df38", "sha256": "e273ec3eafedf7a922235d4003948138ef6e0c1435a3bd86c3418204ed78e80b" }, "downloads": -1, "filename": "gottwall-0.2.10.tar.gz", "has_sig": false, "md5_digest": "55d8b99200bb1ccc6b40258d7813df38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 394199, "upload_time": "2013-03-12T09:22:18", "url": "https://files.pythonhosted.org/packages/32/8c/883fd94f5cfb1b3aeff8323260ae303b8ae2160cb02982cf316c8e8e5f5c/gottwall-0.2.10.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "474af867f0e634a710ba594d81d654f7", "sha256": "393c1afb6695550cce6a6685a94e95cc60fda4c01a55cb53183ea118eefd3af2" }, "downloads": -1, "filename": "gottwall-0.2.2.linux-i686.exe", "has_sig": false, "md5_digest": "474af867f0e634a710ba594d81d654f7", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 377097, "upload_time": "2013-01-23T09:10:48", "url": "https://files.pythonhosted.org/packages/be/1c/6e4b02aa7165d5e683c474b213e8319ee9831c7d12ed5abfe90214b78b73/gottwall-0.2.2.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "98ba6f447917e753c053449a56cd9166", "sha256": "1945d322cde0bd9ee636eebb57e450f9c4277a2df72782b900fbfc19d6eda43b" }, "downloads": -1, "filename": "gottwall-0.2.2.tar.gz", "has_sig": false, "md5_digest": "98ba6f447917e753c053449a56cd9166", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 296226, "upload_time": "2013-01-23T09:10:43", "url": "https://files.pythonhosted.org/packages/32/2f/1dd71441438779c5c57d7514e1c2608b3bc8f1f5f084147ead8e578b02ca/gottwall-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "bbea3dc94a54c1287b8d8cf28cb62175", "sha256": "f23274d185922fa02d7aea6898bf6e08d8b8089b6e2cab95c1330914f529c878" }, "downloads": -1, "filename": "gottwall-0.2.3.linux-i686.exe", "has_sig": false, "md5_digest": "bbea3dc94a54c1287b8d8cf28cb62175", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 377071, "upload_time": "2013-01-23T11:34:38", "url": "https://files.pythonhosted.org/packages/f6/0d/931ce0d8e0acbf7bd04979c4b3fe9f6273b5545c450d99a2e0018d03b48a/gottwall-0.2.3.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "ce0e6966e1dc21e3736398e72fb0906a", "sha256": "1d821e4a848b590fef69be6c5df84820b3148600a2896be33ca94aa068fa68ef" }, "downloads": -1, "filename": "gottwall-0.2.3.tar.gz", "has_sig": false, "md5_digest": "ce0e6966e1dc21e3736398e72fb0906a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 296207, "upload_time": "2013-01-23T11:34:34", "url": "https://files.pythonhosted.org/packages/1b/66/a7cd28d7c9e8c6eaca6665f42e315424f8614cc6ea31d5654bf35199262e/gottwall-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "17970aeb864a8c8a4b84aa6e50dfe991", "sha256": "887614e5a8b29879cf5a1b53bcbeaa30751bbcce0d8e5ba508782ec547adfcb3" }, "downloads": -1, "filename": "gottwall-0.2.4.linux-i686.exe", "has_sig": false, "md5_digest": "17970aeb864a8c8a4b84aa6e50dfe991", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 494456, "upload_time": "2013-03-01T08:33:48", "url": "https://files.pythonhosted.org/packages/a1/1c/14ad2a9a63215bb7370e9d326aa64753ca543e342ce379d5c52b875092aa/gottwall-0.2.4.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "11cd01c109993305810fbc400a6ccce6", "sha256": "c578b1831bc3e8c1659b1aace771037534def0c3381f50b406fed2557c8cf056" }, "downloads": -1, "filename": "gottwall-0.2.4.tar.gz", "has_sig": false, "md5_digest": "11cd01c109993305810fbc400a6ccce6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 409245, "upload_time": "2013-03-01T08:31:45", "url": "https://files.pythonhosted.org/packages/3e/51/1ad6d8bcc148d4c0f79ffaf6dd3ecd478f52b142e89f4b4289514860e6dc/gottwall-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "31211eba075ad3bc3f91f593fe6dec68", "sha256": "9131fe8ff33a0e60b97d05c816e3370aeac257db80d49a16caa3a91372ccec56" }, "downloads": -1, "filename": "gottwall-0.2.5.linux-i686.exe", "has_sig": false, "md5_digest": "31211eba075ad3bc3f91f593fe6dec68", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 503899, "upload_time": "2013-03-01T13:12:50", "url": "https://files.pythonhosted.org/packages/bf/70/18d222249713b4b78ca5898c35e193f2011a325dac3e604ca2a045e8a500/gottwall-0.2.5.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "c5cfa94451110df19081223254ea69e9", "sha256": "86b984c10488868d9a1612d09c2c236518f660a029c08f6524443a61efd9a988" }, "downloads": -1, "filename": "gottwall-0.2.5.tar.gz", "has_sig": false, "md5_digest": "c5cfa94451110df19081223254ea69e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 421890, "upload_time": "2013-03-01T13:12:01", "url": "https://files.pythonhosted.org/packages/66/29/40e48df0b02383f0530c205b63e15364562f7f18231d506f8e5906b545a7/gottwall-0.2.5.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "91e29efed5269e5920a79f616534c79e", "sha256": "37c7dd74802c48fd6d4871097d2e3c73e79c874c99c7e04ac0932e8d2e335dc5" }, "downloads": -1, "filename": "gottwall-0.2.7.linux-i686.exe", "has_sig": false, "md5_digest": "91e29efed5269e5920a79f616534c79e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 506174, "upload_time": "2013-03-08T16:03:16", "url": "https://files.pythonhosted.org/packages/6b/c2/cc2c8c96734399d6cb32a6c493e3bc4ad3ef8aa6e066f751ba7cda771968/gottwall-0.2.7.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "4f35416e28541e938edbacc427b3970f", "sha256": "be0fb8679b966736be00402b38fe4ac5fde001b19cbca4cdd8a1288cd7fe2289" }, "downloads": -1, "filename": "gottwall-0.2.7.tar.gz", "has_sig": false, "md5_digest": "4f35416e28541e938edbacc427b3970f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 371848, "upload_time": "2013-03-08T16:03:04", "url": "https://files.pythonhosted.org/packages/8b/4c/b53ffc9605343566cf9cb1be47aa778f6d329e97f97f2c7a43daed051f38/gottwall-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "c143cf0438bad65d09e7a773ef4a50b0", "sha256": "a0e13895d267d52a3e5b5dc579f280a5a80e39bd12b9a5fc5b046f29f6d16375" }, "downloads": -1, "filename": "gottwall-0.2.8.linux-i686.exe", "has_sig": false, "md5_digest": "c143cf0438bad65d09e7a773ef4a50b0", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 529745, "upload_time": "2013-03-11T11:39:02", "url": "https://files.pythonhosted.org/packages/a9/a1/aa70c1a1dcad1cd44de7065171c37a0562db34d101c2d3d45a5982a3b1c9/gottwall-0.2.8.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "ed1dd2e0a1ada7df00ea704f686d957d", "sha256": "f0764b15d83d07dcaf53d91f8ed6fc1f1700f356597b03f3552560598ba612f1" }, "downloads": -1, "filename": "gottwall-0.2.8.tar.gz", "has_sig": false, "md5_digest": "ed1dd2e0a1ada7df00ea704f686d957d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 394295, "upload_time": "2013-03-11T11:38:54", "url": "https://files.pythonhosted.org/packages/95/34/a650483fa3bf6d0c01a9cc31a675454ebe258f78e9a0d0199e09170c0ca1/gottwall-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "40d22444dec16624c0d3400fe252ff11", "sha256": "1512e27a425268c503f1c5ee6854888d85c36b9fc21d7337d57dd0f9a5afe827" }, "downloads": -1, "filename": "gottwall-0.2.9.linux-i686.exe", "has_sig": false, "md5_digest": "40d22444dec16624c0d3400fe252ff11", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 529762, "upload_time": "2013-03-12T07:45:53", "url": "https://files.pythonhosted.org/packages/46/b0/ce7bf9401e95356b4766bbd3e59e8cf5cec18f6cb375da05d1d15f31b965/gottwall-0.2.9.linux-i686.exe" }, { "comment_text": "", "digests": { "md5": "649794202afa2ac6a7f6d291be63e12a", "sha256": "7e55babbcaa30056f2919051d95f63020cec333263c8da3361c869317d99be96" }, "downloads": -1, "filename": "gottwall-0.2.9.tar.gz", "has_sig": false, "md5_digest": "649794202afa2ac6a7f6d291be63e12a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 394309, "upload_time": "2013-03-12T07:45:38", "url": "https://files.pythonhosted.org/packages/5e/4a/737529a13a560105b38dd93c33bb7a49ff2fbb98b4ebfa789ce32fb5a4b6/gottwall-0.2.9.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "9a36565cd8aa600dd32f3a3839c037f8", "sha256": "b6439231d50cffd121716fe7eab42c4eb07b879466aed174b79b60f0357eb464" }, "downloads": -1, "filename": "gottwall-0.3.1.tar.gz", "has_sig": false, "md5_digest": "9a36565cd8aa600dd32f3a3839c037f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2010685, "upload_time": "2013-04-07T12:29:56", "url": "https://files.pythonhosted.org/packages/4b/37/82813f52ac76318e49bbc7c09aeb4bad52803c90583f848bafb916a4c5f5/gottwall-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "7339a3516e81a732f7010639d7371124", "sha256": "dbd019d81c611d8ed607a27f9bbc859049e047554bd75b509b499af038efa4aa" }, "downloads": -1, "filename": "gottwall-0.3.2.tar.gz", "has_sig": false, "md5_digest": "7339a3516e81a732f7010639d7371124", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 621312, "upload_time": "2013-04-07T19:15:42", "url": "https://files.pythonhosted.org/packages/31/52/67dd941b7c554093da7edad83b1763895f079a1f06cf396e6afcf50dc11b/gottwall-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "f44b9ff1ab8e57bb411dfe26b61c50d2", "sha256": "87ff785ce463470fb2873188fd8f820029bca68495e15a18916e2aa9bf43e271" }, "downloads": -1, "filename": "gottwall-0.3.3.tar.gz", "has_sig": false, "md5_digest": "f44b9ff1ab8e57bb411dfe26b61c50d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 621311, "upload_time": "2013-04-07T20:46:49", "url": "https://files.pythonhosted.org/packages/ae/bf/5294e2c16b39a0d8bf453c5b02cf1dcaaedc801b759d824020547aea21be/gottwall-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "ab46a3763cdf36b2309c74aa55ea3965", "sha256": "4899be197ca9b2ba37dc1a88761d24513d5274ac20dd92d15f6f705872cc6146" }, "downloads": -1, "filename": "gottwall-0.3.4.tar.gz", "has_sig": false, "md5_digest": "ab46a3763cdf36b2309c74aa55ea3965", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 621468, "upload_time": "2013-04-08T18:47:55", "url": "https://files.pythonhosted.org/packages/92/dc/4c8ae2626ff3c49345fa9e9e5248bb269b1a7c6a81d0b7542ed8007a2250/gottwall-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "d6562156bd511f8714c1b5a1609e067f", "sha256": "c9ae986fb7d048d3ae43b1abd4ee822d1fe9feb98e38bacebe484555c3cfa909" }, "downloads": -1, "filename": "gottwall-0.3.5.tar.gz", "has_sig": false, "md5_digest": "d6562156bd511f8714c1b5a1609e067f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 621470, "upload_time": "2013-04-08T19:04:55", "url": "https://files.pythonhosted.org/packages/e7/59/0e706e8030e2555c66608f377365f689f1a2a17f433dec336a459e348176/gottwall-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "625c95207778db8bce2f6737f0d1bb73", "sha256": "6914ca3d374b72efdd342e9d1d4a8256647dc2523221be0cde5b5b41c349a15a" }, "downloads": -1, "filename": "gottwall-0.3.6.tar.gz", "has_sig": false, "md5_digest": "625c95207778db8bce2f6737f0d1bb73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 621545, "upload_time": "2013-04-09T09:50:57", "url": "https://files.pythonhosted.org/packages/d7/05/029f80c108e56fdce18189676e283b7dd9d1d9ff05ee7aa249667db2e0c9/gottwall-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "90eb0d2009604503dc4f3f72a206f414", "sha256": "4ac297a915071b4e078cf33185cea2587f0484288ac9e2d9c21fc6a7d2a39e91" }, "downloads": -1, "filename": "gottwall-0.3.7.tar.gz", "has_sig": false, "md5_digest": "90eb0d2009604503dc4f3f72a206f414", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1067720, "upload_time": "2013-04-09T14:38:48", "url": "https://files.pythonhosted.org/packages/99/0f/25ee3651701f9431f04a284954cb37b1ab498e8e52c358fed85c6e869632/gottwall-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "2993c653cce797da36806dfc58d45bf5", "sha256": "5532c12a034ee4f4db49e4df601bcaf903c885573a9358e2975eba2c26d3a243" }, "downloads": -1, "filename": "gottwall-0.3.8.tar.gz", "has_sig": false, "md5_digest": "2993c653cce797da36806dfc58d45bf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1508586, "upload_time": "2013-04-09T20:01:21", "url": "https://files.pythonhosted.org/packages/36/87/1e2ac10284da96e471f088fbce3b218d3dd23a568ad410a0a07b9f8f3884/gottwall-0.3.8.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "ca9ab45ef028cc7b5d11d0792ed8fa91", "sha256": "1953b2235e751a3b47b14ca92ea0921430cb4d03cff163d61c77990a86173ce5" }, "downloads": -1, "filename": "gottwall-0.4.1.tar.gz", "has_sig": false, "md5_digest": "ca9ab45ef028cc7b5d11d0792ed8fa91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1516482, "upload_time": "2013-05-12T06:04:53", "url": "https://files.pythonhosted.org/packages/91/bb/5b7ed614622a2fe37c93051db8e74bd3e2dc46f412747209dcc800ac717d/gottwall-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "f408f0764982ea5a618cfcff2bde1a60", "sha256": "db51a66859ea6c7c302af1daf55ffaa7739f452d9f8b93cd3a3f3609cf6c0e86" }, "downloads": -1, "filename": "gottwall-0.4.2.tar.gz", "has_sig": false, "md5_digest": "f408f0764982ea5a618cfcff2bde1a60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1516409, "upload_time": "2013-05-12T19:14:00", "url": "https://files.pythonhosted.org/packages/e2/4f/87a5eafe8dbba18a9c56f1720fa829cbc614285074b43ff8560827defd50/gottwall-0.4.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f408f0764982ea5a618cfcff2bde1a60", "sha256": "db51a66859ea6c7c302af1daf55ffaa7739f452d9f8b93cd3a3f3609cf6c0e86" }, "downloads": -1, "filename": "gottwall-0.4.2.tar.gz", "has_sig": false, "md5_digest": "f408f0764982ea5a618cfcff2bde1a60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1516409, "upload_time": "2013-05-12T19:14:00", "url": "https://files.pythonhosted.org/packages/e2/4f/87a5eafe8dbba18a9c56f1720fa829cbc614285074b43ff8560827defd50/gottwall-0.4.2.tar.gz" } ] }