{ "info": { "author": "Divio AG", "author_email": "info@divio.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Framework :: Django CMS", "Framework :: Django CMS :: 3.4", "Framework :: Django CMS :: 3.5", "Framework :: Django CMS :: 3.6", "Framework :: Django CMS :: 3.7", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development", "Topic :: Software Development :: Libraries" ], "description": "==================\ndjango CMS Picture\n==================\n\n|pypi| |build| |coverage|\n\n**django CMS Picture** is a plugin for `django CMS `_\nthat allows you to add images on your site.\n\nThis addon is compatible with `Divio Cloud `_ and is also available on the\n`django CMS Marketplace `_\nfor easy installation.\n\n.. image:: preview.gif\n\n\nContributing\n============\n\nThis is a an open-source project. We'll be delighted to receive your\nfeedback in the form of issues and pull requests. Before submitting your\npull request, please review our `contribution guidelines\n`_.\n\nWe're grateful to all contributors who have helped create and maintain this package.\nContributors are listed at the `contributors `_\nsection.\n\nOne of the easiest contributions you can make is helping to translate this addon on\n`Transifex `_.\n\n\nDocumentation\n=============\n\nSee ``REQUIREMENTS`` in the `setup.py `_\nfile for additional dependencies:\n\n|python| |django| |djangocms|\n\n* Django Filer 1.3.0 or higher\n\nMake sure `django Filer `_\nis installed and configured appropriately.\n\n\nInstallation\n------------\n\nFor a manual install:\n\n* run ``pip install djangocms-picture``\n* add ``djangocms_picture`` to your ``INSTALLED_APPS``\n* run ``python manage.py migrate djangocms_picture``\n\n\nConfiguration\n-------------\n\nNote that the provided templates are very minimal by design. You are encouraged\nto adapt and override them to your project's requirements.\n\nThis addon provides a ``default`` template for all instances. You can provide\nadditional template choices by adding a ``DJANGOCMS_PICTURE_TEMPLATES``\nsetting::\n\n DJANGOCMS_PICTURE_TEMPLATES = [\n ('background', _('Background image')),\n ]\n\nYou'll need to create the `background` folder inside ``templates/djangocms_picture/``\notherwise you will get a *template does not exist* error. You can do this by\ncopying the ``default`` folder inside that directory and renaming it to\n``background``.\n\nAnother setting is ``DJANGOCMS_PICTURE_NESTING``, which allows you to render an image\nas the background image of a container that also contains other content (text, icons\nand so on). ::\n\n DJANGOCMS_PICTURE_NESTING = True\n\nwill enable this (the default is ``False``). When set to ``True``, you'll be able to place additional\nplugins inside the picture plugin.\n\nYou can override alignment styles with ``DJANGOCMS_PICTURE_ALIGN``, for example::\n\n DJANGOCMS_PICTURE_ALIGN = [\n ('top', _('Top Aligned')),\n ]\n\nThis will generate a class prefixed with ``align-``. The example above\nwould produce a ``class=\"align-top\"``. Adding a ``class`` key to the image\nattributes automatically merges the alignment with the attribute class.\n\nYou can enable responsive images technique by setting``DJANGOCMS_PICTURE_RESPONSIVE_IMAGES`` to ``True``.\nIn this case uploaded images will create thumbnails of different sizes according\nto ``DJANGOCMS_PICTURE_RESPONSIVE_IMAGES_VIEWPORT_BREAKPOINTS`` (which defaults to ``[576, 768, 992]``) and browser\nwill be responsible for choosing the best image to display (based upon the screen viewport).\n\nYou can use ``DJANGOCMS_PICTURE_RATIO`` to set the width/height ratio of images\nif these values are not set explicitly on the image::\n\n DJANGOCMS_PICTURE_RATIO = 1.618\n\nWe use the `golden ratio `_,\napproximately 1.618, as a default value for this.\n\nWhen working out sizes for the image, the system will use the following values,\nof preference:\n\n* the width or height set in the *Thumbnail options*\n* *Autoscale*\n* the *Width* and *Height*\n\nWe recommend setting width or height values around a placeholder so\nwhen the plugin uses *Autoscale* it can discover them::\n\n {% with 720 as width and 480 as height %}\n {% placeholder content %}\n {% endwith %}\n\nFurther configuration can be achieved through the\n`django Filer settings `_.\n\n\nRunning Tests\n-------------\n\nYou can run tests by executing::\n\n virtualenv env\n source env/bin/activate\n pip install -r test_requirements/base.txt\n python setup.py test\n\n\n.. |pypi| image:: https://badge.fury.io/py/djangocms-picture.svg\n :target: http://badge.fury.io/py/djangocms-picture\n.. |build| image:: https://travis-ci.org/divio/djangocms-picture.svg?branch=master\n :target: https://travis-ci.org/divio/djangocms-picture\n.. |coverage| image:: https://codecov.io/gh/divio/djangocms-picture/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/divio/djangocms-picture\n\n.. |python| image:: https://img.shields.io/badge/python-2.7%20%7C%203.4+-blue.svg\n :target: https://pypi.org/project/djangocms-picture/\n.. |django| image:: https://img.shields.io/badge/django-1.11%20%7C%202.1%20%7C%202.2-blue.svg\n :target: https://www.djangoproject.com/\n.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.4%2B-blue.svg\n :target: https://www.django-cms.org/\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/divio/djangocms-picture", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "djangocms-picture", "package_url": "https://pypi.org/project/djangocms-picture/", "platform": "", "project_url": "https://pypi.org/project/djangocms-picture/", "project_urls": { "Homepage": "https://github.com/divio/djangocms-picture" }, "release_url": "https://pypi.org/project/djangocms-picture/2.3.0/", "requires_dist": null, "requires_python": "", "summary": "Adds an image plugin to django CMS", "version": "2.3.0" }, "last_serial": 5505913, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6f5e840fd1bb9901e71e20e9f498dfe9", "sha256": "581379ebc325d0e6825b2849be8c1253a1665b547414ede2d64fae4c09c99fa7" }, "downloads": -1, "filename": "djangocms-picture-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6f5e840fd1bb9901e71e20e9f498dfe9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5948, "upload_time": "2014-02-19T16:43:28", "url": "https://files.pythonhosted.org/packages/cc/55/a6d1f05da74c49c8beb8dbdea63b0dda227d2cdffcec81b7f8147525e367/djangocms-picture-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f803f1aefc0b833c2ecc191ac0667a52", "sha256": "e9100b7878bd1752ba6c7302276a3f767bfbbba32f31e056259493286a5d6eb6" }, "downloads": -1, "filename": "djangocms-picture-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f803f1aefc0b833c2ecc191ac0667a52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28895, "upload_time": "2014-02-19T16:46:05", "url": "https://files.pythonhosted.org/packages/55/c5/ea4b87da6c98d4f684afb4ee39ae8f604811946b0d9a48c1c48fb5ef9330/djangocms-picture-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "610b358bd5565e134da7b507be51e8f9", "sha256": "116b58e877521b8505e7554528f15b5073771ecf3ab615dbe2a4cfce4f9052a9" }, "downloads": -1, "filename": "djangocms_picture-0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "610b358bd5565e134da7b507be51e8f9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 150611, "upload_time": "2014-08-14T11:29:22", "url": "https://files.pythonhosted.org/packages/2d/36/511fca2a49abff0ee90b2cb777265671749e5a104da59d66bbda6d58645e/djangocms_picture-0.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "78457c707d2ad3d6b3fedcfa3650bbc4", "sha256": "5a17f5bd439986a66152f5fe7bd148c44a333dc6edfd3eb07f98aefa49635266" }, "downloads": -1, "filename": "djangocms-picture-0.0.3.tar.gz", "has_sig": false, "md5_digest": "78457c707d2ad3d6b3fedcfa3650bbc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32361, "upload_time": "2014-08-14T11:29:08", "url": "https://files.pythonhosted.org/packages/b4/b9/4f4a9522de8d9964b249d3b3ebc17ced53c4253e9c428d607cc335c8c2a5/djangocms-picture-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "a88452546e72c38df0496a2359b0e7f9", "sha256": "f8325031fcba836089722646a4768a3d5f26bc9240febc85505a89ca0b7b2a87" }, "downloads": -1, "filename": "djangocms_picture-0.0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "a88452546e72c38df0496a2359b0e7f9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 150616, "upload_time": "2014-08-14T11:30:50", "url": "https://files.pythonhosted.org/packages/e1/e4/a8e45a591a64fbb5d515ec9cfe07798cd8f8372395f60ff93bb3ac44f610/djangocms_picture-0.0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e51ac1effdf10fa3ef0fb88b80e02ffc", "sha256": "0c557acf5e767267c39d1ff2e79311d6f3a779e49e1c586f1a09e17c61dae41c" }, "downloads": -1, "filename": "djangocms-picture-0.0.4.tar.gz", "has_sig": false, "md5_digest": "e51ac1effdf10fa3ef0fb88b80e02ffc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32377, "upload_time": "2014-08-14T11:30:47", "url": "https://files.pythonhosted.org/packages/da/d7/5664b9dde5943de950cd9953161a4ec9e4789c8478f20f1b330cb39b48d6/djangocms-picture-0.0.4.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "91043719f5a7fccc5d98620ce6601063", "sha256": "3c5d4d387e2a951c6a2601d93a6424dd3f082a5f1b0278f7a282cd108932d2ce" }, "downloads": -1, "filename": "djangocms_picture-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "91043719f5a7fccc5d98620ce6601063", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 154975, "upload_time": "2014-10-10T12:39:51", "url": "https://files.pythonhosted.org/packages/d0/53/751c71a211cf8b7c9b6f612725087b83ad7b37acb8f4c0de5964fbe46a4f/djangocms_picture-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "400dd08f0a63f2fc07050846b2ec38a6", "sha256": "c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3" }, "downloads": -1, "filename": "djangocms-picture-0.1.tar.gz", "has_sig": false, "md5_digest": "400dd08f0a63f2fc07050846b2ec38a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33969, "upload_time": "2014-10-10T12:39:49", "url": "https://files.pythonhosted.org/packages/46/3a/ea54823c480a59737b388686b5f492b90a9f26a819e02d441921288b011f/djangocms-picture-0.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "8a9d6fc9774b9b1393334e30672466f1", "sha256": "a8ee890aab634f8cc314df31681599f0767aff82c2155fc8e20933fcd76a1297" }, "downloads": -1, "filename": "djangocms_picture-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "8a9d6fc9774b9b1393334e30672466f1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 157543, "upload_time": "2015-12-03T23:32:33", "url": "https://files.pythonhosted.org/packages/93/56/4707ce76d45af5393ab9797c3c627dc43be592bcbf71d3f467ec47aeffef/djangocms_picture-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "180500d960041b7fd3be6eab604c42c8", "sha256": "012fc107610d1335e9b7eeff0d23620de7466b54c334299e72dada6f0e290860" }, "downloads": -1, "filename": "djangocms-picture-0.2.0.tar.gz", "has_sig": false, "md5_digest": "180500d960041b7fd3be6eab604c42c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34910, "upload_time": "2015-12-03T23:32:28", "url": "https://files.pythonhosted.org/packages/90/8e/3cf1d14593030a8b7c347be051b9575192d0d6a92cd7ffd0725f0f8820f2/djangocms-picture-0.2.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "30131edb7b4e54337e13155433d2b7f7", "sha256": "38b40f36362114aa8978864c5c9afd13aa904c0d2f92f7a86f22b766ddf2d9ac" }, "downloads": -1, "filename": "djangocms-picture-1.0.0.tar.gz", "has_sig": false, "md5_digest": "30131edb7b4e54337e13155433d2b7f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35127, "upload_time": "2016-03-04T17:06:49", "url": "https://files.pythonhosted.org/packages/bc/ac/3cb2bb0241a2ac48fb32a183e12775241c205cad49064b048b16a925bdb8/djangocms-picture-1.0.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "9a19153f1db74f469ec9c7f590ae3198", "sha256": "d1a43d400d71d15ccbdb3ba7578f4a709428809b82f76147d94de7e5243fce6e" }, "downloads": -1, "filename": "djangocms-picture-2.0.0.tar.gz", "has_sig": false, "md5_digest": "9a19153f1db74f469ec9c7f590ae3198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24307, "upload_time": "2016-09-08T18:38:45", "url": "https://files.pythonhosted.org/packages/09/95/0d2f22ed0ec7c0a41971710ea5b0712b488f7ccc51aed302f33c4464dedf/djangocms-picture-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "932ecfa955ca9b9da43d0f7745e611bd", "sha256": "de9f8dc1a34548cd792a47c4e58cf56950b09e9807783b9711c4793aacc1aa71" }, "downloads": -1, "filename": "djangocms-picture-2.0.1.tar.gz", "has_sig": false, "md5_digest": "932ecfa955ca9b9da43d0f7745e611bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24299, "upload_time": "2016-09-13T08:49:21", "url": "https://files.pythonhosted.org/packages/49/07/56e87658fc68ccdda5336acf5cef6611220ff343a887f6d9f3f242b21538/djangocms-picture-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "8cdf42f484c56302cdd727e8c0fda6aa", "sha256": "53de977b83e27173a1d9d582935c461cf9b4e8b7d360168d1d9a7ad81186771d" }, "downloads": -1, "filename": "djangocms-picture-2.0.2.tar.gz", "has_sig": false, "md5_digest": "8cdf42f484c56302cdd727e8c0fda6aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24425, "upload_time": "2016-09-20T08:45:16", "url": "https://files.pythonhosted.org/packages/25/b0/d103db2ec438b503d497e813ef251243bab5943db583979ff1fd7eb38536/djangocms-picture-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "0544ff9a268598d14aeba8b97426231a", "sha256": "1378c5a0b145e5878515c604bef1ca6912c360a287f0743497c68a45d561847c" }, "downloads": -1, "filename": "djangocms-picture-2.0.3.tar.gz", "has_sig": false, "md5_digest": "0544ff9a268598d14aeba8b97426231a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24484, "upload_time": "2016-10-31T14:34:24", "url": "https://files.pythonhosted.org/packages/d6/b6/01780dec6d3a48a64c95746031d3be1d492dad8bc43c9b1b9012de2a9152/djangocms-picture-2.0.3.tar.gz" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "f0df113984df9db176d67fe573fb1822", "sha256": "516f3782eb68413d6a1817d9bac33d70a1060df1073d0adcdc413160543408ef" }, "downloads": -1, "filename": "djangocms-picture-2.0.4.tar.gz", "has_sig": false, "md5_digest": "f0df113984df9db176d67fe573fb1822", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26542, "upload_time": "2016-11-22T17:05:17", "url": "https://files.pythonhosted.org/packages/d8/07/c2bc9ac2edb27d520303f9f92f5b8bc16ea73f661ad4edcadfc0e6148187/djangocms-picture-2.0.4.tar.gz" } ], "2.0.5": [ { "comment_text": "", "digests": { "md5": "cb1135d441a7a87243bdce79c9dc3199", "sha256": "8d890452dd2fdfbcc3d1601411deea6664b01ec870c2791d39d2b1d27db740c7" }, "downloads": -1, "filename": "djangocms-picture-2.0.5.tar.gz", "has_sig": false, "md5_digest": "cb1135d441a7a87243bdce79c9dc3199", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32329, "upload_time": "2017-05-09T11:15:59", "url": "https://files.pythonhosted.org/packages/55/93/88e7cb8a90e3c1ab55b285f06f8ad2e40cd01c18a79c2834bc5f50aa4223/djangocms-picture-2.0.5.tar.gz" } ], "2.0.6": [ { "comment_text": "", "digests": { "md5": "5042568e599574a7cdff0651e471fb73", "sha256": "d5b41dbf7cadcb30cfcac8d540c7cf531b446b899f367734202a468c98988154" }, "downloads": -1, "filename": "djangocms-picture-2.0.6.tar.gz", "has_sig": false, "md5_digest": "5042568e599574a7cdff0651e471fb73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32388, "upload_time": "2017-10-12T15:12:27", "url": "https://files.pythonhosted.org/packages/ad/15/040245b691fb2c8cdccad971a207758f205b74e9c394e6a418df28b8bbf4/djangocms-picture-2.0.6.tar.gz" } ], "2.0.7": [ { "comment_text": "", "digests": { "md5": "3b8af993518cde70dea8f6ebbb8630b4", "sha256": "c52b1596fb88090875b1da9364d4bc3500d7b548b68cb1d1626592b0fc503eb5" }, "downloads": -1, "filename": "djangocms_picture-2.0.7-py2-none-any.whl", "has_sig": false, "md5_digest": "3b8af993518cde70dea8f6ebbb8630b4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 185303, "upload_time": "2018-10-23T13:43:34", "url": "https://files.pythonhosted.org/packages/35/5d/5a65fde3215dd8f0c84e37bb9eb8bc1f387a1937dfcdf68dc4f5160f6a8b/djangocms_picture-2.0.7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97be9b60c2e21a3591751fa0699e49c8", "sha256": "e9b0de9a40f5430f72422603bcf6fdaeb5e41ba90688cf7cc423743d44445dd4" }, "downloads": -1, "filename": "djangocms-picture-2.0.7.tar.gz", "has_sig": false, "md5_digest": "97be9b60c2e21a3591751fa0699e49c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36084, "upload_time": "2018-10-23T13:43:31", "url": "https://files.pythonhosted.org/packages/68/2c/3f53f12500ab74298b396e488bd97fe623fdeb75a686cebf3fd738af8cef/djangocms-picture-2.0.7.tar.gz" } ], "2.0.8": [ { "comment_text": "", "digests": { "md5": "ea10059793f3a44ff7203d14df2bc1b1", "sha256": "3d35e29049a04bd44d701d4b07f76d395c3c180e8b6432fe96c7a31054c96cf1" }, "downloads": -1, "filename": "djangocms-picture-2.0.8.tar.gz", "has_sig": false, "md5_digest": "ea10059793f3a44ff7203d14df2bc1b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34366, "upload_time": "2018-11-13T08:39:58", "url": "https://files.pythonhosted.org/packages/91/14/0716b661636645bed4e6abb5870af122d8218ba6755842c9f8db75fa6dc3/djangocms-picture-2.0.8.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "0856515d5c24e03fb4dac301594d4d19", "sha256": "2b10bc8d3f171368e8d64063c636f8d0ba500d48e2b17fb1405203ed3f92af56" }, "downloads": -1, "filename": "djangocms-picture-2.1.0.tar.gz", "has_sig": false, "md5_digest": "0856515d5c24e03fb4dac301594d4d19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34383, "upload_time": "2018-11-13T09:24:28", "url": "https://files.pythonhosted.org/packages/75/51/b0c4bb5f21b9480a16fdeac3fa62f81b3fa6eb361a45de2cf5023a2591d3/djangocms-picture-2.1.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "49b43deebf1d23d608cd7f8a53b4c4ba", "sha256": "fb557ce550b47ae2a111532b00364a55bf425c2f148c73c3d6d1a59240f85c30" }, "downloads": -1, "filename": "djangocms-picture-2.1.1.tar.gz", "has_sig": false, "md5_digest": "49b43deebf1d23d608cd7f8a53b4c4ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36906, "upload_time": "2018-11-14T11:15:36", "url": "https://files.pythonhosted.org/packages/a8/9d/c70a65fe112946977c6c177f118453f2186baad9d7e9e55d98bda1e1deb1/djangocms-picture-2.1.1.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "630db95efe789251330b46370ca1ee87", "sha256": "4262d1160eccb61cb5e81fc0d2370160b884e6557caf9771a268a2dd14e16aa6" }, "downloads": -1, "filename": "djangocms-picture-2.1.2.tar.gz", "has_sig": false, "md5_digest": "630db95efe789251330b46370ca1ee87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36134, "upload_time": "2018-12-06T14:05:18", "url": "https://files.pythonhosted.org/packages/4f/a2/44fbc2cd892c5fadac50ba49aefb0989a45bafc667142ec55c0f4b1d8c04/djangocms-picture-2.1.2.tar.gz" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "731b6ae5c387a0cb75edb88954382be3", "sha256": "dcaf570ef3d072627ba5be83d7265ecd9ce83f1d0314cdb764032af2188d83ee" }, "downloads": -1, "filename": "djangocms-picture-2.1.3.tar.gz", "has_sig": false, "md5_digest": "731b6ae5c387a0cb75edb88954382be3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98269, "upload_time": "2018-12-12T09:36:23", "url": "https://files.pythonhosted.org/packages/ef/3b/be6302668985b4070a49bf9c0a9e1659cba6b91c7fa3be2ece92c83eb183/djangocms-picture-2.1.3.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "154c1ab66eaf5f28d103c484c92779c1", "sha256": "ab76be11bc8265ea345d6f711833b63d309e7c9f75f3a906403e8452cf481d03" }, "downloads": -1, "filename": "djangocms-picture-2.2.0.tar.gz", "has_sig": false, "md5_digest": "154c1ab66eaf5f28d103c484c92779c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36817, "upload_time": "2019-04-30T13:14:02", "url": "https://files.pythonhosted.org/packages/3d/ad/1c1305eb40622edcffb6757cc2d4b782adb27eefd0ba080da9c836cb278f/djangocms-picture-2.2.0.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "78aad9570f348969150c42b1ef1b4b16", "sha256": "c15cbaf323353400120b4a1b06ef6873e380f7b595a758ae429ded6e498c42be" }, "downloads": -1, "filename": "djangocms-picture-2.2.1.tar.gz", "has_sig": false, "md5_digest": "78aad9570f348969150c42b1ef1b4b16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36985, "upload_time": "2019-05-06T14:57:09", "url": "https://files.pythonhosted.org/packages/11/3d/83790d3cb2cc9aa420a259a4398a6aa6e6c028922b8b3a850fe13b555c97/djangocms-picture-2.2.1.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "30ce51ecc55aa8b6dd8baf6ca7dd431b", "sha256": "0f38222cc9a122471b104604b265d359f01a17e30f89eeddb1e6ae70ba06cd78" }, "downloads": -1, "filename": "djangocms-picture-2.3.0.tar.gz", "has_sig": false, "md5_digest": "30ce51ecc55aa8b6dd8baf6ca7dd431b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38117, "upload_time": "2019-07-09T09:45:47", "url": "https://files.pythonhosted.org/packages/be/e3/051570d630af8172675c699d1f438e7cb5da661fae883000586530a30b28/djangocms-picture-2.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30ce51ecc55aa8b6dd8baf6ca7dd431b", "sha256": "0f38222cc9a122471b104604b265d359f01a17e30f89eeddb1e6ae70ba06cd78" }, "downloads": -1, "filename": "djangocms-picture-2.3.0.tar.gz", "has_sig": false, "md5_digest": "30ce51ecc55aa8b6dd8baf6ca7dd431b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38117, "upload_time": "2019-07-09T09:45:47", "url": "https://files.pythonhosted.org/packages/be/e3/051570d630af8172675c699d1f438e7cb5da661fae883000586530a30b28/djangocms-picture-2.3.0.tar.gz" } ] }