Metadata-Version: 2.1
Name: django-easycart
Version: 0.4.0
Summary: A flexible session-based shopping cart for Django
Home-page: https://github.com/nevimov/django-easycart
Author: nevimov
Author-email: nevimov@gmail.com
License: MIT
Keywords: django shopping cart basket trolley
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
License-File: LICENSE

Easycart
========

Easycart is a flexible session-based shopping cart application for Django.
It provides plenty of hooks for overriding and extending the way it works.

By installing this app you get:

* Highly-customizable *BaseCart* and *BaseItem* classes to represent the user
  cart and items in it.

* A handy set of reusable components (views, urls and a context processor) for
  the most common tasks. These components are completely optional.

**Requirements**: Python 2.7+/3.4+ Django 1.8+


Resources
---------
* Docs: http://django-easycart.readthedocs.io/
* Source Code: https://github.com/nevimov/django-easycart
* Issue Tracker: https://github.com/nevimov/django-easycart/issues
