{ "info": { "author": "Sander van de Graaf", "author_email": "mail@svdgraaf.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-icecat\n=============\nDjango Icecat integration\n\nDocumentation\n=============\nBe sure to checkout the official [IceCat documentation](https://nl.icecat.biz/forum.cgi?post=3331) before you start with importing any of the data.\n\nInstallation\n============\nInstall the package, and add it to your applications:\n\n```python\nINSTALLED_APPS = (\n ...\n 'icecat',\n ...\n)\n```\n\nAdd your login credentials in settings.py\n\n```python\n# Required:\nICECAT_API_USERNAME = 'xyz'\nICECAT_API_PASSWORD = 'foobar'\n\n# Optional:\nICECAT_API_LANGUAGE = 1 # The language you want to import, defaults to 1 (EN), NL = 2, See [LanguageList.xml](https://data.icecat.biz/export/level4/refs/LanguageList.xml.gz) for other languages\nICECAT_TMP_PATH = '/tmp' # The path where the xml files will be stored for faster access. \n```\n\nBe sure to run the migrations:\n```bash\n$ ./application/manage.py migrate icecat\n```\n\nAnd you can run the commands:\n```bash\n$ ./application/manage.py import_categories\n$ ./application/manage.py import_suppliers\n$ ./application/manage.py import_products [path to index or daily delta]\n```\nIf you want to import all the products, it is advised to first import the categories and suppliers. Also: be sure to save up on Starbucks coupons, as a total product import can take quite a while.\n\nTODO\n====\nLots :)\n\nRequirements\n============\nSouth, lxml, ElementTree, Requests", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/svdgraaf/django-icecat/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-icecat", "package_url": "https://pypi.org/project/django-icecat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-icecat/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/svdgraaf/django-icecat/" }, "release_url": "https://pypi.org/project/django-icecat/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Django models and tools for easy icecat importing", "version": "0.1.1" }, "last_serial": 789835, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "e8d4374802e35805c6ac5e74f43bed35", "sha256": "2fb61af027d6c190eb25c00657811c0b6f6ca2edf3c330889e31b60863f60b2a" }, "downloads": -1, "filename": "django-icecat-0.1.1.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "e8d4374802e35805c6ac5e74f43bed35", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 76335, "upload_time": "2012-12-19T09:31:47", "url": "https://files.pythonhosted.org/packages/49/12/fa5f5647136083bef1f3762cf9a193338926bb938bba210eb73e2727c37e/django-icecat-0.1.1.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "94a34e6fd6d5d4e4c9f6c803c0944589", "sha256": "a0dbdbe3ddef079dd3af22fa8acb10704587bd7b75b3724dc83f455b1df125b1" }, "downloads": -1, "filename": "django-icecat-0.1.1.tar.gz", "has_sig": false, "md5_digest": "94a34e6fd6d5d4e4c9f6c803c0944589", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6656, "upload_time": "2012-12-19T09:31:45", "url": "https://files.pythonhosted.org/packages/6e/76/092495b72f0412de878150b46529a951aa40e88982b452a555e61c2c68a9/django-icecat-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e8d4374802e35805c6ac5e74f43bed35", "sha256": "2fb61af027d6c190eb25c00657811c0b6f6ca2edf3c330889e31b60863f60b2a" }, "downloads": -1, "filename": "django-icecat-0.1.1.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "e8d4374802e35805c6ac5e74f43bed35", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 76335, "upload_time": "2012-12-19T09:31:47", "url": "https://files.pythonhosted.org/packages/49/12/fa5f5647136083bef1f3762cf9a193338926bb938bba210eb73e2727c37e/django-icecat-0.1.1.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "94a34e6fd6d5d4e4c9f6c803c0944589", "sha256": "a0dbdbe3ddef079dd3af22fa8acb10704587bd7b75b3724dc83f455b1df125b1" }, "downloads": -1, "filename": "django-icecat-0.1.1.tar.gz", "has_sig": false, "md5_digest": "94a34e6fd6d5d4e4c9f6c803c0944589", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6656, "upload_time": "2012-12-19T09:31:45", "url": "https://files.pythonhosted.org/packages/6e/76/092495b72f0412de878150b46529a951aa40e88982b452a555e61c2c68a9/django-icecat-0.1.1.tar.gz" } ] }