{ "info": { "author": "Jacob Rief", "author_email": "jacob.rief@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "# django-SHOP\n\n[![Build Status](https://travis-ci.org/awesto/django-shop.svg?branch=master)](https://travis-ci.org/awesto/django-shop?branch=master)\n[![PyPI version](https://img.shields.io/pypi/v/django-shop.svg)](https://pypi.python.org/pypi/django-shop)\n[![Join the chat at https://gitter.im/awesto/django-shop](https://badges.gitter.im/awesto/django-shop.svg)](https://gitter.im/awesto/django-shop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n[![Software license](https://img.shields.io/pypi/l/django-shop.svg)](https://pypi.python.org/pypi/django-shop)\n[![Twitter Follow](https://img.shields.io/twitter/follow/djangoSHOP.svg?style=social&label=djangoSHOP)](https://twitter.com/djangoSHOP)\n\n**Django-SHOP** aims to be a the easy, fun and fast e-commerce counterpart to\n[django-CMS](https://www.django-cms.org/).\n\n\n## Version 1.1 is about to be released soon!\n\nSee below on how to install it using the Cookiecutter template.\n\n\n## Build the database model out of the product's properties \u2013 not vice versa\n\nMost e-commerce systems are shipped with a predefined database model for products. But products can\nvary a lot, and it simply is impossible to create a model which fits for all of them. This is\nesspecially true for products with a hierarchy of variants. In many popular e-commerce platforms,\nyou either have far too many attributes per product, and/or the really required attributes are\nmissing.\n\nIn **django-SHOP** implementations, the product models reflect their pysical properties making it\npossible to create complete and deep hierarchies of variations, but without having to fiddle with\nunneeded properties. It furthermore avoids the need for an\n[Entity Attribute Value Model](https://en.wikipedia.org/wiki/Entity\u2013attribute\u2013value_model), which\nis considered a database anti-pattern, because it produces far too many table joins, when filtering\nby property.\n\n\n## Don't build pages using hard-coded templates \u2013 compose them\n\nWith the advent of frameworks, such as Angular, React, Vue and Aurelia, building web-applications\nshifted from a page-centric to a component-based approach.\n\nIn **django-SHOP**, you are in full control over the page's layout, since all components are\nencapsulated and independent from each other. This means that instead of adopting the Catalog, Cart,\nCheckout and Order pages, use the **django-CMS** plugin system to compose everything required for\nthose pages.\n\n\n## All Views are either HTML or RESTful services\n\nBrowser based navigation is important, but nowadays it's only one of many channels, clients\ncommunicate with a web-server. Consider Single Page Applications or other native clients, where we\nuse RESTful APIs instead of pure HTTP.\n\nThis strongly reduces the payload having to be transferred. It furthermore gives the client a\nsmoother user experience, since only the content has to be updated, rather than having to do full\npage reloads.\n\n\n## Programmable cart modifiers\n\nDuring checkout, taxes have to be applied or attributed. Depending on the shipping destination, the\nproduct group and other factors, this computation can either be simple or quite demanding.\n**Django-SHOP** offers a pluggable interface, to create modifiers which calculate the cart's totals,\ntaxes and other costs.\n\nThis same interface can be extended to compute the weight and shipping costs. It also can be used\nfor subtracting discounts or to add additional charges. \n\n\n## Programmable workflow for fulfilment and delivery\n\nFulfilling and shipping orders, probably is that part in e-commerce, which requires the most\nindividual adaption. **Django-SHOP** offers a programmable interface for orders, by using a finite\nstate machine to adopt the workflow. Each order may have several states, but only those actions\nmay be performed, for which state transitions are explicitly possible.\n\n\n## It's modular\n\nWhenever possible, extra features shall be added to third party libraries. This implies that\n**django-SHOP** aims to provide an API, which allows merchants to add every feature they desire.\n\nCurrently there are third party libraries for several Payment Service Providers, such as\n[PayPal](https://developer.paypal.com/docs/api/overview/), [Stripe](https://stripe.com/docs/api),\n[BS-PayOne](https://www.bspayone.com/DE/en) and [Viveum](https://www.viveum.com/?lang=en).\nAn open interface allows you to add any other provider.\n\nShipping Service Providers may be added as third party library as well. With\n[SendCloud](https://docs.sendcloud.sc/), ship your orders using one or more parcel services\navailable for your region.\n\n\n## Start by building your own demo\n\nInstead of providing an accessible online demo, **django-SHOP** can be set up in less than three\nminutes, and preconfigured to your needs. Having access to the product models, you can immediate\nstart to play arround, rename them, and modify them to reflect the properties of your products.\nThis is the easiest way to get a shop up and running out of the box, with the flexibility of a\nweb-site which could have been built from scratch by yourself.\n\nIf you want to start with a fresh demo, please use the prepared\n[Cookiecutter template for django-SHOP](https://github.com/awesto/cookiecutter-django-shop)\nand follow the instructions. \n\nTo get a first impression of the upcoming release 1.1, please use this\n[Cookiecutter template for django-SHOP version 1.1](https://github.com/awesto/cookiecutter-django-shop/tree/releases/1.1)\n\n\n## Audience of django-SHOP users\n\nSpecifically, we aim at providing a clean, modular and Pythonic/Djangonic implementation of an\ne-commerce framework, that a moderately experienced Django developer should be able to pick up\nand run easily. Pure Django models are used to describe each product type, and so the Django admin\nshall be used to build a minimalistic editor for each of them.\n\n\n## Consultancy\n\nWe provide full consultancy support and are available for building complete e-commerce systems based\non **django-SHOP**. Please contact office@awesto.com for further questions.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.django-shop.org/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-shop", "package_url": "https://pypi.org/project/django-shop/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-shop/", "project_urls": { "Homepage": "http://www.django-shop.org/" }, "release_url": "https://pypi.org/project/django-shop/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "A RESTful e-commerce framework based on Django", "version": "1.0.2" }, "last_serial": 5290697, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fb026f026440c60700743db8e9f46122", "sha256": "c3f59c29db7b79333099550a9875884292649f2bd97156f41c8304c56cb61955" }, "downloads": -1, "filename": "django-shop-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fb026f026440c60700743db8e9f46122", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29725, "upload_time": "2011-05-05T09:39:03", "url": "https://files.pythonhosted.org/packages/7f/0b/cc233d16280e4685ec3bc7705f4cfa718cc8348cffc98b4fa68adf5b5dc4/django-shop-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "738b41e06f902123acc13694175817d4", "sha256": "0bd348061d907e59b68c80038c2bd5a4752795293feabd2d7a6d8593d809ded4" }, "downloads": -1, "filename": "django-shop-0.0.10.tar.gz", "has_sig": false, "md5_digest": "738b41e06f902123acc13694175817d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 456712, "upload_time": "2011-08-11T11:19:13", "url": "https://files.pythonhosted.org/packages/22/2d/ee5e01fe8299c3c3805242ce6378e6e312f2daacf291474b37b74b4e2f3a/django-shop-0.0.10.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "259cac3585e398bdaa33d217529f7489", "sha256": "d40166b268f2c5c8690bb60eb90065054b9c14c39ccdff511cd81e981f0c244e" }, "downloads": -1, "filename": "django-shop-0.0.13.tar.gz", "has_sig": false, "md5_digest": "259cac3585e398bdaa33d217529f7489", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 308481, "upload_time": "2012-01-25T11:58:02", "url": "https://files.pythonhosted.org/packages/14/ca/c6e8963cb0ac474d0b8921ba1cb5f5ae5dff1d551245b048a472d7f212f4/django-shop-0.0.13.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "4588e867be1e4c4c568b5d919d2e2bce", "sha256": "0f1902365d1332aaf029a7c9c5b7653071a3b384347e0a0a7a61bb31e229329b" }, "downloads": -1, "filename": "django-shop-0.0.2.tar.gz", "has_sig": false, "md5_digest": "4588e867be1e4c4c568b5d919d2e2bce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 210941, "upload_time": "2011-05-05T10:22:49", "url": "https://files.pythonhosted.org/packages/60/da/fbc100a775d17714643887dfef80c6cf806593f40ed1c00de4e2733e18fa/django-shop-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "6dbb301504b066d7d246ffc5711cd32c", "sha256": "bd877de10226f462390c4d1c73c05ec4f167d5e659805ef31268a4f928f9504c" }, "downloads": -1, "filename": "django-shop-0.0.3.tar.gz", "has_sig": false, "md5_digest": "6dbb301504b066d7d246ffc5711cd32c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 209987, "upload_time": "2011-05-05T13:46:10", "url": "https://files.pythonhosted.org/packages/6f/e7/60cf4e5f57572e58e73b54918f1247c0aa47c1be148da3c6d0e7a9a7e3a1/django-shop-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "0aa75f7266c41f6eecec2eb225ac4065", "sha256": "979fb13707a5b2415cee8cfdf9131d0dcb905c72c6cad5e9608cf15132f98106" }, "downloads": -1, "filename": "django-shop-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0aa75f7266c41f6eecec2eb225ac4065", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 382585, "upload_time": "2011-06-29T10:15:16", "url": "https://files.pythonhosted.org/packages/bf/59/21b3a778dd90b2bfb16e46bf0511ef04d52c8bddfe5bf0fbdff808f0d6dc/django-shop-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "75508d09c7f703f92590c41d9a542b68", "sha256": "3a1a621c32ab49730efbaf34e7af9fedd85d9181031fcd3be672f38bc2cd6b33" }, "downloads": -1, "filename": "django-shop-0.0.5.tar.gz", "has_sig": false, "md5_digest": "75508d09c7f703f92590c41d9a542b68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 382624, "upload_time": "2011-06-29T10:43:11", "url": "https://files.pythonhosted.org/packages/89/6a/483c0429ddbcda7af5ba8a86f13356d03d18d7a6a9a958e6d2b3305a620f/django-shop-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "b2485c0df6be01a0869b06a029c5a5cd", "sha256": "05fb2c38abb7bfb2d6482c716726a338fbd5e02986702eb82fe0935c7c67bc85" }, "downloads": -1, "filename": "django-shop-0.0.6.tar.gz", "has_sig": false, "md5_digest": "b2485c0df6be01a0869b06a029c5a5cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 383511, "upload_time": "2011-07-05T18:19:47", "url": "https://files.pythonhosted.org/packages/07/30/20976e8fc807db1cdbcdf53bb45fd1ba0cba521352110e06d3a803369e72/django-shop-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "febb55e0825c5f18a438b938ba6b9060", "sha256": "dedbcd749d569c8c5ff7334ed4e00767449fdf4508e73ceb22c17a27a67edb17" }, "downloads": -1, "filename": "django-shop-0.0.7.tar.gz", "has_sig": false, "md5_digest": "febb55e0825c5f18a438b938ba6b9060", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 392083, "upload_time": "2011-07-08T13:25:16", "url": "https://files.pythonhosted.org/packages/7e/26/dac54670442ed93437a88222c3d0270e7b29c9a8bc977e263399a1b18089/django-shop-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "a8b125a6e96bc6c74daeaf707e8341ad", "sha256": "94ed81d8f7e5adc4b90469cdf67191d678de8e8d3a9c8ec00ac2fdc22f32a83e" }, "downloads": -1, "filename": "django-shop-0.0.8.tar.gz", "has_sig": false, "md5_digest": "a8b125a6e96bc6c74daeaf707e8341ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 397515, "upload_time": "2011-07-08T17:45:52", "url": "https://files.pythonhosted.org/packages/b0/44/9cb9f15b232912821d5431acddb97502e6ea7df72f4bb2f134ce810eef8c/django-shop-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "c79b7a825e6227ea9b3bd9a7eeacb030", "sha256": "7858217fc367d492a0e1bfd899010cdfbca27c0dd4d415e639ac0221b8cdec1e" }, "downloads": -1, "filename": "django-shop-0.0.9.tar.gz", "has_sig": false, "md5_digest": "c79b7a825e6227ea9b3bd9a7eeacb030", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 431837, "upload_time": "2011-07-13T14:06:18", "url": "https://files.pythonhosted.org/packages/1e/c7/6c347977c06fc61ba1c2c3b693e8d58ed0f6e455d631598c3e92e5a5534d/django-shop-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "f5e9ad03a425a6b4dc69f614d9c4b899", "sha256": "f00054e616320165340b805ac9aea76406714b3b6cd3a91bda32ee7f1f89f59b" }, "downloads": -1, "filename": "django-shop-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f5e9ad03a425a6b4dc69f614d9c4b899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175990, "upload_time": "2012-09-16T14:04:18", "url": "https://files.pythonhosted.org/packages/00/7c/860d262ba65608605c0e527e3c645cb07f92ea90d2a9400ec703d85b1b69/django-shop-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e9c8fd69cf631f6d70ea24f48d54e3cd", "sha256": "92e39f113e525f3be9f267d35db3724460caf04ae56fdd04f5d31611bde3c4c7" }, "downloads": -1, "filename": "django-shop-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e9c8fd69cf631f6d70ea24f48d54e3cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 176222, "upload_time": "2012-09-17T08:32:47", "url": "https://files.pythonhosted.org/packages/ec/ac/039836f38f7458f035818080dfed523e1850cca704f8a2f98363b592d9e8/django-shop-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "9d461d673f3abf868acada5fc8b615e7", "sha256": "05914edec52ee6d7fecc7fc0976efa8d05dff81fd668ae033c6e5adcf25e2e87" }, "downloads": -1, "filename": "django-shop-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9d461d673f3abf868acada5fc8b615e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 418753, "upload_time": "2012-12-17T13:07:29", "url": "https://files.pythonhosted.org/packages/dc/a1/89b64c5eae3fd5db9014c2a714cd3e265cf1f242d13270154f789a76e0bd/django-shop-0.1.2.tar.gz" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "641280970d86f9df0851ffa16480a640", "sha256": "8ef9177f6c66f376e0a900f0eb4c5785b6fb75126c80da924fab4b7af4085380" }, "downloads": -1, "filename": "django-shop-0.10.0.tar.gz", "has_sig": false, "md5_digest": "641280970d86f9df0851ffa16480a640", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 360379, "upload_time": "2017-04-03T08:33:59", "url": "https://files.pythonhosted.org/packages/62/46/4651cebc066fa64e087f8598ab5052d62ec572ca9102d3eb44d3d002d531/django-shop-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "aa01d590e4098c576449bd6665341d64", "sha256": "798c934920a6ed113ee2c3f35af6d5e670fed19ebeb2e704e8c06d663f830664" }, "downloads": -1, "filename": "django-shop-0.10.1.tar.gz", "has_sig": false, "md5_digest": "aa01d590e4098c576449bd6665341d64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 360356, "upload_time": "2017-04-10T13:00:05", "url": "https://files.pythonhosted.org/packages/78/fc/bf58e391f57aa2b0f2a397686906304374d7c13c17156988cbcd6fc43e9a/django-shop-0.10.1.tar.gz" } ], "0.10.2": [ { "comment_text": "", "digests": { "md5": "7654879e9d2de064dc742f72ba8ca328", "sha256": "2ee0d8eec3ac0f750d196d5b09aa33600a5155d7d6e7c7e746801392fd5e61dc" }, "downloads": -1, "filename": "django-shop-0.10.2.tar.gz", "has_sig": false, "md5_digest": "7654879e9d2de064dc742f72ba8ca328", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 360668, "upload_time": "2017-04-19T22:16:18", "url": "https://files.pythonhosted.org/packages/a2/fc/32093acc99a342f9c822a0b17912fe85785d651cb1ef2f3309eedfd44de1/django-shop-0.10.2.tar.gz" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "e5f2d1bf2f75f759a642f1dcaa5ed108", "sha256": "2b6ff0906ab17785864e0713a0a0b4c24e341ce0bf436a131076b2713c3c94ce" }, "downloads": -1, "filename": "django-shop-0.11.tar.gz", "has_sig": false, "md5_digest": "e5f2d1bf2f75f759a642f1dcaa5ed108", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 364978, "upload_time": "2017-08-24T21:01:11", "url": "https://files.pythonhosted.org/packages/b0/a1/fe457206b2c2df27f388546f04e11a47fbc493f38c3ca0f6c1c285819fd0/django-shop-0.11.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "1707877300427607717b3e695f4e1aa6", "sha256": "afc8f02aa09298de8173b3db260f6e07519a6c230d0ecd79ccda888d455f3716" }, "downloads": -1, "filename": "django-shop-0.11.1.tar.gz", "has_sig": false, "md5_digest": "1707877300427607717b3e695f4e1aa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 365320, "upload_time": "2017-09-16T09:55:41", "url": "https://files.pythonhosted.org/packages/ee/05/9762744526d10548075859b0dfd10c73f96410a10aeb3e749754ea9b3711/django-shop-0.11.1.tar.gz" } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "3018905c55ef28a141e43109003524e3", "sha256": "906432976d0d8d5ba85bf78975f8f96fb29ea42bc973cc5e8050b28d8cfb1748" }, "downloads": -1, "filename": "django-shop-0.11.2.tar.gz", "has_sig": false, "md5_digest": "3018905c55ef28a141e43109003524e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 367973, "upload_time": "2017-10-27T10:01:28", "url": "https://files.pythonhosted.org/packages/4d/18/f62199c3a98c336a7a52b9345d1d13bfe3e44339acf3db048a20c0ec890c/django-shop-0.11.2.tar.gz" } ], "0.11.3": [ { "comment_text": "", "digests": { "md5": "1a25c9c33a75a206ea49561123b61f48", "sha256": "21f6677d99f5f36141b5ecb961318e11d1e276a03cbf64c811e591b62700cf74" }, "downloads": -1, "filename": "django-shop-0.11.3.tar.gz", "has_sig": false, "md5_digest": "1a25c9c33a75a206ea49561123b61f48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 366624, "upload_time": "2017-11-13T13:49:29", "url": "https://files.pythonhosted.org/packages/33/8e/ab12576ef65ac7275b1bb9c793838e02ee4f5fd7f218b85ab1c25f2dcf9d/django-shop-0.11.3.tar.gz" } ], "0.11.4": [ { "comment_text": "", "digests": { "md5": "8bd7af6413f7b8f7942992d1ac6638af", "sha256": "1c12211e187828e95e16b9eaf336c9777c21e9023cf4dd2a4eaee3045aaacfac" }, "downloads": -1, "filename": "django-shop-0.11.4.tar.gz", "has_sig": false, "md5_digest": "8bd7af6413f7b8f7942992d1ac6638af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 370962, "upload_time": "2018-02-03T22:56:38", "url": "https://files.pythonhosted.org/packages/8b/f4/bfe537dba6b6f6e91a13b19841819d2d89f2e89f2b7392627d9613595a6e/django-shop-0.11.4.tar.gz" } ], "0.11.5": [ { "comment_text": "", "digests": { "md5": "9bcf7f830b7d9bd6f23caf63f4f8dab6", "sha256": "cd3961dec97cc02347c379bba963dea9302ee0195f0e5b448526137623b87ce3" }, "downloads": -1, "filename": "django-shop-0.11.5.tar.gz", "has_sig": false, "md5_digest": "9bcf7f830b7d9bd6f23caf63f4f8dab6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 369694, "upload_time": "2018-02-07T17:51:21", "url": "https://files.pythonhosted.org/packages/55/77/c225755996d6460285e0210aebad009d8029a608ecffd9313252a2e5e3ea/django-shop-0.11.5.tar.gz" } ], "0.11.6": [ { "comment_text": "", "digests": { "md5": "87c16ef1f60dd9c2aeeafafd55b01ded", "sha256": "5c84a16356e37451b98174e457ed666f6bc8e9df75ceac1b11316ac662f30e00" }, "downloads": -1, "filename": "django-shop-0.11.6.tar.gz", "has_sig": false, "md5_digest": "87c16ef1f60dd9c2aeeafafd55b01ded", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 369473, "upload_time": "2018-02-18T12:28:27", "url": "https://files.pythonhosted.org/packages/9b/24/e3be66d1540689af0caa66d046d7980dd7fb6dadd77d7dd9c599f5c8def1/django-shop-0.11.6.tar.gz" } ], "0.11.7": [ { "comment_text": "", "digests": { "md5": "0afbc589043e2c7708b50993b6852636", "sha256": "78ca8e91962944245e08f6a31fb5c5850a3e5cfee43966f876b5b61c9f8988fd" }, "downloads": -1, "filename": "django-shop-0.11.7.tar.gz", "has_sig": false, "md5_digest": "0afbc589043e2c7708b50993b6852636", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 369667, "upload_time": "2018-02-21T09:11:42", "url": "https://files.pythonhosted.org/packages/ba/d7/ab6da8f8819f479f852c992a380e1559172374cb2de6a5a7eb364da7886d/django-shop-0.11.7.tar.gz" } ], "0.12": [ { "comment_text": "", "digests": { "md5": "36b20055f0f087b3a69596d517c17434", "sha256": "2fe51dbb59596ac834ebbca78765afe8f54d8a9b641c338c2a53085bb643207a" }, "downloads": -1, "filename": "django-shop-0.12.tar.gz", "has_sig": false, "md5_digest": "36b20055f0f087b3a69596d517c17434", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 370648, "upload_time": "2018-03-18T11:18:31", "url": "https://files.pythonhosted.org/packages/58/8f/974c29d85941c7e69bb07c2b464898a5b702f69301f5fad7c252ee0d4ec7/django-shop-0.12.tar.gz" } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "a7a72df84ee50358bdf4d20206e0f19a", "sha256": "f37ca8f426041d367103d994b6eb414377211383614520845a1abb59ef84095d" }, "downloads": -1, "filename": "django-shop-0.12.1.tar.gz", "has_sig": false, "md5_digest": "a7a72df84ee50358bdf4d20206e0f19a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 370938, "upload_time": "2018-04-26T21:03:37", "url": "https://files.pythonhosted.org/packages/a4/ec/01b79dd03f534b6ce62fc063f4a287e4ec5f77c4ae3204e3132370fe1490/django-shop-0.12.1.tar.gz" } ], "0.12.2": [ { "comment_text": "", "digests": { "md5": "f5a0babc2a3e85c9a305c3c8f92c3081", "sha256": "f366aa8f390d7cad54fb2ec8ca00bf358917fb1ebf4ec6e2785aa102052fd77f" }, "downloads": -1, "filename": "django-shop-0.12.2.tar.gz", "has_sig": false, "md5_digest": "f5a0babc2a3e85c9a305c3c8f92c3081", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 369885, "upload_time": "2018-10-31T14:29:59", "url": "https://files.pythonhosted.org/packages/5e/2f/92d8ded9bea5afa49bc1fe451d2f0814324235ca417d561366be9c5a5302/django-shop-0.12.2.tar.gz" } ], "0.12.3": [ { "comment_text": "", "digests": { "md5": "76738ef217e55bf55a4b019f4281dc32", "sha256": "8ec404221dc40eff0f77e3a356317748ddd2d619f13a4ca472b853a9c1f6bf5d" }, "downloads": -1, "filename": "django-shop-0.12.3.tar.gz", "has_sig": false, "md5_digest": "76738ef217e55bf55a4b019f4281dc32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 369960, "upload_time": "2018-10-31T15:01:39", "url": "https://files.pythonhosted.org/packages/8d/2b/f57fcd16b9404624e354b2c70ca14f602aac985a442a77e7e2d5e345c662/django-shop-0.12.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b649a1c5e640b47f832e9bc04c14f69c", "sha256": "99b39314db15cbdb8116d73892bd902faa656b57a57d0bba9aedef74e00da342" }, "downloads": -1, "filename": "django-shop-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b649a1c5e640b47f832e9bc04c14f69c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 340727, "upload_time": "2013-06-03T14:24:14", "url": "https://files.pythonhosted.org/packages/99/e3/a59dd795f59817f15cf4e77dfcb11179cd24bac538bc3811b90f84bf1cc1/django-shop-0.2.0.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "0423d8b2a46f49bba955d9ba61d6a6e7", "sha256": "713bb74050081695e262a0d17dae61701c3e81b6a987a75969e004b943c6a5ef" }, "downloads": -1, "filename": "django-shop-0.9.0.tar.gz", "has_sig": false, "md5_digest": "0423d8b2a46f49bba955d9ba61d6a6e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73506, "upload_time": "2016-03-17T11:56:35", "url": "https://files.pythonhosted.org/packages/86/10/bc4d5c8217ff887be5b19d77ce1cff052e4ff347ddb6f6ec90071600bbd8/django-shop-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "a63b38bcb1777143f92e8ddede4ba169", "sha256": "b79f0c4430e4b5b4e2e428024523d20d4a21cf8692fd9d22ed009c4153231a57" }, "downloads": -1, "filename": "django-shop-0.9.1.tar.gz", "has_sig": false, "md5_digest": "a63b38bcb1777143f92e8ddede4ba169", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 256394, "upload_time": "2016-04-08T13:46:46", "url": "https://files.pythonhosted.org/packages/3c/02/ebce410c80388858f040ccc9e60ce97797e8bc3ff63d216a1c375dbdc665/django-shop-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "4cb913aa74030afc971835a970ef1554", "sha256": "43a26637e31a2a35ea9e988566c55d93d71ba5d3de6e14da83664a6a9bb6acd1" }, "downloads": -1, "filename": "django-shop-0.9.2.tar.gz", "has_sig": false, "md5_digest": "4cb913aa74030afc971835a970ef1554", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 267786, "upload_time": "2016-09-29T10:36:40", "url": "https://files.pythonhosted.org/packages/6b/7b/e0a820e425d5ca87b7b36b67406579b2274c8e5246b9a0ad0b6c8b093c4f/django-shop-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "48a1601bab0ef8144d5ccaf71a3e36a3", "sha256": "79973a31f9469fb5db471e479ba4f67c72ef43163f15fe6dc100a5a2133ac4be" }, "downloads": -1, "filename": "django-shop-0.9.3.tar.gz", "has_sig": false, "md5_digest": "48a1601bab0ef8144d5ccaf71a3e36a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 304022, "upload_time": "2016-10-19T23:05:01", "url": "https://files.pythonhosted.org/packages/ea/62/709111382bdc136a5aa98444a0adf7a836416a96f032159dc2e43b139b76/django-shop-0.9.3.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "269789c7b11986fae2c83d08b7509335", "sha256": "d3d239b3796ea4480bbd357345c3c3891832ddc5ba58540eb2fada2e916ff557" }, "downloads": -1, "filename": "django-shop-1.0.tar.gz", "has_sig": false, "md5_digest": "269789c7b11986fae2c83d08b7509335", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 382697, "upload_time": "2019-05-03T21:46:02", "url": "https://files.pythonhosted.org/packages/b6/9e/05c432ea62800ddfd36cd0b1391af5d265839fc91a08e86d1330113571e3/django-shop-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a0e42cade144d3c1c341cdc0afe1e0ad", "sha256": "545ef2874d42ade4af77790b18b114ab4a98491bd271ff7cdecf2c587df11e27" }, "downloads": -1, "filename": "django-shop-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a0e42cade144d3c1c341cdc0afe1e0ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 383191, "upload_time": "2019-05-17T21:16:09", "url": "https://files.pythonhosted.org/packages/60/5c/aa1e33ec369caae403aaa62192606aaa7c6b7a06a3d36e90a30bb11ef71a/django-shop-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "a1b0a07af71b0d959d6d6197f0cb716a", "sha256": "fa26f7a4593d4b67e6567ff64762a6c774fbd2402a3b888d3f959e718701417a" }, "downloads": -1, "filename": "django-shop-1.0.2.tar.gz", "has_sig": false, "md5_digest": "a1b0a07af71b0d959d6d6197f0cb716a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 383489, "upload_time": "2019-05-20T07:05:54", "url": "https://files.pythonhosted.org/packages/10/5f/d4bfc54db4d6d48754efe953c7c0f341761ad4c09c3701fa7494577b00cb/django-shop-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a1b0a07af71b0d959d6d6197f0cb716a", "sha256": "fa26f7a4593d4b67e6567ff64762a6c774fbd2402a3b888d3f959e718701417a" }, "downloads": -1, "filename": "django-shop-1.0.2.tar.gz", "has_sig": false, "md5_digest": "a1b0a07af71b0d959d6d6197f0cb716a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 383489, "upload_time": "2019-05-20T07:05:54", "url": "https://files.pythonhosted.org/packages/10/5f/d4bfc54db4d6d48754efe953c7c0f341761ad4c09c3701fa7494577b00cb/django-shop-1.0.2.tar.gz" } ] }