{ "info": { "author": "ShinSheel", "author_email": "wladgavrilov@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "```\n#My qwant toolbox\n\nQwant is search context-independet and non-spying engine\n* Better for e-commerce search than Google\n* Free. Using on industrial scale\nrequires proxy that is way cheeper than google\n* Available for multithreading\n* Context-independet, that means a consistent output for you queries\n\nimport qwant\n\nqwant.search(\"Barbie doll\") \n\n#get only items of search. 10 by default\nqwant.items(\"Barbie doll\")\n\n#but you can get more. It's done with multiple requests\nqwant.items(\"Barbie doll\",count=100)\n\n#you can set web site of search\nqwant.items(\"site:allegro.pl/oferta/ Barbie doll\")\n\n#add your proxy\nsession={}\nqwant.items(\"site:allegro.pl/oferta/ Barbie doll\",session=session)\n\n#you can use luminati so EVERY request would be done from different IP\nimport luminati\nsession = luminati.session(\"\", \"\")\nqwant.items(\"site:allegro.pl/oferta/ Illuminati doll\",session=session)\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/user/reponame/archive/v_01.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/user/reponame", "keywords": "Qwant,search,engine", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "qwant", "package_url": "https://pypi.org/project/qwant/", "platform": "", "project_url": "https://pypi.org/project/qwant/", "project_urls": { "Download": "https://github.com/user/reponame/archive/v_01.tar.gz", "Homepage": "https://github.com/user/reponame" }, "release_url": "https://pypi.org/project/qwant/0.1.4.2/", "requires_dist": null, "requires_python": "", "summary": "Make qwant search easy", "version": "0.1.4.2" }, "last_serial": 5856511, "releases": { "0.1.4.2": [ { "comment_text": "", "digests": { "md5": "cf235e7badd6006a427364417137cf7d", "sha256": "29c0fe106e6f7675720c6211c32ecb9fcb42d3cf8c1950842eea9a856146a81e" }, "downloads": -1, "filename": "qwant-0.1.4.2.tar.gz", "has_sig": false, "md5_digest": "cf235e7badd6006a427364417137cf7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15437, "upload_time": "2019-09-19T13:48:00", "url": "https://files.pythonhosted.org/packages/4d/37/faa97f2b02130a3acddad95482423e1bcec32f7f1e9b4e17667f427120f7/qwant-0.1.4.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf235e7badd6006a427364417137cf7d", "sha256": "29c0fe106e6f7675720c6211c32ecb9fcb42d3cf8c1950842eea9a856146a81e" }, "downloads": -1, "filename": "qwant-0.1.4.2.tar.gz", "has_sig": false, "md5_digest": "cf235e7badd6006a427364417137cf7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15437, "upload_time": "2019-09-19T13:48:00", "url": "https://files.pythonhosted.org/packages/4d/37/faa97f2b02130a3acddad95482423e1bcec32f7f1e9b4e17667f427120f7/qwant-0.1.4.2.tar.gz" } ] }