{ "info": { "author": "Hicham El Mansouri", "author_email": "admin@happystamp.fr", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Created by `Hicham El Mansouri `_\n\n========\nLicense\n========\n\nThis software is open sourced under `BSD licensed`_.\n\n========\nOverview\n========\n\nHappystamp is a `Django`_ application for building loyalty card systems. It's built on the top of `Mezzanine`_ CMS platform. This application provides, OOTB, the key features for a loyalty system like program setup, redeem/reward transaction and much more. \n\nFeatures\n========\n\n* Point of sale setup\n* Loyalty program setup\n* QR codes generation for `Happystamp app`_\n* Customer enrollment\n* Card history with executed transactions\n* Redeem/reward transactions\n* Marketing notifications\n* REST api for `Happystamp app`_\n* ...\n\nDependencies\n============\n\n* Happystamp is designed as a plugin for the `Mezzanine`_ content management platform, and therefore requires `Mezzanine`_ to be installed.\n* `Django Rest Framework`_ is required to provide REST api \n* `QR Code`_ for QR codes generation\n* `Django storages`_ is required to support S3 storage for static/media files\n\nInstallation\n============\n\n1. The easiest way is to install directly from PyPI using `pip`_::\n\n $ pip install django-happystamp\n\n2. Add 'happystamp' to the INSTALLED_APPS in your project\u2019s settings.py::\n\n INSTALLED_APPS = (\n ...\n \"happystamp\", \n )\n\n3. Add 'happystamp' urls by updating your project's urls.py::\n\n urlpatterns = patterns('', \n url(r\"^\", include('happystamp.urls')), \n )\n\n4. Run `python manage.py migrate` to create happystamp models\n\n5. Start the development server and visit http://127.0.0.1:8000/admin/\n to see happystamp objects\n\nTo uninstall Happystmp, simply comment out or remove the 'happystamp' line in your INSTALLED_APPS.\n\nContributing\n============\n\nHappystmp is an open source project managed using Git. The repository is hosted on `GitHub`_.\n\nSupport\n=======\n\nTo report a security issue, please send an email privately to\n`admin+security@happystamp.fr`_. \n\n\nFor all other Happystamp support, please send an email to\n`admin@happystamp.fr`_. \n\n\nIf you're certain you've come across a bug, then please use the\n`GitHub issue tracker`_.\n\n.. _`Django`: http://djangoproject.com\n.. _`BSD licensed`: http://www.linfo.org/bsdlicense.html\n.. _`Happystamp app`: http://play.google.com/store/apps/details?id=com.happystamp&hl=fr\n.. _`Mezzanine`: http://mezzanine.jupo.org\n.. _`Happystamp Project`: http://www.happystamp.fr\n.. _`pip`: http://www.pip-installer.org\n.. _`Django Rest Framework`: http://www.django-rest-framework.org\n.. _`QR Code`: http://pypi.python.org/pypi/qrcode\n.. _`Django storages`: http://github.com/jschneier/django-storages\n.. _`Github`: http://github.com/hicham-elmansouri/django-happystamp\n.. _`Github issue tracker`: http://github.com/hicham-elmansouri/django-happystamp/issues\n.. _`admin+security@happystamp.fr`: mailto:admin@happystamp.fr?subject=Security+Issue\n.. _`admin@happystamp.fr`: mailto:admin@happystamp.fr?subject=Support", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.happystamp.fr", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-happystamp", "package_url": "https://pypi.org/project/django-happystamp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-happystamp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.happystamp.fr" }, "release_url": "https://pypi.org/project/django-happystamp/0.3/", "requires_dist": null, "requires_python": null, "summary": "Happystamp is a Mezzanine plugin for building loyalty card systems", "version": "0.3" }, "last_serial": 1928159, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "a86cd39c4fefcd9509f4e93fa673acb1", "sha256": "099af9ca43edb7cadae4b4b0a2c33330c6af4f5112de36277b76e243ae149dbd" }, "downloads": -1, "filename": "django-happystamp-0.3.tar.gz", "has_sig": false, "md5_digest": "a86cd39c4fefcd9509f4e93fa673acb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7527114, "upload_time": "2016-01-28T13:34:35", "url": "https://files.pythonhosted.org/packages/30/03/6a45729e6195f5ae09ae6dd6ae53157ae448e8987cde70c8115a1ed5effb/django-happystamp-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a86cd39c4fefcd9509f4e93fa673acb1", "sha256": "099af9ca43edb7cadae4b4b0a2c33330c6af4f5112de36277b76e243ae149dbd" }, "downloads": -1, "filename": "django-happystamp-0.3.tar.gz", "has_sig": false, "md5_digest": "a86cd39c4fefcd9509f4e93fa673acb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7527114, "upload_time": "2016-01-28T13:34:35", "url": "https://files.pythonhosted.org/packages/30/03/6a45729e6195f5ae09ae6dd6ae53157ae448e8987cde70c8115a1ed5effb/django-happystamp-0.3.tar.gz" } ] }