{ "info": { "author": "Ferrix Hovi, Thomas Schreiber", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-cumulus\n==============\n\n``django-cumulus`` provides a set of tools to utilize the\n`python-swiftclient`_ and `Rackspace Cloud Files API`_ from Django. It\nincludes a custom file storage class, CumulusFilesStorage.\n\n|docs|_\n|build|_\n|coverage|_\n|version|_\n|requires|_\n\nMore documentation about the usage and installation of ``django-cumulus``\ncan be found on `django-cumulus.readthedocs.org`_.\n\nThe source code for ``django-cumulus`` can be found and contributed to on\n`github.com/django-cumulus/django-cumulus`_. There you can also `file issues`_.\n\nTo find out what's new in this version of ``django-cumulus``, please see\n`the changelog`_\n\n\nCore Team\n=========\n\nThis library is maintained by:\n\n* Ferrix Hovi (@ferrix)\n* Thomas Schreiber (@rizumu)\n\nThey will be able to answer questions, give architectural guidance and merge\npull requests.\n\n\nQuick Installation Guide\n========================\n\nPlease visit `django-cumulus.readthedocs.org`_ for the full documentation.\n\n* Install Django Cumulus with your favorite Python package manager::\n\n pip install django-cumulus\n\n* To install the `in-development version`_ of Django Cumulus::\n\n pip install django-cumulus==dev\n\n\n* Add ``'cumulus'`` to the ``INSTALLED_APPS`` setting in your\n project's ``settings.py``::\n\n INSTALLED_APPS = (\n ...\n 'cumulus',\n ...\n )\n\n* Add the following to your project's ``settings.py`` file::\n\n CUMULUS = {\n 'USERNAME': 'YourUsername',\n 'API_KEY': 'YourAPIKey',\n 'CONTAINER': 'ContainerName',\n 'PYRAX_IDENTITY_TYPE': 'rackspace',\n }\n DEFAULT_FILE_STORAGE = 'cumulus.storage.CumulusStorage'\n\nThe ``PYRAX_IDENTITY_TYPE`` parameter can either be ``rackspace`` or ``keystone``\ndepending on whether you use Rackspace or OpenStack respectively.\n\n\n.. _github.com/django-cumulus/django-cumulus: https://github.com/django-cumulus/django-cumulus/\n.. _django-cumulus.readthedocs.org: http://django-cumulus.readthedocs.org/\n.. _python-swiftclient: https://pypi.python.org/pypi/python-swiftclient/\n.. _Rackspace Cloud Files API: http://www.rackspace.com/cloud/files/api/\n.. _file issues: https://github.com/django-cumulus/django-cumulus/issues/\n.. _in-development version: https://github.com/django-cumulus/django-cumulus/tarball/master#egg=django-cumulus-dev\n.. _the changelog: http://django-cumulus.readthedocs.org/en/latest/changelog.html\n\n.. |build| image:: https://secure.travis-ci.org/django-cumulus/django-cumulus.png?branch=master\n.. _build: http://travis-ci.org/#!/django-cumulus/django-cumulus\n.. |coverage| image:: https://coveralls.io/repos/django-cumulus/django-cumulus/badge.png?branch=master\n.. _coverage: https://coveralls.io/r/django-cumulus/django-cumulus\n.. |version| image:: https://img.shields.io/pypi/v/django-cumulus.svg\n.. _version: https://crate.io/packages/django-cumulus\n.. |requires| image:: https://requires.io/github/django-cumulus/django-cumulus/requirements.png?branch=master\n.. _requires: https://requires.io/github/django-cumulus/django-cumulus/requirements/?branch=master\n.. |docs| image:: https://readthedocs.org/projects/django-cumulus/badge/?version=latest\n.. _docs: https://readthedocs.org/projects/django-cumulus/?badge=latest\n\n\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/django-cumulus/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/django-cumulus/django-cumulus/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-cumulus", "package_url": "https://pypi.org/project/django-cumulus/", "platform": "", "project_url": "https://pypi.org/project/django-cumulus/", "project_urls": { "Homepage": "https://github.com/django-cumulus/django-cumulus/" }, "release_url": "https://pypi.org/project/django-cumulus/1.0.21/", "requires_dist": [ "pyrax (<1.10,>=1.9)" ], "requires_python": "", "summary": "An interface to python-swiftclient and rackspace cloudfiles API from Django.", "version": "1.0.21" }, "last_serial": 4228893, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fdfb3003e463150564b6a45ab096eef3", "sha256": "5f8562f918d9f1a903f9e3d9d69c2725283dfb18c3c345419de1b6486fd80f5f" }, "downloads": -1, "filename": "django-cumulus-0.1.tar.gz", "has_sig": false, "md5_digest": "fdfb3003e463150564b6a45ab096eef3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7831, "upload_time": "2009-07-29T23:18:05", "url": "https://files.pythonhosted.org/packages/25/eb/a9802eb2069324e0c029c866d8e034e39c7afd75b363596f2b672b17bf80/django-cumulus-0.1.tar.gz" } ], "0.2": [], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f2c2da67d166fb56a6f4d7c16522493d", "sha256": "971148ab1fa3d8609fcb535292c77f6ac9f8042ab985eca7a8dd1c8db951f38d" }, "downloads": -1, "filename": "django-cumulus-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f2c2da67d166fb56a6f4d7c16522493d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56895, "upload_time": "2010-02-11T03:09:49", "url": "https://files.pythonhosted.org/packages/da/39/ca429ba452c74d8e1752108cb17390f709592f9d6279106d3279c8b6872c/django-cumulus-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "f22a682cd6920f4a145cbf2cc7e71897", "sha256": "3e984e20a3e544c8c9b16b0bf825f3a4f536a3049c55c52daf1e1189c7c582d0" }, "downloads": -1, "filename": "django-cumulus-0.2.2.tar.gz", "has_sig": false, "md5_digest": "f22a682cd6920f4a145cbf2cc7e71897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57111, "upload_time": "2010-02-11T18:30:12", "url": "https://files.pythonhosted.org/packages/6b/f9/5a5ed8863450654fde45916720b7a32bfa4438565eed8b80a4335c5aa7fe/django-cumulus-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "2a1618dd3e01fc68fce31255ec3a1a77", "sha256": "8e26351078ee59e75cd0eed9895864683237c8dddd6da3407c61e4f0cfabf549" }, "downloads": -1, "filename": "django-cumulus-0.2.3.tar.gz", "has_sig": false, "md5_digest": "2a1618dd3e01fc68fce31255ec3a1a77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83169, "upload_time": "2010-05-04T02:32:59", "url": "https://files.pythonhosted.org/packages/0a/3a/b78c58b800d68fe40d66a356304e302d7e4b75364293806a003426bc0ed9/django-cumulus-0.2.3.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "27bcbda7c074777e7c69d4646fb5804b", "sha256": "08987523e6a32f5f974ca49e5b98663c2ab0979cff6e17bc3d862c237bcd50b5" }, "downloads": -1, "filename": "django-cumulus-0.3.tar.gz", "has_sig": false, "md5_digest": "27bcbda7c074777e7c69d4646fb5804b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92007, "upload_time": "2010-05-17T23:30:51", "url": "https://files.pythonhosted.org/packages/f2/2c/934104310bb0e866a2a3612a59dfdea9c4637311051cecd0762b21e6a81c/django-cumulus-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "c170984d29e2cbfdd46f61e9a70eaa88", "sha256": "200f12afafb611db4ba875cd639bc706a2cbe3c064026962315b2768719338e3" }, "downloads": -1, "filename": "django-cumulus-0.3.1.tar.gz", "has_sig": false, "md5_digest": "c170984d29e2cbfdd46f61e9a70eaa88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92529, "upload_time": "2010-05-18T20:39:36", "url": "https://files.pythonhosted.org/packages/ab/c2/b19dc2b7b2bb7766679fffe017519c2219aaf6d5b06625b80dd631ef6645/django-cumulus-0.3.1.tar.gz" } ], "0.3.2": [], "0.3.3": [ { "comment_text": "", "digests": { "md5": "b31c68797cf0d5f7d77784956a24092b", "sha256": "b52bd9de3892caf3490f7b220250a2bb3e4d50581b022125f85b7dd84fa4a580" }, "downloads": -1, "filename": "django-cumulus-0.3.3.tar.gz", "has_sig": false, "md5_digest": "b31c68797cf0d5f7d77784956a24092b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76857, "upload_time": "2010-07-12T14:59:07", "url": "https://files.pythonhosted.org/packages/1e/99/93eb00bc0d57ff1171469f52c78c370ed2f58a37aec004c97210038fcc4e/django-cumulus-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "49916561c4dd0f3958397c058efcf405", "sha256": "20893439459d54e160bebda69aa8c79fcdc4736da7cc5abe0e2ce7dec526927f" }, "downloads": -1, "filename": "django-cumulus-0.3.4.tar.gz", "has_sig": false, "md5_digest": "49916561c4dd0f3958397c058efcf405", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19410, "upload_time": "2010-09-14T03:37:53", "url": "https://files.pythonhosted.org/packages/ee/1c/2205ccb31c9a7b3994aeb30c8746952bd9fc3f32631e95f424be59f049c7/django-cumulus-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "c74fc2e97e338544332a72f9cdd02831", "sha256": "c229fc4f336811a672433e258dc121d145c9c1780f32cd21a4b424049b9b0bc1" }, "downloads": -1, "filename": "django-cumulus-0.3.5.tar.gz", "has_sig": false, "md5_digest": "c74fc2e97e338544332a72f9cdd02831", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82357, "upload_time": "2011-01-08T05:45:37", "url": "https://files.pythonhosted.org/packages/69/7d/26930ca3131451448ccf14809dc5e2c924f141560fbf01f04b9bf493312c/django-cumulus-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "6d19cddd2334f2bca694d4285e638961", "sha256": "5e175ee03bd2ea6e1b388c378c743c24b505a8387a8e4ab886d9d0a72ce5ad8b" }, "downloads": -1, "filename": "django-cumulus-0.3.6.tar.gz", "has_sig": false, "md5_digest": "6d19cddd2334f2bca694d4285e638961", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85238, "upload_time": "2011-01-31T22:38:47", "url": "https://files.pythonhosted.org/packages/31/4d/d2463f1f3fbd7e9c864c19d0e8d94c65ebd9e4c6d5d9c575ff30eca0c2dc/django-cumulus-0.3.6.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "f4dd48e86b32c83d3816c7bc60f6c24f", "sha256": "0ec366c60083f5fdd1456f47b75c537142fafdd2bec5a340cf90cdb101b0e48d" }, "downloads": -1, "filename": "django-cumulus-1.0.tar.gz", "has_sig": false, "md5_digest": "f4dd48e86b32c83d3816c7bc60f6c24f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85605, "upload_time": "2011-03-03T17:05:26", "url": "https://files.pythonhosted.org/packages/e9/dc/0239c625baa7f1ce463c568e58f4e2285c9c9d427ded0191748efe1bf370/django-cumulus-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "e0ddc7470c25437c33a5f34b45f69569", "sha256": "cc52eb709dc8bc5237de583f249d08a5caf154c4c5d59a36939d6e097927a017" }, "downloads": -1, "filename": "django-cumulus-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e0ddc7470c25437c33a5f34b45f69569", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36800, "upload_time": "2011-03-07T02:36:02", "url": "https://files.pythonhosted.org/packages/51/d9/e7211d6aeee13f7cc7427c9c386a79775b53f7e156e22cd8dd806e2ef135/django-cumulus-1.0.1.tar.gz" } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "e4eb7597cd681f8e0c9be60c42f99ddc", "sha256": "93a7064d66cdfb7d831e4f732f452f38c9e0c452a787a8aa491f323302706f90" }, "downloads": -1, "filename": "django-cumulus-1.0.10.tar.gz", "has_sig": false, "md5_digest": "e4eb7597cd681f8e0c9be60c42f99ddc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23951, "upload_time": "2013-05-18T07:43:25", "url": "https://files.pythonhosted.org/packages/5b/3d/cdb56ac6cdfec04aa5a1b46f81eb5eef6bd08bdd8b906e4a40a530fab89f/django-cumulus-1.0.10.tar.gz" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "0e97f942b69d1dcb30c865438ad14337", "sha256": "f6c60235425b6708974fd8dcd194990117ad31068b4b3b48477b82e906ad3772" }, "downloads": -1, "filename": "django-cumulus-1.0.11.tar.gz", "has_sig": false, "md5_digest": "0e97f942b69d1dcb30c865438ad14337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26616, "upload_time": "2013-11-23T15:42:55", "url": "https://files.pythonhosted.org/packages/ff/9e/22fe5e5599363c3faa58a9ea050fa1b76007e87048a4022f5b4226d1ae5b/django-cumulus-1.0.11.tar.gz" } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "062d6d5ca6af91081804bc6c001addcc", "sha256": "ffaaed832cc22889aacc8f3aca2f0ac416adfd978f35ea801e2cef84e559a24d" }, "downloads": -1, "filename": "django-cumulus-1.0.12.tar.gz", "has_sig": false, "md5_digest": "062d6d5ca6af91081804bc6c001addcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26251, "upload_time": "2013-12-02T05:47:03", "url": "https://files.pythonhosted.org/packages/7b/ea/a68dab37360ae4f40a5e0de520b7e57e06846831c07aef4a1f36997071dd/django-cumulus-1.0.12.tar.gz" } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "4b1ccfb75fdeda560de8903e338a00aa", "sha256": "d7009118aafbd4c7a665ffc536bf4f0e2820caab585f7d2b38f9c791f1304258" }, "downloads": -1, "filename": "django-cumulus-1.0.13.tar.gz", "has_sig": false, "md5_digest": "4b1ccfb75fdeda560de8903e338a00aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23925, "upload_time": "2014-09-01T15:50:05", "url": "https://files.pythonhosted.org/packages/8b/a8/f01274498d56cbf37cabd1aea7b5030286e3c2a7b48a24f3a5c924056ece/django-cumulus-1.0.13.tar.gz" } ], "1.0.14": [ { "comment_text": "", "digests": { "md5": "be675d82a9a402b9ce0f75d25e933569", "sha256": "ede4f9dea9ae12889ab204eae09d0aada989776a5fef6ba66838f01e8771ef91" }, "downloads": -1, "filename": "django-cumulus-1.0.14.tar.gz", "has_sig": false, "md5_digest": "be675d82a9a402b9ce0f75d25e933569", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25092, "upload_time": "2014-09-13T06:20:31", "url": "https://files.pythonhosted.org/packages/6b/9f/17d65096c8f806421c4d6175c9fd57d3f4bd67e188ed5ef5b92929f620d0/django-cumulus-1.0.14.tar.gz" } ], "1.0.15": [ { "comment_text": "", "digests": { "md5": "98bb5a2e3bb86423f4e639f43d784137", "sha256": "4fbe1bed9c3c1c7a066b4decc08a571139d50c43b7b5aa8c86a61c45c05d6360" }, "downloads": -1, "filename": "django-cumulus-1.0.15.tar.gz", "has_sig": false, "md5_digest": "98bb5a2e3bb86423f4e639f43d784137", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25113, "upload_time": "2014-09-15T07:06:11", "url": "https://files.pythonhosted.org/packages/54/ab/988d4ed44b41aa281c8fe92ce3cebb7e9ca48eb4135376c67c40e040bf67/django-cumulus-1.0.15.tar.gz" } ], "1.0.16": [ { "comment_text": "", "digests": { "md5": "c51c4f7d87eb1e486a95a60b0a96ffed", "sha256": "76da884532fd00dea0cc922f110bd300e496083cf4c376b3d27a16242395411a" }, "downloads": -1, "filename": "django-cumulus-1.0.16.tar.gz", "has_sig": false, "md5_digest": "c51c4f7d87eb1e486a95a60b0a96ffed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33357, "upload_time": "2014-11-25T19:15:32", "url": "https://files.pythonhosted.org/packages/1a/9a/0224f75c701b585fedfc5a39025bb0a4494e2184de3c044141d8ee1093f1/django-cumulus-1.0.16.tar.gz" } ], "1.0.17": [ { "comment_text": "", "digests": { "md5": "8d87cb54f10810612a2c5f1f894eaa67", "sha256": "2f14f34364680e7ee5872fa8f98a5b39b764ac340b55ce0f8e4afac336c8b2df" }, "downloads": -1, "filename": "django_cumulus-1.0.17-py2-none-any.whl", "has_sig": false, "md5_digest": "8d87cb54f10810612a2c5f1f894eaa67", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 28920, "upload_time": "2014-12-18T18:14:00", "url": "https://files.pythonhosted.org/packages/2d/8a/9ce3a1e41004e4b7cfcf84a4e5d1826fe8e8693cd484f018d0e9e4397945/django_cumulus-1.0.17-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c5e06e303d63359980fc999ae6ef7db", "sha256": "b9ede9296798f244982ca727eff34678f23261861b7cf182641f6e4e2866c729" }, "downloads": -1, "filename": "django-cumulus-1.0.17.tar.gz", "has_sig": false, "md5_digest": "5c5e06e303d63359980fc999ae6ef7db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149317, "upload_time": "2014-12-18T18:14:03", "url": "https://files.pythonhosted.org/packages/48/67/cbd054efc0e51734904a679bb9405042b6f35a1fd3de15f364b3607a03b8/django-cumulus-1.0.17.tar.gz" } ], "1.0.18": [ { "comment_text": "", "digests": { "md5": "23e66a0d78e6c0f86a9a17192515d194", "sha256": "c321370863fe9c4c3d2067cbe7f72e143a8b870dc39fc36302786d80cad5df5d" }, "downloads": -1, "filename": "django_cumulus-1.0.18-py2-none-any.whl", "has_sig": false, "md5_digest": "23e66a0d78e6c0f86a9a17192515d194", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 28917, "upload_time": "2015-02-05T06:22:20", "url": "https://files.pythonhosted.org/packages/7c/bd/5a85ee09a0a128e6a2123294bb3164a5a93d36b2396624bcbfce305ee36c/django_cumulus-1.0.18-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "04b7c29cdd0e8568cd84f951cb1d65b1", "sha256": "e3454b428ac90954976c806d22f6b4d633f07c20f34818b6772d21109f186bba" }, "downloads": -1, "filename": "django-cumulus-1.0.18.tar.gz", "has_sig": false, "md5_digest": "04b7c29cdd0e8568cd84f951cb1d65b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149330, "upload_time": "2015-02-05T06:22:23", "url": "https://files.pythonhosted.org/packages/2d/61/6af870d093dca3e8659f525b3c6fa05ad8357e3fad284400afec8a343374/django-cumulus-1.0.18.tar.gz" } ], "1.0.19": [ { "comment_text": "", "digests": { "md5": "dd896fa131018c327a382c3bdacdf27c", "sha256": "ab8eb5d738b57a7738f47bb71baf63791c55d24bc76b726424344a47d124c72e" }, "downloads": -1, "filename": "django_cumulus-1.0.19-py2-none-any.whl", "has_sig": false, "md5_digest": "dd896fa131018c327a382c3bdacdf27c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 29242, "upload_time": "2015-02-23T18:02:46", "url": "https://files.pythonhosted.org/packages/0d/7e/b7a18e5ce46a04b2bfa2781ac7655ba02696b5666fd7496bc5c882f82686/django_cumulus-1.0.19-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6216720655f37f762c3b37237c59f11c", "sha256": "a95ee27273e3f7fcd63fdea31658321340d096398f63e7a8d7ebb31640dbb67b" }, "downloads": -1, "filename": "django-cumulus-1.0.19.tar.gz", "has_sig": false, "md5_digest": "6216720655f37f762c3b37237c59f11c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33176, "upload_time": "2015-02-23T18:02:50", "url": "https://files.pythonhosted.org/packages/79/db/c372885249236c234a64ce8a67ca818cae15dde5c1504b1a6ce743461791/django-cumulus-1.0.19.tar.gz" } ], "1.0.2": [], "1.0.20": [ { "comment_text": "", "digests": { "md5": "a4a2498ed349621f3fa2055430d7e8e5", "sha256": "9961cfa2a6747f512c85a6198d4238def6cb636267d1738e5c4c9c50c8d41052" }, "downloads": -1, "filename": "django_cumulus-1.0.20-py2-none-any.whl", "has_sig": false, "md5_digest": "a4a2498ed349621f3fa2055430d7e8e5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 29919, "upload_time": "2018-03-17T07:11:30", "url": "https://files.pythonhosted.org/packages/90/38/f4a0d2ae52cb4e59acda7278d32818fdcf3c1b387522991056e05e9e02e2/django_cumulus-1.0.20-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97d1ef9114e327268779a475c28e3116", "sha256": "abea570c4250c64603aad01355f623c4c6e963fbfa6dfaee0182a5600ff88a65" }, "downloads": -1, "filename": "django-cumulus-1.0.20.tar.gz", "has_sig": false, "md5_digest": "97d1ef9114e327268779a475c28e3116", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34127, "upload_time": "2018-03-17T07:11:32", "url": "https://files.pythonhosted.org/packages/d8/2f/ff4c6fc9480018128baf1e8e163e48da9fe448bef1cafd6dbcb647bf5724/django-cumulus-1.0.20.tar.gz" } ], "1.0.21": [ { "comment_text": "", "digests": { "md5": "d4d39de4f99c9d002b782fb6d4cb2949", "sha256": "f0cfb530bab82e3eea4aa900b9d3e38bab25155720189f04c9e4801bafdab4fb" }, "downloads": -1, "filename": "django_cumulus-1.0.21-py2-none-any.whl", "has_sig": false, "md5_digest": "d4d39de4f99c9d002b782fb6d4cb2949", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 30322, "upload_time": "2018-09-01T10:19:34", "url": "https://files.pythonhosted.org/packages/a4/91/2826684b8a3ff81ac003c3b0b834f3e1ebabf0afc5a971e79ef8f6a01e30/django_cumulus-1.0.21-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c1cbda290dcaca42c9977d57223e5f6", "sha256": "ff167e4778fe41717241233cef52d5bf4d2e5b72ef7aa18f1e63456900ddf4a7" }, "downloads": -1, "filename": "django_cumulus-1.0.21-py3-none-any.whl", "has_sig": false, "md5_digest": "2c1cbda290dcaca42c9977d57223e5f6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 28160, "upload_time": "2018-09-01T10:24:56", "url": "https://files.pythonhosted.org/packages/ca/5a/8654e46f3c80d0a34055d7084d885ce763d1c7d5f8801f9c481b9d81b28d/django_cumulus-1.0.21-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b59dd4ba0f29bcb7406716dc044928f", "sha256": "40f21c40854c8f12dd3f4ba875ae9562b0d1b09ac6cb8b0d05975564a53a7522" }, "downloads": -1, "filename": "django-cumulus-1.0.21.tar.gz", "has_sig": false, "md5_digest": "3b59dd4ba0f29bcb7406716dc044928f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34486, "upload_time": "2018-09-01T10:22:08", "url": "https://files.pythonhosted.org/packages/a7/14/c2c7d19d44f7fc4727127b6e88234feaa1737a9aa8276628f17dec4196d3/django-cumulus-1.0.21.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "03f23b223a1f1b342e08627fac8185a3", "sha256": "0a96a8f4734bbab30432e15c6c41b41c390a6279b9a8ee623778121e322e516b" }, "downloads": -1, "filename": "django-cumulus-1.0.3.tar.gz", "has_sig": false, "md5_digest": "03f23b223a1f1b342e08627fac8185a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82641, "upload_time": "2011-06-07T22:21:22", "url": "https://files.pythonhosted.org/packages/a1/11/2f886a406e04f13584e91558aaf1ceb96740d9e71b15987386147cba5c8b/django-cumulus-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "37e4145754ca1c88226aac8e060eb64b", "sha256": "30d2fe54f6873a0db7369742bdaa1b72a5178c750551ecf66d43306879143b98" }, "downloads": -1, "filename": "django-cumulus-1.0.4.tar.gz", "has_sig": false, "md5_digest": "37e4145754ca1c88226aac8e060eb64b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83464, "upload_time": "2011-09-02T21:59:17", "url": "https://files.pythonhosted.org/packages/ff/8e/9a18d4306cbddd38fdbf5090a7a1ae38a364abfbf4e1c35f2c28708599f6/django-cumulus-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "e7febe189b46e8915d5c977c26c5052e", "sha256": "bef7cbe0d66ffd4142291b9cd495d435ad5e7157e7266ce7b180f675771cd522" }, "downloads": -1, "filename": "django-cumulus-1.0.5.tar.gz", "has_sig": false, "md5_digest": "e7febe189b46e8915d5c977c26c5052e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 123886, "upload_time": "2012-01-31T04:31:17", "url": "https://files.pythonhosted.org/packages/60/df/1fef4f63f96426d49d569b728d23288df5b83311eff384e0805347ec77fc/django-cumulus-1.0.5.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "fbcfc086903d8563ef3281b90cb889f8", "sha256": "f5ffaed78c315dfd2f592e01ef4d6c59f980ae5015569ac6e459cc41d660e476" }, "downloads": -1, "filename": "django-cumulus-1.0.8.tar.gz", "has_sig": false, "md5_digest": "fbcfc086903d8563ef3281b90cb889f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22868, "upload_time": "2013-03-07T19:05:00", "url": "https://files.pythonhosted.org/packages/63/4b/4dee6ae6e0da6607cc484739693b5c7819de6f480f4b632a7fdc4aafc425/django-cumulus-1.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4d39de4f99c9d002b782fb6d4cb2949", "sha256": "f0cfb530bab82e3eea4aa900b9d3e38bab25155720189f04c9e4801bafdab4fb" }, "downloads": -1, "filename": "django_cumulus-1.0.21-py2-none-any.whl", "has_sig": false, "md5_digest": "d4d39de4f99c9d002b782fb6d4cb2949", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 30322, "upload_time": "2018-09-01T10:19:34", "url": "https://files.pythonhosted.org/packages/a4/91/2826684b8a3ff81ac003c3b0b834f3e1ebabf0afc5a971e79ef8f6a01e30/django_cumulus-1.0.21-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c1cbda290dcaca42c9977d57223e5f6", "sha256": "ff167e4778fe41717241233cef52d5bf4d2e5b72ef7aa18f1e63456900ddf4a7" }, "downloads": -1, "filename": "django_cumulus-1.0.21-py3-none-any.whl", "has_sig": false, "md5_digest": "2c1cbda290dcaca42c9977d57223e5f6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 28160, "upload_time": "2018-09-01T10:24:56", "url": "https://files.pythonhosted.org/packages/ca/5a/8654e46f3c80d0a34055d7084d885ce763d1c7d5f8801f9c481b9d81b28d/django_cumulus-1.0.21-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b59dd4ba0f29bcb7406716dc044928f", "sha256": "40f21c40854c8f12dd3f4ba875ae9562b0d1b09ac6cb8b0d05975564a53a7522" }, "downloads": -1, "filename": "django-cumulus-1.0.21.tar.gz", "has_sig": false, "md5_digest": "3b59dd4ba0f29bcb7406716dc044928f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34486, "upload_time": "2018-09-01T10:22:08", "url": "https://files.pythonhosted.org/packages/a7/14/c2c7d19d44f7fc4727127b6e88234feaa1737a9aa8276628f17dec4196d3/django-cumulus-1.0.21.tar.gz" } ] }