{ "info": { "author": "mongkok", "author_email": "dani.pyc@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Django Arcgis Marketplace\n=========================\n\n|Waffle| |Pypi| |Wheel| |Build Status| |Codecov| |Code Climate|\n\n\nArcgis marketplace application.\n\nDependencies\n------------\n\n* Python \u2265 3.5\n* Django \u2265 1.11\n* Postgres\n\n\nInstallation\n------------\n\nInstall last stable version from Pypi.\n\n.. code:: sh\n\n pip install django-arcgis-marketplace\n\n\nAdd ``arcgis_marketplace`` to your INSTALLED_APPS setting.\n\n.. code:: python\n\n INSTALLED_APPS = (\n ...\n 'django_filters',\n 'oauth2_provider',\n 'paypal.standard.ipn',\n 'polymorphic',\n 'rest_framework',\n 'social_django',\n 'taggit',\n ...\n 'core_flavor.apps.CoreAppConfig',\n 'countries.apps.CountriesAppConfig',\n 'orders.apps.OrdersAppConfig',\n 'arcgis_marketplace.apps.ArcgisMarketplaceAppConfig'\n )\n\nHook the Django urls into your URLconf.\n\n.. code:: python\n\n from django.conf.urls import include, url\n\n urlpatterns = [\n url(r'^', include(\n 'arcgis_marketplace.urls',\n namespace='arcgis-marketplace')),\n ]\n\nApply migrations.\n\n.. code:: python\n\n python manage.py migrate\n\n\n.. |Waffle| image:: https://badge.waffle.io/flavors/arcgis-marketplace.png?label=ready&title=Ready \n :target: https://waffle.io/flavors/arcgis-marketplace?utm_source=badge\n :alt: 'Stories in Ready'\n\n.. |Pypi| image:: https://img.shields.io/pypi/v/django-arcgis-marketplace.svg\n :target: https://pypi.python.org/pypi/django-arcgis-marketplace\n\n.. |Wheel| image:: https://img.shields.io/pypi/wheel/django-arcgis-marketplace.svg\n :target: https://pypi.python.org/pypi/django-arcgis-marketplace\n\n.. |Build Status| image:: https://travis-ci.org/flavors/arcgis-marketplace.svg?branch=master\n :target: https://travis-ci.org/flavors/arcgis-marketplace\n\n.. |Codecov| image:: https://img.shields.io/codecov/c/github/flavors/arcgis-marketplace.svg\n :target: https://codecov.io/gh/flavors/arcgis-marketplace\n\n.. |Code Climate| image:: https://codeclimate.com/github/flavors/arcgis-marketplace/badges/gpa.svg\n :target: https://codeclimate.com/github/flavors/arcgis-marketplace\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/flavors/arcgis-marketplace/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-arcgis-marketplace", "package_url": "https://pypi.org/project/django-arcgis-marketplace/", "platform": "", "project_url": "https://pypi.org/project/django-arcgis-marketplace/", "project_urls": { "Homepage": "https://github.com/flavors/arcgis-marketplace/" }, "release_url": "https://pypi.org/project/django-arcgis-marketplace/0.0.13/", "requires_dist": null, "requires_python": "", "summary": "Arcgis marketplace app.", "version": "0.0.13" }, "last_serial": 3440071, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "871e569f335a703a8a6498d517cd6a98", "sha256": "1ad981c4347dee792d97ee5df2088985948812e8136a550e7e1579db57b0734f" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "871e569f335a703a8a6498d517cd6a98", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18719, "upload_time": "2017-05-21T17:16:13", "url": "https://files.pythonhosted.org/packages/de/e6/35fe0a6ebd09d25a09934f7ec6cfeb318794448edcb9e113f24addf568b6/django_arcgis_marketplace-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f067a21d3ccb56ecfb53260e1dad93d", "sha256": "6ee8bdf30576823bf840f2a53071f445b7eaee2e831190b41591ed0ccc5cd20d" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7f067a21d3ccb56ecfb53260e1dad93d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11396, "upload_time": "2017-05-21T17:16:10", "url": "https://files.pythonhosted.org/packages/f4/fc/855014673db7b594839ce112bb089a17675db887267001b990b5ee158bd3/django-arcgis-marketplace-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "0d7dab92b92859441eb0ff7cef9cbc7f", "sha256": "1699731ce2e4ff8ea57f60b552dda40638bf5a376a6e55c75f3894292c3f904e" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0d7dab92b92859441eb0ff7cef9cbc7f", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 25976, "upload_time": "2017-08-25T18:19:32", "url": "https://files.pythonhosted.org/packages/81/70/dcbea027c47b70a02b51aa3023d7bcd979b46502a4fe60d0d136ff3bfd82/django_arcgis_marketplace-0.0.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca8c1de5d010fb31a435ab25d55cd0e6", "sha256": "494d3234e5b53b289d3cbe60a5cc7e4d06f12e4ffb2ca9cbf361d8eaf474868f" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.10.tar.gz", "has_sig": false, "md5_digest": "ca8c1de5d010fb31a435ab25d55cd0e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23490, "upload_time": "2017-08-25T18:19:28", "url": "https://files.pythonhosted.org/packages/81/8e/68c2349c9f82968ee32443e3326a8c8f67f9038bd31fb63aed6e46fb6bd0/django-arcgis-marketplace-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "0a529c3935e4008684e176cb7d0175f7", "sha256": "96177ece93291ac6a864153e404826e90f050f5efe36ce4986ec02c1a810c7ef" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0a529c3935e4008684e176cb7d0175f7", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 25995, "upload_time": "2017-10-28T13:31:03", "url": "https://files.pythonhosted.org/packages/7b/45/2622eebb8dd822960bfe93c3f45aabcc5ca1cde9f8899b0167614bc81b21/django_arcgis_marketplace-0.0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ebf20b1196b965ebf5f772b4b7906658", "sha256": "a399f1416da91ecc2af6da5e8e95f1eca9a3904cc1cccc1427221cadd883aac1" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.11.tar.gz", "has_sig": false, "md5_digest": "ebf20b1196b965ebf5f772b4b7906658", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23523, "upload_time": "2017-10-28T13:30:47", "url": "https://files.pythonhosted.org/packages/4e/b6/702a93e4ce8410621f651b26bcbf82301159cd43c9aa1af7bfb8b05a2131/django-arcgis-marketplace-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "92bf7c937bcb8857e440e480cd5af94b", "sha256": "34720f276745b671f90c2d13746846de6c5664a38c115561303eff75c7cbccf4" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "92bf7c937bcb8857e440e480cd5af94b", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 25895, "upload_time": "2017-12-16T20:49:33", "url": "https://files.pythonhosted.org/packages/5c/b4/8cb4a550f6aff035575190d7e6ff20d336246c0cf6d098d759cb51f3de19/django_arcgis_marketplace-0.0.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5dd2aa3a54727f192829c8c15317ae86", "sha256": "2d1667cfca2306ec6e93a81a30f31683b1dfe8e2aca040c8ad1ec2399187f921" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.12.tar.gz", "has_sig": false, "md5_digest": "5dd2aa3a54727f192829c8c15317ae86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23525, "upload_time": "2017-12-16T20:49:26", "url": "https://files.pythonhosted.org/packages/9a/03/4d64adcd71e45cc60b0dcb00acb10d96419924e3185813fd404a8fb85867/django-arcgis-marketplace-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "714fcd878f4528dd24a07a43064beae0", "sha256": "aedcae11d73247fd5eef5c7c45b069171cac72c1c3deb2b5675b938bc70f941c" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "714fcd878f4528dd24a07a43064beae0", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 25911, "upload_time": "2017-12-24T06:05:51", "url": "https://files.pythonhosted.org/packages/46/96/6a624dd000512e5c802e2d8fa430d081ec13b22b6a8d8086c691217fdf0f/django_arcgis_marketplace-0.0.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc133d4948edb1eb321ba14c9c11c3b1", "sha256": "98130c971fcb5091db4adc157194f65222feb655d04ba78864d595be783ce6b3" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.13.tar.gz", "has_sig": false, "md5_digest": "fc133d4948edb1eb321ba14c9c11c3b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23855, "upload_time": "2017-12-24T06:05:45", "url": "https://files.pythonhosted.org/packages/ff/df/f08ce51bbfa73d30a2d4712726a9ddef8f1e8e4e5e29fccc35fb7de13cf9/django-arcgis-marketplace-0.0.13.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "96d80a33db57e010cde262291ed8942b", "sha256": "bd4f82ea7fd6e851a60b90a4fc4fe18edd96b91cab81cb198a5105f9310c7832" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "96d80a33db57e010cde262291ed8942b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19292, "upload_time": "2017-05-21T23:28:02", "url": "https://files.pythonhosted.org/packages/3b/6c/1040d27aa80f9b97235c1229b8a5f733cbe9a9f1da63af9e2ba5099b73dd/django_arcgis_marketplace-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00996476997282c10c73987c830f0323", "sha256": "78d32c944aa25c829183bf6847d07fa52b262ef17736acb3ddc97a9c6f45dd65" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.2.tar.gz", "has_sig": false, "md5_digest": "00996476997282c10c73987c830f0323", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11565, "upload_time": "2017-05-21T23:27:59", "url": "https://files.pythonhosted.org/packages/d5/2f/6ae4c3d7ede04eb85f55ce8ae6533bc2ee6f98c6ee4ae9bd74fb91f87df9/django-arcgis-marketplace-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "6ed7b22e6652e884333f3ac1b6577b4d", "sha256": "9e10bcb7444bb79c5a965938f945c7876cf6159efb421c8fc371366c0b5ba472" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ed7b22e6652e884333f3ac1b6577b4d", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 19299, "upload_time": "2017-05-24T00:51:11", "url": "https://files.pythonhosted.org/packages/ae/f6/a2ce9731a44201b30beb88ef8d8f118113b468f98bdd99784f5a7841c17f/django_arcgis_marketplace-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a3154ab1e0f0e4860749e04ab9a3eaf0", "sha256": "095549f48b8e627b8bb5f9dc3d7c6f2588f354279fe12a0f5e77ce19aa08c679" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a3154ab1e0f0e4860749e04ab9a3eaf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17941, "upload_time": "2017-05-24T00:51:06", "url": "https://files.pythonhosted.org/packages/8f/8a/fb6a8ee53df60fa3ea5ccf330c2808ce06c31483c32e225ac45ea46afaf9/django-arcgis-marketplace-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "2a8e703014cf4ddb566f1736b642324a", "sha256": "a78920bdbfda1d46682fb3a587fb46d1c642733460f01efcd3f77bf33703d196" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2a8e703014cf4ddb566f1736b642324a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19444, "upload_time": "2017-05-24T23:24:42", "url": "https://files.pythonhosted.org/packages/6c/3a/56dca832aac353fd18de2d04bc660457928c0e64c11a14b4ab23000bce95/django_arcgis_marketplace-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6a68ad0bf0844c2ea1b9d1c0c68e362e", "sha256": "0af1ddce2b70485b411762c99aee0913de771de2fdb864d89721b6225ed5f378" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.4.tar.gz", "has_sig": false, "md5_digest": "6a68ad0bf0844c2ea1b9d1c0c68e362e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17943, "upload_time": "2017-05-24T23:24:38", "url": "https://files.pythonhosted.org/packages/22/ff/16de6927259894bbf1239f217802a317123d8881163a6b9e0b5abeacc7fe/django-arcgis-marketplace-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "c6c35a42e8e620b6eea7935f15792594", "sha256": "50abccfefef0aac14d48104230b95eefd161e5f70ba8fb80da90ee0e166509bf" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6c35a42e8e620b6eea7935f15792594", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 20765, "upload_time": "2017-06-24T11:06:54", "url": "https://files.pythonhosted.org/packages/3a/44/ed088b968324713e44c8d404244e7c560376bc91d2796d14c40ec5c611fb/django_arcgis_marketplace-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee6563807ffa87f81f67553b53a89fbc", "sha256": "0bbbfa59d3940bcd6a3ebbc92d3ae62d468ed057db91d55aaf5cb39bf88c16c6" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.5.tar.gz", "has_sig": false, "md5_digest": "ee6563807ffa87f81f67553b53a89fbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18822, "upload_time": "2017-06-24T11:06:49", "url": "https://files.pythonhosted.org/packages/d7/8a/439ba0869e8c4ca65c52590341b8c048e0c9068d7b140931945358ac952d/django-arcgis-marketplace-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "ecd46681fa035905e1bb5526b278714a", "sha256": "a5f49e600ff63488a8622c5a8852436c036c0f99115be7a2f76f0e133234bc4b" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ecd46681fa035905e1bb5526b278714a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 24592, "upload_time": "2017-07-09T22:41:13", "url": "https://files.pythonhosted.org/packages/0d/8c/246e8f85e2cfeafee71977d561f873453fd75f419db557aaaa82753bc2e8/django_arcgis_marketplace-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19478de3f69108d2c3d686b0e5ee5183", "sha256": "70fadc29bf9ae706654d86d26673758043988d48086a59dadc3cd478eb316c08" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.6.tar.gz", "has_sig": false, "md5_digest": "19478de3f69108d2c3d686b0e5ee5183", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21337, "upload_time": "2017-07-09T22:41:10", "url": "https://files.pythonhosted.org/packages/d8/fb/6d3a3fc7aab75c75c91dcc75dd62ffb1381ee468d8cc63dc5ee101fc189c/django-arcgis-marketplace-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "50ae6ace049439046ff6232d3b8b2c0c", "sha256": "db632266e8f74b8072c8e8f70a5aa4d7c8525f24fb11de79975f08e9bb9bf76a" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "50ae6ace049439046ff6232d3b8b2c0c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 24556, "upload_time": "2017-08-09T17:19:22", "url": "https://files.pythonhosted.org/packages/94/7f/581f826c18730c580bf76ed9e674b2739f6cd3a8f1387ca80040f193632f/django_arcgis_marketplace-0.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcd97595bd078f546538873e78a7349d", "sha256": "79415e41de768f1f942bce138a42c522d9af47a4dcbcea8b7fe919dae0aed854" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.7.tar.gz", "has_sig": false, "md5_digest": "bcd97595bd078f546538873e78a7349d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21334, "upload_time": "2017-08-09T17:19:19", "url": "https://files.pythonhosted.org/packages/36/61/37676ff804dfd262c41ae741564e9b1d3c247c94020f9c611a2675f35ca4/django-arcgis-marketplace-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "3c2a1a47a0adbd1a24bd89f88afcdac1", "sha256": "caff0e678f8a503c2628a4137cacce3e246d4759fcc4516cf2fb5a7ca5d2c0aa" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c2a1a47a0adbd1a24bd89f88afcdac1", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 23591, "upload_time": "2017-08-13T08:42:57", "url": "https://files.pythonhosted.org/packages/21/77/527804cc8da94c3905333aea7dc1fc5eeedaf4129eb0d173fbf375dd8a3a/django_arcgis_marketplace-0.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "75678274b81133e6ad2adf8e15a1d94c", "sha256": "74ae725e7a39193455c5f751c75d0b9f7c41ec9c1b27c76583ae7aa66d4853de" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.8.tar.gz", "has_sig": false, "md5_digest": "75678274b81133e6ad2adf8e15a1d94c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21918, "upload_time": "2017-08-13T08:42:53", "url": "https://files.pythonhosted.org/packages/a6/d1/dfcef7074ce60b856dadcb682e78c338b8bbf4f06cc2c829c7978fa7bc16/django-arcgis-marketplace-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "6b19bf70175d899789260137a8ba6d2d", "sha256": "cb1432e22a96da1120adbd710327e7cff2c35d53f0b433a655b6479cecc03dc2" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b19bf70175d899789260137a8ba6d2d", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 25921, "upload_time": "2017-08-13T09:59:46", "url": "https://files.pythonhosted.org/packages/93/0a/bda1f5d7da1cee3f2c085daeb02bc92d97c0fb2286abeaef605855178854/django_arcgis_marketplace-0.0.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f686dd850401dbcc08d1e4b1b64fe34", "sha256": "cdf2d59f4b3c7271caa2529831499dbfe437cda237c08d48fed5e00d26838571" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.9.tar.gz", "has_sig": false, "md5_digest": "3f686dd850401dbcc08d1e4b1b64fe34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23560, "upload_time": "2017-08-13T09:59:42", "url": "https://files.pythonhosted.org/packages/e7/0d/bf4f3d6ae26c49dd6c6b589e83c914ef2bee60907b3c70e95ed6e6994bae/django-arcgis-marketplace-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "714fcd878f4528dd24a07a43064beae0", "sha256": "aedcae11d73247fd5eef5c7c45b069171cac72c1c3deb2b5675b938bc70f941c" }, "downloads": -1, "filename": "django_arcgis_marketplace-0.0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "714fcd878f4528dd24a07a43064beae0", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 25911, "upload_time": "2017-12-24T06:05:51", "url": "https://files.pythonhosted.org/packages/46/96/6a624dd000512e5c802e2d8fa430d081ec13b22b6a8d8086c691217fdf0f/django_arcgis_marketplace-0.0.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc133d4948edb1eb321ba14c9c11c3b1", "sha256": "98130c971fcb5091db4adc157194f65222feb655d04ba78864d595be783ce6b3" }, "downloads": -1, "filename": "django-arcgis-marketplace-0.0.13.tar.gz", "has_sig": false, "md5_digest": "fc133d4948edb1eb321ba14c9c11c3b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23855, "upload_time": "2017-12-24T06:05:45", "url": "https://files.pythonhosted.org/packages/ff/df/f08ce51bbfa73d30a2d4712726a9ddef8f1e8e4e5e29fccc35fb7de13cf9/django-arcgis-marketplace-0.0.13.tar.gz" } ] }