{ "info": { "author": "Christoph Miksche", "author_email": "christoph@miksche.org", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: Unix", "Programming Language :: Python :: 3" ], "description": "# Wronnay Search Library\n\nA library of classes which can be used to build a search engine.\n\nProject inspired by the simple \"Wronnay Search Engine\" from 2014 (which is deprecated).\n\n## General Information\n\nLicense: GNU General Public License\n\nAuthor: Christoph Daniel Miksche\n\n## Dependencies\n\nThe crawler uses BeautifulSoup for handling the html code and MongoEngine for Data-Management.\n\n## Installation\n\n```\npip install wronnay-search-lib\n```\n\n### Database\n\nPlease install MongoDB first:\n\nOn Debian Servers:\n\n```\napt install mongodb\n```\n\nNext steps: create a MongoDB Database and edit the wronnay_search_lib/settings.py file.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Wronnay/search-lib", "keywords": "wronnay,search,lib,crawler", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "wronnay-search-lib", "package_url": "https://pypi.org/project/wronnay-search-lib/", "platform": "", "project_url": "https://pypi.org/project/wronnay-search-lib/", "project_urls": { "Homepage": "https://github.com/Wronnay/search-lib" }, "release_url": "https://pypi.org/project/wronnay-search-lib/1.0.1/", "requires_dist": [ "beautifulsoup4", "lxml", "mongoengine" ], "requires_python": "", "summary": "A library of classes which can be used to build a search engine.", "version": "1.0.1" }, "last_serial": 5745273, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "dac13ffc771cec6d3686d6d8f7d93d44", "sha256": "3df468bd36b86db1015aa11d744931c98f61e0e4f026ff6452d9199fecd77e95" }, "downloads": -1, "filename": "wronnay_search_lib-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "dac13ffc771cec6d3686d6d8f7d93d44", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18099, "upload_time": "2019-08-28T20:11:47", "url": "https://files.pythonhosted.org/packages/79/f6/34188c83aebd7c2db40c9375c7a2e07be98e67a10f1ab11087865e753890/wronnay_search_lib-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "defecb1cdabdebe0015166ff621b26fa", "sha256": "b1780d6265478b96a9a3eacdb43a8a449539a8b27c486f65a7e366d6cc3be95a" }, "downloads": -1, "filename": "wronnay_search_lib-1.0.1.tar.gz", "has_sig": false, "md5_digest": "defecb1cdabdebe0015166ff621b26fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4024, "upload_time": "2019-08-28T20:11:50", "url": "https://files.pythonhosted.org/packages/15/2f/04721b0a9484bc00d8ddc8373b1c20d3540fcb5dc92fca8a8366a9b81ee8/wronnay_search_lib-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dac13ffc771cec6d3686d6d8f7d93d44", "sha256": "3df468bd36b86db1015aa11d744931c98f61e0e4f026ff6452d9199fecd77e95" }, "downloads": -1, "filename": "wronnay_search_lib-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "dac13ffc771cec6d3686d6d8f7d93d44", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18099, "upload_time": "2019-08-28T20:11:47", "url": "https://files.pythonhosted.org/packages/79/f6/34188c83aebd7c2db40c9375c7a2e07be98e67a10f1ab11087865e753890/wronnay_search_lib-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "defecb1cdabdebe0015166ff621b26fa", "sha256": "b1780d6265478b96a9a3eacdb43a8a449539a8b27c486f65a7e366d6cc3be95a" }, "downloads": -1, "filename": "wronnay_search_lib-1.0.1.tar.gz", "has_sig": false, "md5_digest": "defecb1cdabdebe0015166ff621b26fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4024, "upload_time": "2019-08-28T20:11:50", "url": "https://files.pythonhosted.org/packages/15/2f/04721b0a9484bc00d8ddc8373b1c20d3540fcb5dc92fca8a8366a9b81ee8/wronnay_search_lib-1.0.1.tar.gz" } ] }