{ "info": { "author": "Nahim Nasser", "author_email": "nnasser@gmail.com", "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 :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nLiquor\n=====\n\nLiquor is a simple library that will copy the lcbo's products api to your database.\nThis was created from a workshop assignment for the YMC (www.theymc.com).\n\nThe purpose is to avoid creating fake data, when building sample applications,\nUsing manage.py steal_booze, we can now populate our database with live data,\nand build a sample site with accurate information.\n\nhttp://git.io/NM2urA\n\nQuick start\n-----------\n1. `pip install liquor`\n\n2. Add \"liquor\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'liquor',\n )\n\n3. Run `python manage.py syncdb` to create the LcboProduct models.\n\n4. Run `python manage.py steal_booze` to get data from the LCBO API, and store it in your models.\n\n5. Run `python manage.py analyze_booze` to get some insights.\n\nAccessing the data\n-----------------\n1. Run `python manage.py shell` to launch the shell\n2. `from liquor import models`\n3. `models.LcboProduct.objects.all()`", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://git.io/NM2urA", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "liquor", "package_url": "https://pypi.org/project/liquor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/liquor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://git.io/NM2urA" }, "release_url": "https://pypi.org/project/liquor/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to download LCBO Product Data.", "version": "0.1" }, "last_serial": 794235, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fdabec612ad49b1586b350fab19e6f12", "sha256": "9afd0e5fb4f1b5d8d2095ae9770c9632edadcf5e9c571d8770c46e1abaaef949" }, "downloads": -1, "filename": "liquor-0.1.tar.gz", "has_sig": false, "md5_digest": "fdabec612ad49b1586b350fab19e6f12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3561, "upload_time": "2013-03-24T21:34:04", "url": "https://files.pythonhosted.org/packages/94/73/9da1733db6cf338645e7be3c118d271576604524ea568003f6b1f45be723/liquor-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fdabec612ad49b1586b350fab19e6f12", "sha256": "9afd0e5fb4f1b5d8d2095ae9770c9632edadcf5e9c571d8770c46e1abaaef949" }, "downloads": -1, "filename": "liquor-0.1.tar.gz", "has_sig": false, "md5_digest": "fdabec612ad49b1586b350fab19e6f12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3561, "upload_time": "2013-03-24T21:34:04", "url": "https://files.pythonhosted.org/packages/94/73/9da1733db6cf338645e7be3c118d271576604524ea568003f6b1f45be723/liquor-0.1.tar.gz" } ] }