{ "info": { "author": "Vijay Khemlani", "author_email": "vkhemlan@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=============\nStoreScrapper\n=============\n\nStoreScrapper provides a convenient API to obtain product\ninformation from a variety of stores. Typical usage of\nthe library is as follows::\n\n #!/usr/bin/env python\n\n from storescrapper.stores import Sym\n\n for product in Sym.products():\n print product\n\nFeatures\n========\n\n* Obtain name, URL and price for many of the stores in the\n market in a straighforward way.\n\n* Obtain only the types of products you need.\n\n* Easily extensible with new stores and product types that\n plug-in into the existing framework.\n\n* Leverage the power of asynchronous tasks using\n `Celery `_ to\n speed-up the scrapping process ten-fold.\n\n* Never used Celery before? You can get up and running in\n minutes.\n\nInstallation\n============\n\nThe easiest way to install storescrapper is using pip::\n\n pip install storescrapper\n\nOtherwise you can download the tar.gz source, extract its \ncontents and install the library directly. But first let's\nmake sure everything works as expected::\n\n python setup.py test\n\nDon't worry if you get a TypeError exception at the end, \njust make sure all the tests pass. \n\nAfter that build and install the library (you may need \nsuperuser privileges for the second command)::\n\n python setup.py build\n python setup.py install\n\nUsing StoreScrapper in Linux\n============================\n\n1) Install the RabbitMQ server with your distribution\n package manager (Fedora yum in this case)::\n\n sudo yum install rabbitmq-server\n\n **Note for Ubuntu users: The RabbitMQ server included\n with the distribution is extremely dated and incompatible, \n with the current version of celery / kombu.\n Install RabbitMQ from another source.**\n\n2) Install the StoreScrapper package::\n\n sudo pip install storescrapper\n\n3) In an empty directory, create a celeryconfig.py file with\n the following contents::\n\n BROKER_URL = 'amqp://guest:guest@localhost/'\n CELERY_RESULT_BACKEND = 'amqp'\n CELERY_IMPORTS = [\n 'storescrapper.store'\n ]\n CELERYD_CONCURRENCY = 20\n CELERY_TASK_PUBLISH_RETRY = True\n\n5) Open three terminals at the same time on this directory.\n On the first one execute::\n\n sudo rabbitmq-server\n\n On the second one execute::\n\n celeryd -l info\n\n On the third one open a Python shell and write the\n following commands to print the products from Sym::\n\n from storescrapper.stores import Sym\n\n for product in Sym.products():\n print product\n\n6) In one or two minutes this will return all of the\n products in the store with the current products types.\n You can check the progress on the shell that is running\n celeryd.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SoloTodo/storescrapper", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "storescrapper", "package_url": "https://pypi.org/project/storescrapper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/storescrapper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/SoloTodo/storescrapper" }, "release_url": "https://pypi.org/project/storescrapper/0.2.5/", "requires_dist": null, "requires_python": null, "summary": "Web scrapping API for selected stores", "version": "0.2.5" }, "last_serial": 800139, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "6266607d5ccd6c33182d8ff183a42792", "sha256": "f1efe2e427268b305ca31e2d8d0fcf96153cf0db11c490a10bd8098ef0f91597" }, "downloads": -1, "filename": "storescrapper-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6266607d5ccd6c33182d8ff183a42792", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13693, "upload_time": "2012-02-25T21:03:58", "url": "https://files.pythonhosted.org/packages/eb/b1/c683229eb758cd78f1599d8bd99044db837b524d7d8b1987fc6cd563e219/storescrapper-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "451904ca1a43f8d84596bc8da7b143ca", "sha256": "7ddf33a651d865a343f66fe98c6e4b3c5374ac546f43695630967b3502822512" }, "downloads": -1, "filename": "storescrapper-0.1.10.tar.gz", "has_sig": false, "md5_digest": "451904ca1a43f8d84596bc8da7b143ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28007, "upload_time": "2012-03-25T00:43:28", "url": "https://files.pythonhosted.org/packages/bc/32/5906d015beeb9422d7a61526c0ed9cafe37c266d775294e6ad4f6ed10239/storescrapper-0.1.10.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "018e0483eee3e3da65528acc0da5bd8a", "sha256": "6a9cfd7e3237c13fd955558138fc10e3c5b606df36a9d65f5194b491c7bb3202" }, "downloads": -1, "filename": "storescrapper-0.1.3.tar.gz", "has_sig": false, "md5_digest": "018e0483eee3e3da65528acc0da5bd8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25575, "upload_time": "2012-03-06T02:35:02", "url": "https://files.pythonhosted.org/packages/e1/33/10f4dada8f031295492a46215af3b789d1a63275fb45b2dedd1877aebf4f/storescrapper-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "663b00818796142d16e5e21589ee1a77", "sha256": "87bd98b7cecff7c10d8b171eeac8cc7892919671cb18513345365209314322c8" }, "downloads": -1, "filename": "storescrapper-0.1.4.tar.gz", "has_sig": false, "md5_digest": "663b00818796142d16e5e21589ee1a77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25759, "upload_time": "2012-03-06T03:12:24", "url": "https://files.pythonhosted.org/packages/e5/79/7e7d496b739d8e8a41317bd2a74809cedf97382bba33042a3a7abc5047cb/storescrapper-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "099c755bfcd3c5f839c5a677e7f37516", "sha256": "1e061aea4c55a18dde9ae95b8af5810c4dda44f0b1d42a2a6f16df952db7aa6c" }, "downloads": -1, "filename": "storescrapper-0.1.5.tar.gz", "has_sig": false, "md5_digest": "099c755bfcd3c5f839c5a677e7f37516", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26061, "upload_time": "2012-03-15T02:26:20", "url": "https://files.pythonhosted.org/packages/4e/14/1cac914b2fb8af0b8cd53c1fccbebc55b5e8b75377c04378df67faa2c180/storescrapper-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "8a5584283f7d46ee05769363498efe14", "sha256": "26b3ddc732fad30d392e53c6f977ab420493bd6ff882bb8bae217c8577a54e67" }, "downloads": -1, "filename": "storescrapper-0.1.6.tar.gz", "has_sig": false, "md5_digest": "8a5584283f7d46ee05769363498efe14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26574, "upload_time": "2012-03-18T00:38:57", "url": "https://files.pythonhosted.org/packages/05/37/86786df9a4a177d0c028ebf558b7e3949255a24dd0512befb6990cfd3d61/storescrapper-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "b51ac8b90d76e86f0746a27e0f920957", "sha256": "01e077590c449129f842bee9690f5f7d9faeef9de144580357041eb9fd0b9da4" }, "downloads": -1, "filename": "storescrapper-0.1.7.tar.gz", "has_sig": false, "md5_digest": "b51ac8b90d76e86f0746a27e0f920957", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26453, "upload_time": "2012-03-18T01:11:46", "url": "https://files.pythonhosted.org/packages/e3/b3/711b1f6d66ecd93f6dcfc3c218783aca064e527d5e1e4f1552294a43fddb/storescrapper-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "75da0fb9707bf73099c74c64725b5301", "sha256": "434a7b917190725b7c142abaeb834da50ca6661d0db7a42290f1456241e76dc0" }, "downloads": -1, "filename": "storescrapper-0.1.8.tar.gz", "has_sig": false, "md5_digest": "75da0fb9707bf73099c74c64725b5301", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27345, "upload_time": "2012-03-23T03:05:32", "url": "https://files.pythonhosted.org/packages/e0/f4/ed572d0a70cc9733416259ac5cd4c315fec1e01ba1d46ae5f0f4f5eb904c/storescrapper-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "009c116e5fabec205ca634289a8f2d7f", "sha256": "e6090efaf0fe0fd10427a30da09cc3067849bfe8cd618ca62633f7c678ac6072" }, "downloads": -1, "filename": "storescrapper-0.1.9.tar.gz", "has_sig": false, "md5_digest": "009c116e5fabec205ca634289a8f2d7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27760, "upload_time": "2012-03-24T03:30:33", "url": "https://files.pythonhosted.org/packages/df/3e/10c5210601b3ffcda7fb5fa20319ec26aa3867d1a5b8b2af5ffe77c1c122/storescrapper-0.1.9.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "c60b7f3dd465afc4655bdf9e230173c5", "sha256": "3dd84818042fb2cc976c1d47bc71c10d2faf831e990120c166318c80b2a5bc19" }, "downloads": -1, "filename": "storescrapper-0.2.tar.gz", "has_sig": false, "md5_digest": "c60b7f3dd465afc4655bdf9e230173c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29311, "upload_time": "2012-04-22T17:25:08", "url": "https://files.pythonhosted.org/packages/86/31/bb709d049c4135c0c3460f17eda28d5dea5945cbcf245619a25c2a381082/storescrapper-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6e290e0eb5fa5cd730c5b7e4596e9e37", "sha256": "60b5333172999e303b86a53ffc3d4ac72767068c5b2777593290c7d575b78b97" }, "downloads": -1, "filename": "storescrapper-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6e290e0eb5fa5cd730c5b7e4596e9e37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30079, "upload_time": "2012-06-09T17:54:32", "url": "https://files.pythonhosted.org/packages/a2/24/a4954e972b17e9af23901e4d55408cce17fad7d01224a84f28a38061a3bf/storescrapper-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "ce855e417a4fc4b0e3a0944ff639268d", "sha256": "ba5dc2c3bb7f8bad1b8e81b49a015e08e07720588cc0ba4b70bc67225eb00aa4" }, "downloads": -1, "filename": "storescrapper-0.2.2.tar.gz", "has_sig": false, "md5_digest": "ce855e417a4fc4b0e3a0944ff639268d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28530, "upload_time": "2012-07-01T04:43:09", "url": "https://files.pythonhosted.org/packages/04/5e/b50a22947cda3997837b15ccea6a0b3664a8ed625c2f9119feac95702f0c/storescrapper-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "9f8aacaff0ef44d598d3a909f46a9a3a", "sha256": "d3f6917f8c404f9ad2d928f5199b6af4f373e88ee00a4749f197b875fbef31d2" }, "downloads": -1, "filename": "storescrapper-0.2.3.tar.gz", "has_sig": false, "md5_digest": "9f8aacaff0ef44d598d3a909f46a9a3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28551, "upload_time": "2012-07-01T05:57:14", "url": "https://files.pythonhosted.org/packages/c4/b5/84f9e450d819824d98e35e081bece1df216fca1a2431a5d595747c154b9b/storescrapper-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "ff223bb2b48fe41c3739fd8f72230b63", "sha256": "3cc8c9481c229b4d59e9c55efc60666fb24fa569c52bd2653c95fd231c2f5d45" }, "downloads": -1, "filename": "storescrapper-0.2.4.tar.gz", "has_sig": false, "md5_digest": "ff223bb2b48fe41c3739fd8f72230b63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29017, "upload_time": "2012-07-01T18:11:12", "url": "https://files.pythonhosted.org/packages/d5/81/82f64fa6b823f4a8b92590b3188d13568b573fb797093e6d9ff15b83650f/storescrapper-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "f147440a3c472ec4d1606d7cd69a24e3", "sha256": "11142bb07b8d3b77af60ce03f3e0c09b047f66894345e8bc4542df43a9dfbb35" }, "downloads": -1, "filename": "storescrapper-0.2.5.tar.gz", "has_sig": false, "md5_digest": "f147440a3c472ec4d1606d7cd69a24e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29017, "upload_time": "2012-07-01T18:44:59", "url": "https://files.pythonhosted.org/packages/d1/bc/e978ecfcd3273724a0600c6643a9583b5cbcdbd52e4870f91e657691d365/storescrapper-0.2.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f147440a3c472ec4d1606d7cd69a24e3", "sha256": "11142bb07b8d3b77af60ce03f3e0c09b047f66894345e8bc4542df43a9dfbb35" }, "downloads": -1, "filename": "storescrapper-0.2.5.tar.gz", "has_sig": false, "md5_digest": "f147440a3c472ec4d1606d7cd69a24e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29017, "upload_time": "2012-07-01T18:44:59", "url": "https://files.pythonhosted.org/packages/d1/bc/e978ecfcd3273724a0600c6643a9583b5cbcdbd52e4870f91e657691d365/storescrapper-0.2.5.tar.gz" } ] }