{ "info": { "author": "Basho Technologies", "author_email": "clients@basho.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Database" ], "description": "Python Client for Riak\n======================\n\nBuild Status\n------------\n\n|Build Status|\n\nDocumentation\n-------------\n\n`Documentation for the Riak Python Client\nLibrary `__ is\navailable\n`here `__.\n\nDocumentation for Riak is available\n`here `__.\n\nRepository Cloning\n------------------\n\n*NOTE*: please clone this repository using the ``--recursive`` argument\nto ``git clone`` or follow the clone with\n``git submodule update --init``. This repository uses two submodules.\n\nInstallation\n============\n\nThe recommended versions of Python for use with this client are Python\n``2.7.8`` (or greater, ``2.7.11`` as of ``2016-06-21``), ``3.3.x``,\n``3.4.x`` and ``3.5.x``. The latest version from each series should be\npreferred. Older versions of the Python ``2.7.X`` and ``3.X`` series\nshould be used with caution as they are not covered by integration\ntests.\n\nRiak TS (Timeseries)\n--------------------\n\nYou must use version ``2.7.11``, ``3.4.4`` or ``3.5.1`` (or greater\nwithin a version series). Otherwise you will be affected by `this Python\nbug `__.\n\nFrom Source\n-----------\n\n.. code:: sh\n\n python setup.py install\n\nThere are additional dependencies on Python packages ``setuptools`` and\n``protobuf``.\n\nFrom PyPI\n---------\n\nOfficial packages are signed and published to\n`PyPI `__.\n\nTo install from `PyPI `__ directly\nyou can use ``pip``.\n\n.. code:: sh\n\n pip install riak\n\nTesting\n=======\n\nUnit Tests\n----------\n\nUnit tests will be executed via ``tox`` if it is in your ``PATH``,\notherwise by the ``python2`` and (if available), ``python3``\nexecutables:\n\n.. code:: sh\n\n make unit-test\n\nIntegration Tests\n-----------------\n\nYou have two options to run Riak locally - either build from source, or\nuse a pre-installed Riak package.\n\nSource\n~~~~~~\n\nTo setup the default test configuration, build a Riak node from a clone\nof ``github.com/basho/riak``:\n\n.. code:: sh\n\n # check out latest release tag\n git checkout riak-2.1.4\n make locked-deps\n make rel\n\n`Source build\ndocumentation `__.\n\nWhen building from source, the protocol buffers port will be ``8087``\nand HTTP will be ``8098``.\n\nPackage\n~~~~~~~\n\nInstall using your platform's package manager\n(`docs `__)\n\nWhen installing from a package, the protocol buffers port will be\n``8087`` and HTTP will be ``8098``.\n\nRunning Integration Tests\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\n- Ensure you've initialized this repo's submodules:\n\n.. code:: sh\n\n git submodule update --init\n\n- Run the following:\n\n.. code:: sh\n\n ./tools/setup-riak\n make integration-test\n\nContributors\n------------\n\n- Andrew Thompson\n- Andy Gross\n- Armon Dadgar\n- Brett Hazen\n- Brett Hoerner\n- Brian Roach\n- Bryan Fink\n- Daniel Lindsley\n- Daniel N\u00e9ri\n- Daniel Reverri\n- `Dan Root `__\n- `David Basden `__\n- `David Delassus `__\n- David Koblas\n- Dmitry Rozhkov\n- Eric Florenzano\n- Eric Moritz\n- Filip de Waard\n- Gilles Devaux\n- Greg Nelson\n- Gregory Burd\n- Greg Stein\n- Ian Plosker\n- Jayson Baird\n- Jeffrey Massung\n- Jon Meredith\n- Josip Lisec\n- Justin Sheehy\n- Kevin Smith\n- `Luke Bakken `__\n- Mark Erdmann\n- Mark Phillips\n- Mathias Meyer\n- Matt Heitzenroder\n- `Matt Lohier `__\n- Mikhail Sobolev\n- Reid Draper\n- Russell Brown\n- Rusty Klophaus\n- Rusty Klophaus\n- Scott Lystig Fritchie\n- Sean Cribbs\n- Shuhao Wu\n- Silas Sewell\n- Socrates Lee\n- Soren Hansen\n- Sreejith Kesavan\n- Timoth\u00e9e Peignier\n- ```tobixx`` `__\n- `Tin Tvrtkovi\u0107 `__\n- `Vitaly Shestovskiy `__\n- William Kral\n- `Yasser Souri `__\n\n.. |Build Status| image:: https://travis-ci.org/basho/riak-python-client.svg?branch=master\n :target: https://travis-ci.org/basho/riak-python-client\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/basho/riak-python-client", "keywords": "", "license": "Apache 2", "maintainer": "", "maintainer_email": "", "name": "riak", "package_url": "https://pypi.org/project/riak/", "platform": "Platform Independent", "project_url": "https://pypi.org/project/riak/", "project_urls": { "Homepage": "https://github.com/basho/riak-python-client" }, "release_url": "https://pypi.org/project/riak/2.7.0/", "requires_dist": null, "requires_python": "", "summary": "Python client for Riak", "version": "2.7.0" }, "last_serial": 2515229, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d0a4c3c5ce2de2b3ff16ebf753f2f614", "sha256": "499ed86438eba69ad500e1b4ab4543ee40c94ffea5579cbbfd30611e30ccf713" }, "downloads": -1, "filename": "riak-1.0.0-py2.5.egg", "has_sig": false, "md5_digest": "d0a4c3c5ce2de2b3ff16ebf753f2f614", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 70698, "upload_time": "2010-06-15T21:29:39", "url": "https://files.pythonhosted.org/packages/b3/bc/e3583976dd76dada862316c5ff32bccd7875868040b8700e9c92feeb44bc/riak-1.0.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "9f7eb525ac52cb0a7cf929195fa28130", "sha256": "418de1ff1bcefc51e41dc1ff7b8bb484232d04ed17ef0578828b2aa156f1c466" }, "downloads": -1, "filename": "riak-1.0.0-py2.6.egg", "has_sig": false, "md5_digest": "9f7eb525ac52cb0a7cf929195fa28130", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 70634, "upload_time": "2010-06-15T21:29:12", "url": "https://files.pythonhosted.org/packages/ad/67/4a01d1f8368f17e3e9279779dabfd102007fd2c5869c8d900f8046c2465a/riak-1.0.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "6990989928729df7091c876d86ea8e89", "sha256": "24663313312ff7b69ecbe21e633d8ec613795b2d1cc6f736bebf1919cb2b6943" }, "downloads": -1, "filename": "riak-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6990989928729df7091c876d86ea8e89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21739, "upload_time": "2010-06-15T21:29:11", "url": "https://files.pythonhosted.org/packages/9f/c9/e957ffa0da265fd70b6169f33a134ae717acb8d44fb90007a90256196574/riak-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3174537384c90078adc8d2262b04d29a", "sha256": "8669c5b611ee17834deed37ab71542840524cbd4f3e388c40668e4f177f73d3d" }, "downloads": -1, "filename": "riak-1.0.1-py2.5.egg", "has_sig": false, "md5_digest": "3174537384c90078adc8d2262b04d29a", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 70779, "upload_time": "2010-06-20T00:40:50", "url": "https://files.pythonhosted.org/packages/19/05/5cdd19eb6ce7ba0d0653151febef498deccfa8011935cc86cd325ae5aa14/riak-1.0.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "0d9673c922d07a6a87f08596d20da3b1", "sha256": "f7e67522406dad2f47c0920a26548faec20d17220d6a53d0e160b73ab16ad711" }, "downloads": -1, "filename": "riak-1.0.1-py2.6.egg", "has_sig": false, "md5_digest": "0d9673c922d07a6a87f08596d20da3b1", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 70717, "upload_time": "2010-06-20T00:40:35", "url": "https://files.pythonhosted.org/packages/18/c8/bb4dd7f94542730d37e62e52f9aaac77eea8d28839a972bdbe5998328c22/riak-1.0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "903c459c6c11cf0dd8925da426926fa5", "sha256": "72e94de0071266336e5526093b72525f1dc20a74706689ba582c5c27bce44068" }, "downloads": -1, "filename": "riak-1.0.1.tar.gz", "has_sig": false, "md5_digest": "903c459c6c11cf0dd8925da426926fa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21787, "upload_time": "2010-06-20T00:40:29", "url": "https://files.pythonhosted.org/packages/2b/7e/407ced2dce13cef032b7d7333cdc576e29736d99637f3d1321b8e4d06540/riak-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "ed59951f30623bb3325480e7b7d66626", "sha256": "7dac14c2c64c09c4a91a96d07c24a0d7806ceedad59a2ee5b6a03a8028ecd7bc" }, "downloads": -1, "filename": "riak-1.1.0-py2.5.egg", "has_sig": false, "md5_digest": "ed59951f30623bb3325480e7b7d66626", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 71093, "upload_time": "2010-06-21T01:46:33", "url": "https://files.pythonhosted.org/packages/c2/a1/b4595ca0ede82049ecdee389a367c4af98650c5e16f5618000a71a359f7c/riak-1.1.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "a13645e563a2694899a44abae7bc3b30", "sha256": "05c62d37a4a9fbfeb27268773430b7ebb5598d965a2be2a5842a7331b154565b" }, "downloads": -1, "filename": "riak-1.1.0-py2.6.egg", "has_sig": false, "md5_digest": "a13645e563a2694899a44abae7bc3b30", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 71033, "upload_time": "2010-06-21T01:45:31", "url": "https://files.pythonhosted.org/packages/9e/1f/9cb5b6aaca2acbfe1abb348471b7b26dedb2f5b4004ea7bb6b012eb75a9c/riak-1.1.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "702c8675a976d964a3603d85d8c87e9d", "sha256": "c338ce14ad5183adb3b7a44c52ed951b1661890b35462807eb532cdd1acbb816" }, "downloads": -1, "filename": "riak-1.1.0.tar.gz", "has_sig": false, "md5_digest": "702c8675a976d964a3603d85d8c87e9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21902, "upload_time": "2010-06-21T01:46:14", "url": "https://files.pythonhosted.org/packages/a4/9f/f7d788b1d34f0682074f688d93791d00a223c7285171b86fb3f1436f45de/riak-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "a02495fc0dab93f621275c5ac1f7c3e5", "sha256": "38826cd83a7f41c4c27366e4e00592d0eb72d89be97ca8255ce8cb45e59360bc" }, "downloads": -1, "filename": "riak-1.1.1-py2.5.egg", "has_sig": false, "md5_digest": "a02495fc0dab93f621275c5ac1f7c3e5", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 71707, "upload_time": "2010-07-01T02:46:21", "url": "https://files.pythonhosted.org/packages/81/04/f419401a25b16b7c3cf162c2e1ba9664e0b508dd45c6b56d4d5333dc72b5/riak-1.1.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "1d297300daa805665cf1b1eaf3d72bf0", "sha256": "f8c30a68d630667c5d82c85f3091b2c1d183027a0525b43eb9528bfe1db84808" }, "downloads": -1, "filename": "riak-1.1.1-py2.6.egg", "has_sig": false, "md5_digest": "1d297300daa805665cf1b1eaf3d72bf0", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 71641, "upload_time": "2010-07-01T02:45:57", "url": "https://files.pythonhosted.org/packages/95/67/e3c58d4759513a0afc60105204dc9129f3d07213e050c22f17ff06c0f862/riak-1.1.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "0d0b6dcd75efbdbfc957a4a23944ad93", "sha256": "4cc9611f5a68c9bd48c9c0b61b40706071bf6738fc43f6b400c98f857ba75fda" }, "downloads": -1, "filename": "riak-1.1.1.tar.gz", "has_sig": false, "md5_digest": "0d0b6dcd75efbdbfc957a4a23944ad93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22170, "upload_time": "2010-07-01T02:45:55", "url": "https://files.pythonhosted.org/packages/67/53/4e3e99582e19822d322dab61ebbcec862fe5d8be075e1d210ea885218c1f/riak-1.1.1.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "8a9327ec06d8865a4eea7079f1d2696a", "sha256": "f0faa41aaafeef7df3e27668a13b8f8d98ffc22d161d0a7cc6ed127ea4ae36a3" }, "downloads": -1, "filename": "riak-1.2.1-py2.5.egg", "has_sig": false, "md5_digest": "8a9327ec06d8865a4eea7079f1d2696a", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 74739, "upload_time": "2011-03-08T21:23:18", "url": "https://files.pythonhosted.org/packages/ca/30/630b3659cda493a5d000308e4fe3cdd7b553b749a4a27ae24cdc7543cf61/riak-1.2.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "4f94aaa00dad72a55f36e8e695835798", "sha256": "8fa932b0f28c291341488a63155a9b6f01862c659fe7b5273e24add4188fdcd2" }, "downloads": -1, "filename": "riak-1.2.1-py2.6.egg", "has_sig": false, "md5_digest": "4f94aaa00dad72a55f36e8e695835798", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 74642, "upload_time": "2011-03-08T21:23:08", "url": "https://files.pythonhosted.org/packages/b4/d5/f36592637d09f8180ad38535af42913a2ea1671a2638db2f1e4a989d319b/riak-1.2.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "398229f81251d80f47d9484f13e2b4c4", "sha256": "64cbebb4830d8853cc9a062a235a89c0fa1e7ead49ccc30aa012c4b240203041" }, "downloads": -1, "filename": "riak-1.2.1-py2.7.egg", "has_sig": false, "md5_digest": "398229f81251d80f47d9484f13e2b4c4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 74568, "upload_time": "2011-03-08T21:23:23", "url": "https://files.pythonhosted.org/packages/3f/0b/df2e862d884c4969a8f49d9b66c62d5b3972eec2fa7dd8400154886148c8/riak-1.2.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2209f1ac70ecd1ad4512153e1ae1ee6f", "sha256": "36bc9b7521143fec710a3ee91abd0796d0ae2daf12679185683e7d6bb3d5545a" }, "downloads": -1, "filename": "riak-1.2.1.tar.gz", "has_sig": false, "md5_digest": "2209f1ac70ecd1ad4512153e1ae1ee6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23059, "upload_time": "2011-03-08T21:20:45", "url": "https://files.pythonhosted.org/packages/04/26/fd44d4ede9eeab56207ea384f934a431b52871da19a4878f38513dc3c3f6/riak-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "dc83268ed843d0e0a9a1fb77ada224f7", "sha256": "9eb9a985b86355b7d4555fdcbf87a02143c6fd7f103ca09568b1bc4e522dd391" }, "downloads": -1, "filename": "riak-1.2.2-py2.5.egg", "has_sig": false, "md5_digest": "dc83268ed843d0e0a9a1fb77ada224f7", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 83781, "upload_time": "2011-06-24T14:55:59", "url": "https://files.pythonhosted.org/packages/a1/30/0918136b15355919fe72bfe4aa96180237b5edb9eb9932fd33731a488581/riak-1.2.2-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "05838afd185c8c30602ae3ac83700639", "sha256": "aacc472e49e4169e17de899f8c70d0a5ac8072bdfb7daec4456b34c0630f2c7d" }, "downloads": -1, "filename": "riak-1.2.2-py2.6.egg", "has_sig": false, "md5_digest": "05838afd185c8c30602ae3ac83700639", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 83717, "upload_time": "2011-06-24T14:56:07", "url": "https://files.pythonhosted.org/packages/12/ec/fce4c0c75bdbba98af8b4b7c33246df94d7e3ee75be5b90bdca14f45b061/riak-1.2.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "221eeaa2ac7cc92943ee7b652e58b66f", "sha256": "bded03f695616cfee99ad43d00ce784512c3f1bbcc155a694135952896115f33" }, "downloads": -1, "filename": "riak-1.2.2-py2.7.egg", "has_sig": false, "md5_digest": "221eeaa2ac7cc92943ee7b652e58b66f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 83674, "upload_time": "2011-06-24T14:55:45", "url": "https://files.pythonhosted.org/packages/34/3a/2607e79a42524224354808ed16785b4d1334fc8dad3a0569e56b61343f7f/riak-1.2.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c74cf25c72002da6dcf976edb7fab67b", "sha256": "c9db0698a64ce0ddc4f2c695e755e8d016dc62b11d4151d0b1fbea7d6cba9107" }, "downloads": -1, "filename": "riak-1.2.2.tar.gz", "has_sig": false, "md5_digest": "c74cf25c72002da6dcf976edb7fab67b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26457, "upload_time": "2011-06-24T14:56:20", "url": "https://files.pythonhosted.org/packages/9b/53/4b1dab20e722c6176df4d7c0ec83a1d326511efd1695fd9a21df00bee303/riak-1.2.2.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "f481231f281cc5f627290b92225ed8e1", "sha256": "c1dce71cf2ea71aad1b5315a65db85d9756b32ca9b117b72f6b97659c167c0ce" }, "downloads": -1, "filename": "riak-1.3.0-py2.6.egg", "has_sig": false, "md5_digest": "f481231f281cc5f627290b92225ed8e1", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 110227, "upload_time": "2011-08-04T15:54:06", "url": "https://files.pythonhosted.org/packages/d4/8c/17e6f5925844925f186d9843ecf21bf23140d79991c3e8e5efef439dce5f/riak-1.3.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "f127f5420ae6ac11ea92053d7516bd83", "sha256": "a13694e19017dfd023c3a529b4ff52ef30b45b90b26a18e5a7a4b329ee72898b" }, "downloads": -1, "filename": "riak-1.3.0-py2.7.egg", "has_sig": false, "md5_digest": "f127f5420ae6ac11ea92053d7516bd83", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 109896, "upload_time": "2011-08-04T15:54:17", "url": "https://files.pythonhosted.org/packages/d5/e6/34bd4e5902cee22319a2c3a0cbadb33395956d80ea60edb647083967b45a/riak-1.3.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "578d6a72285bfedf7c3382e28545636a", "sha256": "8664d1a9a5161852792454942778206bb64692a33932328d1890d8d96e7ed592" }, "downloads": -1, "filename": "riak-1.3.0.tar.gz", "has_sig": false, "md5_digest": "578d6a72285bfedf7c3382e28545636a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35651, "upload_time": "2011-08-04T15:54:24", "url": "https://files.pythonhosted.org/packages/60/5e/679f8a24dc71062a3c2ad01415f9342d5ac5ae5267b19c8a5fdba51f15c8/riak-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "c9df6ffa70c550822f03c8c4c377f8bb", "sha256": "b6d8297cc5d239bfca2df1797d0e91e7507a350d6e78b0141ccaf76abb8d4ef6" }, "downloads": -1, "filename": "riak-1.4.0-py2.6.egg", "has_sig": false, "md5_digest": "c9df6ffa70c550822f03c8c4c377f8bb", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 144365, "upload_time": "2012-03-30T21:19:25", "url": "https://files.pythonhosted.org/packages/50/5b/f8981659b65830bb773fefad8613b1276e79494ddbdbe95f359a556f32a5/riak-1.4.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "00ababab65ceb7be9e3df2069095e5ee", "sha256": "7d659ac0941e0eae36efe9a689020f56bfbc8071bbefcfa8d329952cfa05ecce" }, "downloads": -1, "filename": "riak-1.4.0-py2.7.egg", "has_sig": false, "md5_digest": "00ababab65ceb7be9e3df2069095e5ee", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 143788, "upload_time": "2012-03-30T21:19:14", "url": "https://files.pythonhosted.org/packages/28/b9/4f22c90964078867f473cbc609da7ffe4b95005b76f94ed934a8e1868c60/riak-1.4.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a251c7767b4fdb54d2ea045c3b118bbc", "sha256": "4067681c2257e37692077f0ff6b10db96751267365c446c44e439e1b51db1789" }, "downloads": -1, "filename": "riak-1.4.0.tar.gz", "has_sig": false, "md5_digest": "a251c7767b4fdb54d2ea045c3b118bbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62374, "upload_time": "2012-03-30T21:18:59", "url": "https://files.pythonhosted.org/packages/e0/93/ee800a70cd93dc82c6a7100fc676f9d6a2e0005a07bba55c953b3e33de03/riak-1.4.0.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "e060d01e33e9c6d84391c897e9bbef06", "sha256": "16f9a7640afedf71e6e1c3756b8497b48054fffede2edd5d9d952c36ecd8c41d" }, "downloads": -1, "filename": "riak-1.4.1-py2.6.egg", "has_sig": false, "md5_digest": "e060d01e33e9c6d84391c897e9bbef06", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 144413, "upload_time": "2012-06-20T01:46:11", "url": "https://files.pythonhosted.org/packages/ad/f0/c0bac0a95e5d35042bed4ca4c9fabe3a3595281c10339282aee6a924bd1a/riak-1.4.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "69830b7335c041fb7c868f4f62f038bc", "sha256": "ba7bacb169af94dba1f5acea80602811ea2c8ab1b952583425f9f205f1fd780a" }, "downloads": -1, "filename": "riak-1.4.1-py2.7.egg", "has_sig": false, "md5_digest": "69830b7335c041fb7c868f4f62f038bc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 143863, "upload_time": "2012-06-20T01:08:08", "url": "https://files.pythonhosted.org/packages/6e/ab/5100abe60fa0179ea0f67bf5210fdbf6469237d604f18a5b53b13d14bdef/riak-1.4.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "907673d18fd2df67770bdafcfdb5182b", "sha256": "55613e73e854bf049c4362a5e3f63a0ec5ce13aff26d9a79a93f1bac010da2fb" }, "downloads": -1, "filename": "riak-1.4.1.tar.gz", "has_sig": false, "md5_digest": "907673d18fd2df67770bdafcfdb5182b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62450, "upload_time": "2012-06-20T01:04:49", "url": "https://files.pythonhosted.org/packages/fa/8c/d8981a920d266bd4fa698d74c7b0508a52c2d23d58c702ef7e04331007f5/riak-1.4.1.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "e20b563463c2a104a424435f6424568e", "sha256": "deebe1852ea96ae5c0491c1c368dcb8a0220510ca5ebc34085b7b57f7fe2ac55" }, "downloads": -1, "filename": "riak-1.5.0-py2.6.egg", "has_sig": false, "md5_digest": "e20b563463c2a104a424435f6424568e", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 158093, "upload_time": "2012-08-29T18:33:44", "url": "https://files.pythonhosted.org/packages/ce/08/a7383dcd8ad359ce5688a3694291e11f9585923f23bd68abe839c8bd4ccf/riak-1.5.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "439c4cac7dc79d1f9f32c63fc7c5893f", "sha256": "161730f2368d5268fdb84f4ff212581630f42bdabc06f5a407f580c92cc86bc3" }, "downloads": -1, "filename": "riak-1.5.0-py2.7.egg", "has_sig": false, "md5_digest": "439c4cac7dc79d1f9f32c63fc7c5893f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 157475, "upload_time": "2012-08-29T18:33:31", "url": "https://files.pythonhosted.org/packages/7b/b3/678f0c5ec57f08ccacaa5a4cac2fe00bd3bb9c55a2a3257e970e596af72b/riak-1.5.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "009849a91a8b958671138891fdc4e5bc", "sha256": "6ef984c9169c1d607fb40d3b752c716b900988dead319b1edd3cc121fe041ffd" }, "downloads": -1, "filename": "riak-1.5.0.tar.gz", "has_sig": false, "md5_digest": "009849a91a8b958671138891fdc4e5bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74638, "upload_time": "2012-09-12T13:45:01", "url": "https://files.pythonhosted.org/packages/91/ef/44a0a53f219ea8415b3403d54dd000bbfa3d2e6bd46c4ca7643b39745b23/riak-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "2a169c0ff23b72b063d63fc5c4cef473", "sha256": "a1ca80093b19d9d1f024276d14fd4756a2debea2bc16748ca40a450c20bbb425" }, "downloads": -1, "filename": "riak-1.5.1-py2.6.egg", "has_sig": false, "md5_digest": "2a169c0ff23b72b063d63fc5c4cef473", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 158169, "upload_time": "2012-10-24T17:57:17", "url": "https://files.pythonhosted.org/packages/f9/2d/40dc817b46277312cf177675dab1edacb3d8d525bb5235d23880d30b7974/riak-1.5.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "e334a8c56d3a40ee3453498ee7d5d415", "sha256": "4d76b077ded0658515d5336a1a599234dca93c971b98cbacfc5de3f641364b1a" }, "downloads": -1, "filename": "riak-1.5.1-py2.7.egg", "has_sig": false, "md5_digest": "e334a8c56d3a40ee3453498ee7d5d415", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 157546, "upload_time": "2012-10-24T17:57:07", "url": "https://files.pythonhosted.org/packages/8f/84/67425db9b31317dc320ff134558b44a1c8123c545a0aaea19c2bdaa17fc7/riak-1.5.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "aaeabf18db1cf489846a52a397267f4c", "sha256": "ad249bac2263b0a905259905d08883e11a27f30519f0186327a2281127c1b2d9" }, "downloads": -1, "filename": "riak-1.5.1.tar.gz", "has_sig": false, "md5_digest": "aaeabf18db1cf489846a52a397267f4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74816, "upload_time": "2012-10-24T17:56:56", "url": "https://files.pythonhosted.org/packages/d3/ac/a697a50d590b3a2c460764eaa11533aa48e34f6a35c939fbd9a69f6538a8/riak-1.5.1.tar.gz" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "b6e1eb55b8a29a7970a3ec10ebe90bdc", "sha256": "a667ee8e35def97ad2567172323bfffc79286e7d089b46a59f4887c4dcee2560" }, "downloads": -1, "filename": "riak-1.5.2-py2.6.egg", "has_sig": false, "md5_digest": "b6e1eb55b8a29a7970a3ec10ebe90bdc", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 153253, "upload_time": "2013-01-31T23:12:24", "url": "https://files.pythonhosted.org/packages/47/2e/fb0c3d9fc731a8deb7bb0d05fedbd86672ab0b7bf943feb17142ee5e9282/riak-1.5.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "c9d802f7ef2cec9bc33924d30e4684ac", "sha256": "ba81027c9779cfa088cea0146bc9b20f830cfde3c9ef7324eab863fdb4540a2d" }, "downloads": -1, "filename": "riak-1.5.2-py2.7.egg", "has_sig": false, "md5_digest": "c9d802f7ef2cec9bc33924d30e4684ac", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 152636, "upload_time": "2013-01-31T23:11:17", "url": "https://files.pythonhosted.org/packages/03/d9/ecc1f365cbcc0aa45f9e9619ce7709a7658dcf69c2a0b036f5327094b997/riak-1.5.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "53db3249a7495c76baa8b2fb1bc6aa5b", "sha256": "6a3ec3628acad1b41a84f217c888bd385eac707cbe58a8cd815236b3e07af5cd" }, "downloads": -1, "filename": "riak-1.5.2.tar.gz", "has_sig": false, "md5_digest": "53db3249a7495c76baa8b2fb1bc6aa5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78860, "upload_time": "2013-01-31T23:12:41", "url": "https://files.pythonhosted.org/packages/fa/00/50b0d3fabc8162075d5fe905439dfde0fe95297c00fbb8db5ce5e2f329f8/riak-1.5.2.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "891a2b7b06f6e10559cbe599d65aeb06", "sha256": "c6ba210cc2c9b07ac12b55510b866382c09bcef5679cce4cdd83428a8ba61e59" }, "downloads": -1, "filename": "riak-2.0.0-py2.6.egg", "has_sig": false, "md5_digest": "891a2b7b06f6e10559cbe599d65aeb06", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 251726, "upload_time": "2013-07-30T14:49:09", "url": "https://files.pythonhosted.org/packages/a9/92/d75692f46fb56ea89930b44f5467bde5fc96ff835e224f3ac9a92df1ba91/riak-2.0.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "ebebabe13a8128dbf522f56c381a49b1", "sha256": "95af0aee3661adb8553b52969c23d7e2939a7378c2927972a995ce495d1003cf" }, "downloads": -1, "filename": "riak-2.0.0-py2.7.egg", "has_sig": false, "md5_digest": "ebebabe13a8128dbf522f56c381a49b1", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 250274, "upload_time": "2013-07-30T14:40:58", "url": "https://files.pythonhosted.org/packages/17/a7/d9dbd60c53d4ee799d69a7064eb565ec283df30260bb1367ec3e640e0aef/riak-2.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b49ea7e84527ee0e4bdd84f81f007412", "sha256": "8475deaf7bf9adf918784aa075c4021c05a6c6597d0a2701292915e597b2f846" }, "downloads": -1, "filename": "riak-2.0.0.tar.gz", "has_sig": false, "md5_digest": "b49ea7e84527ee0e4bdd84f81f007412", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112326, "upload_time": "2013-07-30T14:49:20", "url": "https://files.pythonhosted.org/packages/a7/0e/29082211c4073e712be48f9314285eb036b73cb6cc2d17f391748f08355f/riak-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "a7c2203f5ac5e574e32d3a7d219c9640", "sha256": "98a6fb3e2ebecc885dc88054eb089550fce1e537f01598ac8fe513aa0353aa33" }, "downloads": -1, "filename": "riak-2.0.1-py2.6.egg", "has_sig": false, "md5_digest": "a7c2203f5ac5e574e32d3a7d219c9640", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 251691, "upload_time": "2013-08-28T14:31:37", "url": "https://files.pythonhosted.org/packages/fb/ff/b6ea8dbce8d15cece0e90dea75bc3fa9384e9737e7fd1a5cd4ae17b999c0/riak-2.0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "7fb1c667d6bee8ecf09403b223d20785", "sha256": "8fa4c86bef53fc5eb4192836fd25e8f84890c5e632c3e09ecf76895acae5b42b" }, "downloads": -1, "filename": "riak-2.0.1-py2.7.egg", "has_sig": false, "md5_digest": "7fb1c667d6bee8ecf09403b223d20785", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 250232, "upload_time": "2013-08-28T14:31:30", "url": "https://files.pythonhosted.org/packages/f5/19/8080c7d996c772f04fd3ff73660ce6c91cdf08f7feceadce4ce999e8a2ce/riak-2.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "dfce015e0ac14ae2702cb40f41dd988c", "sha256": "8f8cc273104c79e93f231609a73ccd1f313215e55e6e547ee64115b1cf9b7c6d" }, "downloads": -1, "filename": "riak-2.0.1.tar.gz", "has_sig": false, "md5_digest": "dfce015e0ac14ae2702cb40f41dd988c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106031, "upload_time": "2013-08-28T14:31:46", "url": "https://files.pythonhosted.org/packages/cc/90/d59ee0857164d7f941afd5de32efba1d93a59f453738692b72ae1f8e4cc7/riak-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "2681e36dc54a3d788962081bc001a30f", "sha256": "a62cb1b88beb2e0171534433983e34bcb70f86bf6496213a0ed7fe2d4d815095" }, "downloads": -1, "filename": "riak-2.0.2-py2.6.egg", "has_sig": false, "md5_digest": "2681e36dc54a3d788962081bc001a30f", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 252799, "upload_time": "2013-11-18T21:32:33", "url": "https://files.pythonhosted.org/packages/1a/97/88c1500b2c017be2397cb8595b7bbe8114f16267b503089d40ae8723bea7/riak-2.0.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "40e9d7cdd93ea456d0dee13dec022a40", "sha256": "3d84fbf85b5b8c84986c3b63c00a8fff94be3dffe22ad629bfe6e50bb3b0717f" }, "downloads": -1, "filename": "riak-2.0.2-py2.7.egg", "has_sig": false, "md5_digest": "40e9d7cdd93ea456d0dee13dec022a40", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 251297, "upload_time": "2013-11-18T21:32:22", "url": "https://files.pythonhosted.org/packages/c7/f4/bb3697faabe4815c6be59ba314269c5f8cf842a3ec87cabf41d8a98cf9a4/riak-2.0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ca02d8cae4566871b2f452f5b31c97bd", "sha256": "0251f9ef929b9af3ed61852668a5209ef67edf334b07d2590296a415b3ab907c" }, "downloads": -1, "filename": "riak-2.0.2.tar.gz", "has_sig": false, "md5_digest": "ca02d8cae4566871b2f452f5b31c97bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106420, "upload_time": "2013-11-18T21:32:40", "url": "https://files.pythonhosted.org/packages/8a/eb/c146e216ddd92948d50e07186fc6ce9b6372048eb64e85e9d688c867bf0c/riak-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "5d5b2b5bddfa666b5c12c974528d354b", "sha256": "6dc6a48a93c46adcb66c4b129cb73e60faf9a852e802dfcee07178989ef366a2" }, "downloads": -1, "filename": "riak-2.0.3-py2.6.egg", "has_sig": false, "md5_digest": "5d5b2b5bddfa666b5c12c974528d354b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 257459, "upload_time": "2014-03-06T15:36:44", "url": "https://files.pythonhosted.org/packages/9a/5e/60a83fb932acbf30b96f1c1e5dbdfe1dd1a751039444328ec011808e9dc7/riak-2.0.3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "676cbdce74fb3fc1e502848c7146c2f9", "sha256": "e0d06f67672d8829fac6019f32a77e30663d17d9ebc38b2825eb8a1e2e9d5f92" }, "downloads": -1, "filename": "riak-2.0.3-py2.7.egg", "has_sig": false, "md5_digest": "676cbdce74fb3fc1e502848c7146c2f9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 255979, "upload_time": "2014-03-06T15:36:28", "url": "https://files.pythonhosted.org/packages/fb/c8/0692171dd56f48acabad1a56011e5bbd032e74be4a8087feb7192b173c45/riak-2.0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "876dea2b30ccdcc0cb285e329d0119ef", "sha256": "63026e0b145ffe5627607bc3779a23f566198a4d91bd4006c3f4d309e1aa92a5" }, "downloads": -1, "filename": "riak-2.0.3.tar.gz", "has_sig": false, "md5_digest": "876dea2b30ccdcc0cb285e329d0119ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106905, "upload_time": "2014-03-06T15:36:52", "url": "https://files.pythonhosted.org/packages/f4/b3/3f9e0c6ea825bf7a7074a0112d9f81beac13e791dee8325ebb6ea58e8111/riak-2.0.3.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "8dd62788867ca2982b8259ec42fef729", "sha256": "a933c1fd3794253d2643ddba8344d556c4f199459274dee2f146ca86aedee597" }, "downloads": -1, "filename": "riak-2.1.0-py2.6.egg", "has_sig": true, "md5_digest": "8dd62788867ca2982b8259ec42fef729", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 593540, "upload_time": "2014-09-03T22:44:54", "url": "https://files.pythonhosted.org/packages/e7/a4/5c0262e80f21305171dfdd7fc02a5f21d140900060c603907c20d62506be/riak-2.1.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "d7394fff8541d30a7bc14621c14bc544", "sha256": "1f4f3a49d2df61911990bfde1bbdc062e162071c7a747419c758fcfb6877aa27" }, "downloads": -1, "filename": "riak-2.1.0-py2.7.egg", "has_sig": true, "md5_digest": "d7394fff8541d30a7bc14621c14bc544", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 590018, "upload_time": "2014-09-03T22:44:40", "url": "https://files.pythonhosted.org/packages/b2/54/808d8a5596d3045fdf1e408f3ecd01ef091159c320410ed8ee8363c7e60b/riak-2.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d3398556fb718d44b95d80430b3356db", "sha256": "e7842b89c09e8fbc1d09a659a6cfaf9876acec704912ed43c04e13e15c078dcb" }, "downloads": -1, "filename": "riak-2.1.0.tar.gz", "has_sig": true, "md5_digest": "d3398556fb718d44b95d80430b3356db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149042, "upload_time": "2014-09-03T22:45:09", "url": "https://files.pythonhosted.org/packages/55/b5/348cd0aa074e94e9c9e5f08964a688bb33a5a925374e6e11057a001a6442/riak-2.1.0.tar.gz" } ], "2.1.0rc1": [ { "comment_text": "", "digests": { "md5": "af8b5714c4d00c4151aaf277c15271fa", "sha256": "48b4201caa56077e09918dc50e2a147b566c4c3016116bb6e7dce735cfa1c137" }, "downloads": -1, "filename": "riak-2.1.0rc1-py2.6.egg", "has_sig": true, "md5_digest": "af8b5714c4d00c4151aaf277c15271fa", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 584033, "upload_time": "2014-07-30T16:19:34", "url": "https://files.pythonhosted.org/packages/cc/8c/9100e690f6d25bd83b4a5cf536d34e2f0b7629da00a98fbcbfe5308eda7d/riak-2.1.0rc1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "106666f66033f2e4311c0f751751eebb", "sha256": "616e7e5674575f44b6494ee7b7e5b270c15d569422a7b8e9a9d486a43abd33bd" }, "downloads": -1, "filename": "riak-2.1.0rc1-py2.7.egg", "has_sig": true, "md5_digest": "106666f66033f2e4311c0f751751eebb", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 580646, "upload_time": "2014-07-30T16:20:02", "url": "https://files.pythonhosted.org/packages/54/59/e3ac4647a8973bb02fee78148e85176083d20d51eb473d4e7c295f74b276/riak-2.1.0rc1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "008193e3ea6cdd1dd8507ccf6dd04bf2", "sha256": "ec9b5df1eb1566451979d6827449165a289beec2747824c4db7a5790ea5fc821" }, "downloads": -1, "filename": "riak-2.1.0rc1.tar.gz", "has_sig": true, "md5_digest": "008193e3ea6cdd1dd8507ccf6dd04bf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 135456, "upload_time": "2014-07-30T16:20:31", "url": "https://files.pythonhosted.org/packages/fb/c7/d0cc511a862530804fb35fd98319d7fdc0d4517c945f4f58e474910ebf60/riak-2.1.0rc1.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "c89c55a0f4a8bd4359217bc7b379f680", "sha256": "5fea6765657a78f546f511edd4b7601fcf9dac9a6fef3f05300ad0e4652c5ad0" }, "downloads": -1, "filename": "riak-2.2.0-py2.6.egg", "has_sig": true, "md5_digest": "c89c55a0f4a8bd4359217bc7b379f680", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 354441, "upload_time": "2014-12-18T23:51:49", "url": "https://files.pythonhosted.org/packages/52/d7/4e90b5b43e5de9be3271996aed3c2f8dce28f8c3a0612631380f416189f1/riak-2.2.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "b11a39d4a24ac03b6bd5a9932133c98b", "sha256": "80d7cba2af21ebe6992654bd5d8f6a667f61bde52a0f66241cf3e4aa322382dc" }, "downloads": -1, "filename": "riak-2.2.0-py2.7.egg", "has_sig": true, "md5_digest": "b11a39d4a24ac03b6bd5a9932133c98b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 352152, "upload_time": "2014-12-18T23:56:29", "url": "https://files.pythonhosted.org/packages/24/4d/a84080817e3bcc023e79e5fd34257e5fb4b6fb804f909e9f18276cd48332/riak-2.2.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "fef05ab8281afe4ebe879ff7fbbd44f4", "sha256": "3e769f47a5a595c6a291c81bc7489674042a60087874849c1292b5e05214748c" }, "downloads": -1, "filename": "riak-2.2.0-py3.3.egg", "has_sig": true, "md5_digest": "fef05ab8281afe4ebe879ff7fbbd44f4", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 366604, "upload_time": "2014-12-18T23:58:53", "url": "https://files.pythonhosted.org/packages/5a/41/b1d76cb18657362efc644682569d1b55d7d54c7426988fed49c8a8c42dd6/riak-2.2.0-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "71bc1b6f084858ebf6b035bd6f27dd29", "sha256": "af1f4779f7564af2f9ca2b45ce4ae49a8d9f379d4343b0eff9664a734e7f9666" }, "downloads": -1, "filename": "riak-2.2.0-py3.4.egg", "has_sig": true, "md5_digest": "71bc1b6f084858ebf6b035bd6f27dd29", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 361942, "upload_time": "2014-12-18T23:59:52", "url": "https://files.pythonhosted.org/packages/91/5a/ef2587b2d9e82df241ff163ffcc22b5e35c4a65d6edbfb67cd2370b01da7/riak-2.2.0-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "fa4b8fa416ef9ad84e0d5ded903d3564", "sha256": "66efeea8bc0c1358c839f6b35ebd6dd593c2723469b464f1e6b390e9a7eeddfa" }, "downloads": -1, "filename": "riak-2.2.0.tar.gz", "has_sig": true, "md5_digest": "fa4b8fa416ef9ad84e0d5ded903d3564", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 154353, "upload_time": "2014-12-18T23:50:06", "url": "https://files.pythonhosted.org/packages/63/a6/7f8bb6ab2279897d75e5bca69c1a60a034329be37988d01d39480ae32bdb/riak-2.2.0.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "1250c984bc8c8fdd93324d06433b98f4", "sha256": "33990c14cfc4750522bb9984c811c8b0d9b3195f49cd79b7833a40196781e378" }, "downloads": -1, "filename": "riak-2.3.0-py2.7.egg", "has_sig": true, "md5_digest": "1250c984bc8c8fdd93324d06433b98f4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 417099, "upload_time": "2015-12-15T05:35:26", "url": "https://files.pythonhosted.org/packages/92/ed/7f3a23a7d63aa74dd250da95b0ea828aab8d04c959844f1024745aa6f23a/riak-2.3.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9ba53d5e574631cac56acf9239308c82", "sha256": "782dfb420f15a3ead2408be461b89663b2e5949073ef31d05d36f8d60b1c4fb3" }, "downloads": -1, "filename": "riak-2.3.0-py3.3.egg", "has_sig": true, "md5_digest": "9ba53d5e574631cac56acf9239308c82", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 434081, "upload_time": "2015-12-15T05:36:23", "url": "https://files.pythonhosted.org/packages/fa/bc/ad54a6ac14703fb7accc353d1ef636a8eb01a800fc8b03ab65cd3fbf6dff/riak-2.3.0-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "68906f10712c3e56393f59a78f86f3f9", "sha256": "eef427db8d9c4df45b6c8e3e43f8a4e683fb371be9a8fd1823309e404ad55f05" }, "downloads": -1, "filename": "riak-2.3.0-py3.4.egg", "has_sig": true, "md5_digest": "68906f10712c3e56393f59a78f86f3f9", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 428096, "upload_time": "2015-12-15T05:36:43", "url": "https://files.pythonhosted.org/packages/c5/08/18a5e34a7f401041129001bcfb4b6c0a44a7167ba0df51bd644ee422cddd/riak-2.3.0-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "a59a662bb3020e5c756c3fadff5a2908", "sha256": "78c4aee2a7386d8484a452017bb086b5444dbd642e063ce756c440b7cd1c7991" }, "downloads": -1, "filename": "riak-2.3.0-py3.5.egg", "has_sig": true, "md5_digest": "a59a662bb3020e5c756c3fadff5a2908", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 427228, "upload_time": "2015-12-15T05:37:12", "url": "https://files.pythonhosted.org/packages/20/5b/a4c7686398533ccbab9528ac9ff21745b8ff240258b3cf00d17fec638fd1/riak-2.3.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "edf32f60874a2d735f1d3c154d4da5e6", "sha256": "c4c025b8daa087662dc29cb7020dd5f59e7463ac4e1a76172fb0eda844da5060" }, "downloads": -1, "filename": "riak-2.3.0.tar.gz", "has_sig": true, "md5_digest": "edf32f60874a2d735f1d3c154d4da5e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179346, "upload_time": "2015-12-15T05:34:03", "url": "https://files.pythonhosted.org/packages/04/39/98494828e05dc529e6fa77b682dbe47417a49b7ee98aec0b9f6a48ed5114/riak-2.3.0.tar.gz" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "d9992f97ffc9598bca5207df009a1071", "sha256": "f13b4c8a56f2c685d7734900fbd8a5803547e149547c4aba4636248b04cf0ff7" }, "downloads": -1, "filename": "riak-2.4.0-py2.7.egg", "has_sig": true, "md5_digest": "d9992f97ffc9598bca5207df009a1071", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 419590, "upload_time": "2016-01-13T20:39:33", "url": "https://files.pythonhosted.org/packages/90/1a/ab0d5afad98e8fd594ba6a2e44387241a8f6b4ac983f1bc7d52e289e8f57/riak-2.4.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d54ef2ecd1b82180556969a530fe880e", "sha256": "2902d50a0d20ec98dd87f17fb023408571759546c85c4fbaeda5e0abe066b99b" }, "downloads": -1, "filename": "riak-2.4.0-py3.3.egg", "has_sig": true, "md5_digest": "d54ef2ecd1b82180556969a530fe880e", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 436735, "upload_time": "2016-01-13T20:39:43", "url": "https://files.pythonhosted.org/packages/d9/3e/8d32b5d840ac12d37821d6977c37c97315fbcb20fd6ebe75dc7208a65aa7/riak-2.4.0-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "b8cb573c9e4ddcacf7a3b0baf556e86d", "sha256": "6e7f64c3cc886735bbecaeca8178565dc9260f1ef5de3c971287a8b8e8c68415" }, "downloads": -1, "filename": "riak-2.4.0-py3.4.egg", "has_sig": true, "md5_digest": "b8cb573c9e4ddcacf7a3b0baf556e86d", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 430586, "upload_time": "2016-01-13T20:39:50", "url": "https://files.pythonhosted.org/packages/86/eb/b88770b4167e15e4683b4b643f187f7427a553794316f8ae9168e3bc232e/riak-2.4.0-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "7e5d43d6732fd1dd865faf9925909f25", "sha256": "c1e7f74162aab6ffe60585dec7f0f58f90f4f197078143316daf9f8f82d471c8" }, "downloads": -1, "filename": "riak-2.4.0-py3.5.egg", "has_sig": true, "md5_digest": "7e5d43d6732fd1dd865faf9925909f25", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 429722, "upload_time": "2016-01-13T20:39:58", "url": "https://files.pythonhosted.org/packages/0f/68/335d766ee0e372f48a733542ff0855ccaf2b468fcc9f918c406aceea060f/riak-2.4.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "a90adbcc36284e69ba7c4d423e881b06", "sha256": "a479fb08de073dbb1228aa7efc447aaaf5555dc31d67277930d23b3384688ede" }, "downloads": -1, "filename": "riak-2.4.0.tar.gz", "has_sig": true, "md5_digest": "a90adbcc36284e69ba7c4d423e881b06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 181696, "upload_time": "2016-02-02T14:41:23", "url": "https://files.pythonhosted.org/packages/41/4b/0ebd4fcd04ae5dac3b3bac7d1801c9e400e0f563be781fa74fe81e29920b/riak-2.4.0.tar.gz" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "6f4d0df2d15b85cd9b62a990418560d0", "sha256": "691a3cc6c11981718f27a170ecc61ea62af275cbf1b7b5d782cd70bad1cb5f09" }, "downloads": -1, "filename": "riak-2.4.1-py2.7.egg", "has_sig": true, "md5_digest": "6f4d0df2d15b85cd9b62a990418560d0", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 420977, "upload_time": "2016-02-05T20:10:16", "url": "https://files.pythonhosted.org/packages/61/66/afdb834c6d57c67e829d4001acaa6b4ee65c693be096146ccdd48d1a724d/riak-2.4.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d2b7d9e04e5a273ad4268083bf804f80", "sha256": "ee0f386e00a0e291be24c839009bd040427ee49f8405cb763246f307108bb397" }, "downloads": -1, "filename": "riak-2.4.1-py3.3.egg", "has_sig": true, "md5_digest": "d2b7d9e04e5a273ad4268083bf804f80", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 438252, "upload_time": "2016-02-05T20:10:24", "url": "https://files.pythonhosted.org/packages/e9/b8/e4860023df22bc107fb2f19fd0d9e7d1892f43c468e83c7640fff7c24f4c/riak-2.4.1-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "de1defb233db574f2c3c2ec861d2e89c", "sha256": "1dcf0568a817d692b265f80bd41f7ab6a32a3b19e004486b1b9ddef72c448aba" }, "downloads": -1, "filename": "riak-2.4.1-py3.4.egg", "has_sig": true, "md5_digest": "de1defb233db574f2c3c2ec861d2e89c", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 432056, "upload_time": "2016-02-05T20:10:33", "url": "https://files.pythonhosted.org/packages/7e/dd/9235fade96146a5c7bede534f5cd096baf3c9526e5e432c72d61334f3ef1/riak-2.4.1-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "875029b12ef9c3387bf5417119247c8c", "sha256": "4568cc69777a34d70caa7bcbd959e3bb9a7d06206b6f133b044ffda4f0c747f2" }, "downloads": -1, "filename": "riak-2.4.1-py3.5.egg", "has_sig": true, "md5_digest": "875029b12ef9c3387bf5417119247c8c", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 431189, "upload_time": "2016-02-05T20:10:41", "url": "https://files.pythonhosted.org/packages/47/3f/c783ea16219f7a959e443a2a986480f99acb1b54442a79d26e5daf15f5fd/riak-2.4.1-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "02a80b6772fec8f5f63c7a37b3e4a672", "sha256": "47a57b90a0035c04b02f0370880563da8cbaaeeff2acf5c477e94bd7d98d098d" }, "downloads": -1, "filename": "riak-2.4.1.tar.gz", "has_sig": true, "md5_digest": "02a80b6772fec8f5f63c7a37b3e4a672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 182140, "upload_time": "2016-02-05T20:10:05", "url": "https://files.pythonhosted.org/packages/bd/25/2372dc382816f1c062c11e3ea81bec96216778a728101de736facfdcc5a3/riak-2.4.1.tar.gz" } ], "2.4.2": [ { "comment_text": "", "digests": { "md5": "d89c3ba19caf91d820c25b7966871905", "sha256": "4909538af0fc22c5b88c0fb2adafd13ad6459c586a2fbf7c6dbb1e4a14529dd1" }, "downloads": -1, "filename": "riak-2.4.2-py2.7.egg", "has_sig": true, "md5_digest": "d89c3ba19caf91d820c25b7966871905", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 421306, "upload_time": "2016-02-21T17:10:03", "url": "https://files.pythonhosted.org/packages/e8/64/2fc81dd366d49c33e2b8c21342218dfcec4bbad045b94550deb4ccb4b9ed/riak-2.4.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "aaa8daa54ae1355c5d67043357d96bfa", "sha256": "55bd00b3f4c9066f3b63e446bd12078b82ab20af5a6ec2d054fc0bc64e256170" }, "downloads": -1, "filename": "riak-2.4.2-py3.3.egg", "has_sig": true, "md5_digest": "aaa8daa54ae1355c5d67043357d96bfa", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 438591, "upload_time": "2016-02-21T17:10:23", "url": "https://files.pythonhosted.org/packages/b7/56/0e12b12339dc0bff331a0a13670e2664b87c3e406f12efb50a85ba1d1498/riak-2.4.2-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "7fc1c1b37d6d39d7a26bf1ef78a64257", "sha256": "dd699ed12b1921caf55f4826495796d0c1e2fac1e3282f4497083ce94662315e" }, "downloads": -1, "filename": "riak-2.4.2-py3.4.egg", "has_sig": true, "md5_digest": "7fc1c1b37d6d39d7a26bf1ef78a64257", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 432389, "upload_time": "2016-02-21T17:10:33", "url": "https://files.pythonhosted.org/packages/80/7d/3f7c746dcd2424f3d2ae2175ea7c4261aedb6dc4a9b3d57f6290fef003b5/riak-2.4.2-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "adaafbaa99a786966b9e1818c9839e9a", "sha256": "feb2464baab25ffddf89abe2b08883643bc77b0c5c9c62d5cdf0727aa54a0436" }, "downloads": -1, "filename": "riak-2.4.2-py3.5.egg", "has_sig": true, "md5_digest": "adaafbaa99a786966b9e1818c9839e9a", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 431522, "upload_time": "2016-02-21T17:10:51", "url": "https://files.pythonhosted.org/packages/c5/c3/8804b66b69ad114276020da4c5c6fcae011fe1a1fbf5afad62c6dd49f53d/riak-2.4.2-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "49d06fa3c5c0cb94410a65d213a65e1b", "sha256": "667ea43268c90e7fff900efa8adc60f12061225b1ce2679a3b508ef9620c3d1f" }, "downloads": -1, "filename": "riak-2.4.2.tar.gz", "has_sig": true, "md5_digest": "49d06fa3c5c0cb94410a65d213a65e1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175308, "upload_time": "2016-02-21T17:09:53", "url": "https://files.pythonhosted.org/packages/ed/ef/4f374d5fe7be20ef1a254e4b698771a28b64a819e4ac491738a71a8faab3/riak-2.4.2.tar.gz" } ], "2.5.2": [ { "comment_text": "", "digests": { "md5": "b63dccbff073675871f77f85af55065c", "sha256": "83f455bdc0be565625f3541a666eecc87c051e1dc0ea2e852bb5345935f548fe" }, "downloads": -1, "filename": "riak-2.5.2-py2.7.egg", "has_sig": true, "md5_digest": "b63dccbff073675871f77f85af55065c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 437525, "upload_time": "2016-05-06T15:07:58", "url": "https://files.pythonhosted.org/packages/e8/2b/b33169b9ec955bb830247340ca3e3d927f1f16cf0f29471b1c838bc5f049/riak-2.5.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "312c86571d983fde89b8a0d8a3e83934", "sha256": "6718480a67769909792b93639c6f417977071a22558bad28a75a3b89a2c80234" }, "downloads": -1, "filename": "riak-2.5.2-py3.3.egg", "has_sig": true, "md5_digest": "312c86571d983fde89b8a0d8a3e83934", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 456048, "upload_time": "2016-05-06T15:08:16", "url": "https://files.pythonhosted.org/packages/99/cf/a3a71e34d8eb06af0e2ffb4d8d38bdb1dad9e986316987f3a52198d53178/riak-2.5.2-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "21cc1b825479c1ffed56fd458434f10e", "sha256": "563d21405230f568327b5828af56ece4030601e627d8f809c6759ed97bfa047b" }, "downloads": -1, "filename": "riak-2.5.2-py3.4.egg", "has_sig": true, "md5_digest": "21cc1b825479c1ffed56fd458434f10e", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 449132, "upload_time": "2016-05-06T15:08:28", "url": "https://files.pythonhosted.org/packages/b4/2b/f32294a24f6c7590fbd09d656cb0ea3989acb2a6f355d4349ad30f2b30c4/riak-2.5.2-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "b86112c99e7367f98834cc8bfc29b19c", "sha256": "9ec4c1db0d6690bfe13b2a7c5e528953d6ef672a1995d25299a314b1268f6699" }, "downloads": -1, "filename": "riak-2.5.2-py3.5.egg", "has_sig": true, "md5_digest": "b86112c99e7367f98834cc8bfc29b19c", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 448357, "upload_time": "2016-05-06T15:08:38", "url": "https://files.pythonhosted.org/packages/7d/f9/f550aaf791e38bab4f831328449763daa8257bff7b8c75f7759df21e0456/riak-2.5.2-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "f840ad15574e4bbccd85074aa1bb553f", "sha256": "b63883d12963c436e6bb0302fd227b0a2e29b071a91b9b24a341f3ca605b83cb" }, "downloads": -1, "filename": "riak-2.5.2.tar.gz", "has_sig": true, "md5_digest": "f840ad15574e4bbccd85074aa1bb553f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 193663, "upload_time": "2016-05-06T15:07:41", "url": "https://files.pythonhosted.org/packages/9f/31/e2ae912d6aa3f5337c51b4fa7d64518f85c740be4e779d04199e5f135347/riak-2.5.2.tar.gz" } ], "2.5.3": [ { "comment_text": "", "digests": { "md5": "a54babbf196151a3d783074b982ee23b", "sha256": "01196617fbeee8621f5b36db3d7ff0477db881a1032077ac36f2f88612275ea9" }, "downloads": -1, "filename": "riak-2.5.3-py2.7.egg", "has_sig": true, "md5_digest": "a54babbf196151a3d783074b982ee23b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 438040, "upload_time": "2016-06-01T01:31:49", "url": "https://files.pythonhosted.org/packages/6d/61/2e7e22e5345e8a78970fb97daf60bd0012391d5d21fb861e05447b4e6b5a/riak-2.5.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b2f1de45af56d49d87eefd2eb5898784", "sha256": "5a63a320577f237486b92590f008e02d74d1b92141a38408475300969f68ef8f" }, "downloads": -1, "filename": "riak-2.5.3-py3.3.egg", "has_sig": true, "md5_digest": "b2f1de45af56d49d87eefd2eb5898784", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 456438, "upload_time": "2016-06-01T01:35:34", "url": "https://files.pythonhosted.org/packages/bc/86/9692a3f546f9e963c4d550facc86f0b8a07c0a136095aff8ee10539b3e7c/riak-2.5.3-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "216f94765a293281fa2a6b1da59fced7", "sha256": "a906ecfe596b2b94c94f351fa09d3078b92f9548b8ee068c7064495fb8309fa5" }, "downloads": -1, "filename": "riak-2.5.3-py3.4.egg", "has_sig": true, "md5_digest": "216f94765a293281fa2a6b1da59fced7", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 449512, "upload_time": "2016-06-01T01:36:11", "url": "https://files.pythonhosted.org/packages/1b/fd/425e6437156031b23d2a1bc43603b2331c90921c0f576d7b462b200f7633/riak-2.5.3-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "99b6d1b05084540fc0e909294610c683", "sha256": "16248a6e7b06bebf3e2365a359f238eebfc591b7ee4a55ef137ee1ed574ed3bb" }, "downloads": -1, "filename": "riak-2.5.3-py3.5.egg", "has_sig": true, "md5_digest": "99b6d1b05084540fc0e909294610c683", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 448611, "upload_time": "2016-06-01T01:37:47", "url": "https://files.pythonhosted.org/packages/38/9a/76a146f2e89e329c2db79b2352f74c086a7649cf951e006cc4e3726f83e6/riak-2.5.3-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "8507afa7bad0d42e02e5662556ac2af3", "sha256": "fafa49ed7e5b894e3cbe4d4ab8b4a485418777720b8a4c7aaee81e67c2fed444" }, "downloads": -1, "filename": "riak-2.5.3.tar.gz", "has_sig": true, "md5_digest": "8507afa7bad0d42e02e5662556ac2af3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 193839, "upload_time": "2016-06-01T01:31:22", "url": "https://files.pythonhosted.org/packages/44/10/a9eeb3d8e7f9424385e2ff46567a7cc549d633bbbca901af3d4e80ebefe0/riak-2.5.3.tar.gz" } ], "2.5.4": [ { "comment_text": "", "digests": { "md5": "2f511a3e11bcfeb87403b16408e4e053", "sha256": "8ba056aa31b8a866d123de7f9defc2ebe7e29ee10433f82809768d590d8ceeb3" }, "downloads": -1, "filename": "riak-2.5.4-py2.7.egg", "has_sig": true, "md5_digest": "2f511a3e11bcfeb87403b16408e4e053", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 442092, "upload_time": "2016-07-12T02:23:45", "url": "https://files.pythonhosted.org/packages/2d/ef/6565ccd35c03595e5dbcd3a030b20d26bd98ddbe7708b4fbca8411810149/riak-2.5.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "42d453e3bdf62199a46cc60f31337f32", "sha256": "af6c387dff7e8e103b74257b6ecd4737f538843a48c07fbaa364f60819d99b14" }, "downloads": -1, "filename": "riak-2.5.4-py3.3.egg", "has_sig": true, "md5_digest": "42d453e3bdf62199a46cc60f31337f32", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 460824, "upload_time": "2016-07-12T02:25:32", "url": "https://files.pythonhosted.org/packages/38/bf/4f4a1a5d9cdd83947a9ab752a7d680d96d17895f99438b961e31d7db2c5f/riak-2.5.4-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "09c4f5179dbc7254cfd6ca29721cab25", "sha256": "4ef3f83a918154f53cd906cce620630feb86a51b193f1b4264b01887a4f655dc" }, "downloads": -1, "filename": "riak-2.5.4-py3.4.egg", "has_sig": true, "md5_digest": "09c4f5179dbc7254cfd6ca29721cab25", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 453794, "upload_time": "2016-07-12T02:26:11", "url": "https://files.pythonhosted.org/packages/4a/21/d007d5c21da5889bce6dfbaa9994281053e3e57b00a5a4fab034b9432438/riak-2.5.4-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "c41b734273b303703f6114475d55a89d", "sha256": "7f5309b9867280988185d5c4ab6506c0a6f7c4b33cd51f009f8171c0df5d49f5" }, "downloads": -1, "filename": "riak-2.5.4-py3.5.egg", "has_sig": true, "md5_digest": "c41b734273b303703f6114475d55a89d", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 453033, "upload_time": "2016-07-12T02:27:59", "url": "https://files.pythonhosted.org/packages/d1/0c/ef0845c57ba51bce0c371adc02e1645a69260b22d62e218dd0db66c17b11/riak-2.5.4-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "47c0bc40d6ab2a61c09387cbac332af1", "sha256": "42c6f7063c0bdf0bf28e0c481ee8dbf13d8a65b408d53f9bb4163a8e74f35ab6" }, "downloads": -1, "filename": "riak-2.5.4.tar.gz", "has_sig": true, "md5_digest": "47c0bc40d6ab2a61c09387cbac332af1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 195938, "upload_time": "2016-07-12T02:21:53", "url": "https://files.pythonhosted.org/packages/41/d3/5593a7d554de39de942d859bac01e2209faa94360630bf447db0a94f1a20/riak-2.5.4.tar.gz" } ], "2.5.5": [ { "comment_text": "", "digests": { "md5": "deaa911c29fb0c4225d79b27f46c70c3", "sha256": "41e9b1fce99b01d65447924e91b6a57d2a2cb4a080302467e42c940cd06f792d" }, "downloads": -1, "filename": "riak-2.5.5-py2.7.egg", "has_sig": true, "md5_digest": "deaa911c29fb0c4225d79b27f46c70c3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 442732, "upload_time": "2016-07-18T22:21:36", "url": "https://files.pythonhosted.org/packages/25/2c/342b0b7d5fbe0cfeb749fc55a29bc771f7151c3bae1625f43c7d63243e5e/riak-2.5.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "75beee8919599ffa3b5866b2ccedfdf4", "sha256": "285d9f52754a2682eeb3f52fde59422f1d92bfad10f6e4815af70d5b46fef5fe" }, "downloads": -1, "filename": "riak-2.5.5-py3.3.egg", "has_sig": true, "md5_digest": "75beee8919599ffa3b5866b2ccedfdf4", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 461299, "upload_time": "2016-07-18T22:22:24", "url": "https://files.pythonhosted.org/packages/42/5a/3fa8866f1a2d05bf1b86cd35aefaa17d2adb4dc2524c140f2fc9c011d2fa/riak-2.5.5-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "cf153622b175aabdc6c12a735b6902be", "sha256": "f9288e85c897da71bd1b172b3519068cfb533ef04524922fe09be0e4b8eb8f12" }, "downloads": -1, "filename": "riak-2.5.5-py3.4.egg", "has_sig": true, "md5_digest": "cf153622b175aabdc6c12a735b6902be", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 454280, "upload_time": "2016-07-18T22:22:30", "url": "https://files.pythonhosted.org/packages/ca/9d/3a06b95a9f5d2359e5b04700147697e85d2106fe22f0491f131355dcbdaa/riak-2.5.5-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "0f92afe741905418c0bbdd4ddaf5f91e", "sha256": "3d0944133d901ac444b08ddffeef820dcf45ecc3b44c24e6cc842df97233512a" }, "downloads": -1, "filename": "riak-2.5.5-py3.5.egg", "has_sig": true, "md5_digest": "0f92afe741905418c0bbdd4ddaf5f91e", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 453504, "upload_time": "2016-07-18T22:22:37", "url": "https://files.pythonhosted.org/packages/24/29/d52fa0d6d28666b584231c2744753bd053817f861f32e3fea57d34d094ec/riak-2.5.5-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "b8d3f61b47aca6596a47f1fc00c9eda3", "sha256": "b2a66a09f582b9af43d86b46e1c78f6355324c83c02878f64230236056bda1a3" }, "downloads": -1, "filename": "riak-2.5.5.tar.gz", "has_sig": true, "md5_digest": "b8d3f61b47aca6596a47f1fc00c9eda3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 196270, "upload_time": "2016-07-18T22:21:29", "url": "https://files.pythonhosted.org/packages/65/16/07d5ea154c15a0b7c17766d4fae91e679feed0b7565730ed7a529ddfbc07/riak-2.5.5.tar.gz" } ], "2.5.5.post48": [ { "comment_text": "", "digests": { "md5": "f83034d26695ee23328c2fb721095f06", "sha256": "9fd94edfec648341d3d503e09e476a68e9b7a8e6e04cf7880b8f08350418af37" }, "downloads": -1, "filename": "riak-2.5.5.post48-py2.7.egg", "has_sig": true, "md5_digest": "f83034d26695ee23328c2fb721095f06", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 447188, "upload_time": "2016-11-17T20:49:22", "url": "https://files.pythonhosted.org/packages/98/a1/f2619047c720bd3a668b60f680befb162daabef2973bcdcb743f70d07d24/riak-2.5.5.post48-py2.7.egg" } ], "2.6.1": [ { "comment_text": "", "digests": { "md5": "8f40ec2ce5b45b2a2d3d94c9083e7579", "sha256": "0afc189c9591fe8638e85027f837e4fc5f6f8d713add15cecb39a188a003256e" }, "downloads": -1, "filename": "riak-2.6.1-py2.7.egg", "has_sig": true, "md5_digest": "8f40ec2ce5b45b2a2d3d94c9083e7579", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 447297, "upload_time": "2016-11-17T20:51:46", "url": "https://files.pythonhosted.org/packages/e2/86/8763d02831bc7a7295394cd06bd0515cc9a87d42fb70a6da2cfb2de8f340/riak-2.6.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "484b5deea1f1942db113f9e9966040cb", "sha256": "dc4f41a09fa671297cd4c1bd3edac296c83a084a60f65547e21b88d14a46295c" }, "downloads": -1, "filename": "riak-2.6.1-py3.3.egg", "has_sig": true, "md5_digest": "484b5deea1f1942db113f9e9966040cb", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 466314, "upload_time": "2016-11-17T20:52:17", "url": "https://files.pythonhosted.org/packages/f0/6a/ee041d3cef2cdc22c32ee02109dc5d42d1fa8a8c041cc2a5ba51bd57a063/riak-2.6.1-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "e21e4b1ae1a9ad6dda13e2dae5e4034e", "sha256": "c4947cd2b43f0fe94fc22e1a4258c53575c8a64a11b16002480bc7c48c86022e" }, "downloads": -1, "filename": "riak-2.6.1-py3.4.egg", "has_sig": true, "md5_digest": "e21e4b1ae1a9ad6dda13e2dae5e4034e", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 459107, "upload_time": "2016-11-17T20:52:22", "url": "https://files.pythonhosted.org/packages/dc/8f/9197b78f78a32377d0b971299ee0be6bc7538e619e3c1827dfd0d09b4029/riak-2.6.1-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "767db7934842d947cc240a919fe3bc52", "sha256": "a42b31e3da0124c5f1e2e177110b0bd72e0107b937f6d7f2b90ba61642bbd181" }, "downloads": -1, "filename": "riak-2.6.1-py3.5.egg", "has_sig": true, "md5_digest": "767db7934842d947cc240a919fe3bc52", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 458165, "upload_time": "2016-11-17T20:52:28", "url": "https://files.pythonhosted.org/packages/50/19/996ce245d8d3a02fdebe01891002f29ba48ef9ba0a029382798db3dad120/riak-2.6.1-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "e2035e42de413be72011b8ad70044109", "sha256": "95d7db2977d93eaabc6bdf770791baec3ac4fb0a809e9406940848edfa9503ba" }, "downloads": -1, "filename": "riak-2.6.1.tar.gz", "has_sig": true, "md5_digest": "e2035e42de413be72011b8ad70044109", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 192247, "upload_time": "2016-11-17T20:51:40", "url": "https://files.pythonhosted.org/packages/92/27/85fc88d89cea75fec7b72cbf5c691eeace86674e8a0c7f308b64611ac89b/riak-2.6.1.tar.gz" } ], "2.7.0": [ { "comment_text": "", "digests": { "md5": "cecff5beccf02991c2b1812d2a27ebe8", "sha256": "96183e54e8d1dfb94470d7c9c3aa55be772688e4984377aa30b81a239a4035c1" }, "downloads": -1, "filename": "riak-2.7.0-py2.7.egg", "has_sig": true, "md5_digest": "cecff5beccf02991c2b1812d2a27ebe8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 451076, "upload_time": "2016-12-12T22:51:24", "url": "https://files.pythonhosted.org/packages/e1/12/33b0bbe23c78b7c3e766095ab78b9a1c4051a515dd47459c6b792fdb4ec6/riak-2.7.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "804ebf43e294d83e301e392b5ef8e2d4", "sha256": "2e814d8c50bd103439e64cd1afe0935d62f445424d519cbb3fc956d6e1123bdf" }, "downloads": -1, "filename": "riak-2.7.0-py3.3.egg", "has_sig": true, "md5_digest": "804ebf43e294d83e301e392b5ef8e2d4", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 470309, "upload_time": "2016-12-12T22:51:28", "url": "https://files.pythonhosted.org/packages/3d/38/5628720ed25071082808be475c0fe50a45f10ad6e97524f7371e4fdb5cd6/riak-2.7.0-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "8ec1a71c3cd1bb2c99b775fbb87f72c5", "sha256": "3d6b5df273088f20aec03a16a4e35227c0537a4fe993d073fc4a26a98689745d" }, "downloads": -1, "filename": "riak-2.7.0-py3.4.egg", "has_sig": true, "md5_digest": "8ec1a71c3cd1bb2c99b775fbb87f72c5", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 463008, "upload_time": "2016-12-12T22:51:33", "url": "https://files.pythonhosted.org/packages/50/7b/4dfae10b1f091d91f8b83743e81c9f41b8bfc04933c4dd11539476b20c11/riak-2.7.0-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "d1bf90fa3d085ca3ed678c8762941bb2", "sha256": "13b9bd65ce0f5a87ea0956ebec434848caf9c2b819db5500360601b69866b861" }, "downloads": -1, "filename": "riak-2.7.0-py3.5.egg", "has_sig": true, "md5_digest": "d1bf90fa3d085ca3ed678c8762941bb2", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 462211, "upload_time": "2016-12-12T22:51:36", "url": "https://files.pythonhosted.org/packages/73/7e/e5efbfd28e4b168c6fe2cf9aa34eca6c3343e6afb340edea865fded68ef9/riak-2.7.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "84ab9c2c4cdefef0c01ca90c5071b881", "sha256": "1c676b90fef357f60adc135ccd180ac28945b61b1367198a2a63df86e9bac1ca" }, "downloads": -1, "filename": "riak-2.7.0.tar.gz", "has_sig": true, "md5_digest": "84ab9c2c4cdefef0c01ca90c5071b881", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194141, "upload_time": "2016-12-12T22:51:18", "url": "https://files.pythonhosted.org/packages/85/f5/1a571ddc68f1dc7148f083f25210b7c7de8a9bc69d0ea5683ca6f3c189a9/riak-2.7.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cecff5beccf02991c2b1812d2a27ebe8", "sha256": "96183e54e8d1dfb94470d7c9c3aa55be772688e4984377aa30b81a239a4035c1" }, "downloads": -1, "filename": "riak-2.7.0-py2.7.egg", "has_sig": true, "md5_digest": "cecff5beccf02991c2b1812d2a27ebe8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 451076, "upload_time": "2016-12-12T22:51:24", "url": "https://files.pythonhosted.org/packages/e1/12/33b0bbe23c78b7c3e766095ab78b9a1c4051a515dd47459c6b792fdb4ec6/riak-2.7.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "804ebf43e294d83e301e392b5ef8e2d4", "sha256": "2e814d8c50bd103439e64cd1afe0935d62f445424d519cbb3fc956d6e1123bdf" }, "downloads": -1, "filename": "riak-2.7.0-py3.3.egg", "has_sig": true, "md5_digest": "804ebf43e294d83e301e392b5ef8e2d4", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 470309, "upload_time": "2016-12-12T22:51:28", "url": "https://files.pythonhosted.org/packages/3d/38/5628720ed25071082808be475c0fe50a45f10ad6e97524f7371e4fdb5cd6/riak-2.7.0-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "8ec1a71c3cd1bb2c99b775fbb87f72c5", "sha256": "3d6b5df273088f20aec03a16a4e35227c0537a4fe993d073fc4a26a98689745d" }, "downloads": -1, "filename": "riak-2.7.0-py3.4.egg", "has_sig": true, "md5_digest": "8ec1a71c3cd1bb2c99b775fbb87f72c5", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 463008, "upload_time": "2016-12-12T22:51:33", "url": "https://files.pythonhosted.org/packages/50/7b/4dfae10b1f091d91f8b83743e81c9f41b8bfc04933c4dd11539476b20c11/riak-2.7.0-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "d1bf90fa3d085ca3ed678c8762941bb2", "sha256": "13b9bd65ce0f5a87ea0956ebec434848caf9c2b819db5500360601b69866b861" }, "downloads": -1, "filename": "riak-2.7.0-py3.5.egg", "has_sig": true, "md5_digest": "d1bf90fa3d085ca3ed678c8762941bb2", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 462211, "upload_time": "2016-12-12T22:51:36", "url": "https://files.pythonhosted.org/packages/73/7e/e5efbfd28e4b168c6fe2cf9aa34eca6c3343e6afb340edea865fded68ef9/riak-2.7.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "84ab9c2c4cdefef0c01ca90c5071b881", "sha256": "1c676b90fef357f60adc135ccd180ac28945b61b1367198a2a63df86e9bac1ca" }, "downloads": -1, "filename": "riak-2.7.0.tar.gz", "has_sig": true, "md5_digest": "84ab9c2c4cdefef0c01ca90c5071b881", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194141, "upload_time": "2016-12-12T22:51:18", "url": "https://files.pythonhosted.org/packages/85/f5/1a571ddc68f1dc7148f083f25210b7c7de8a9bc69d0ea5683ca6f3c189a9/riak-2.7.0.tar.gz" } ] }