| Name | hujiscrape JSON |
| Version |
0.0.4
JSON |
| download |
| home_page | |
| Summary | A scraping tool for HUJI sites. |
| upload_time | 2023-09-08 14:53:37 |
| maintainer | |
| docs_url | None |
| author | |
| requires_python | >=3.9 |
| license | MIT License Copyright (c) 2023-present Yotam Rosenmann Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
aiohttp
beautifulsoup4
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# hujiscrape
This is a simple scraping tool for HUJI sites.
* When running on Windows, make sure to add the following:
> def main():
> ...
> asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
> ...
> asyncio.run(coroutine)
Disclaimer: The project is in no way affiliated with The Hebrew University of Jerusalem, and was built independently.
Raw data
{
"_id": null,
"home_page": "",
"name": "hujiscrape",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Yotam Rosenmann <yotam.pub@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f8/c8/cef0d2f59addcaba146623ef0c9e44ae5959516fbd4be09d21cff7ba6046/hujiscrape-0.0.4.tar.gz",
"platform": null,
"description": "# hujiscrape\n\nThis is a simple scraping tool for HUJI sites.\n\n* When running on Windows, make sure to add the following:\n> def main():\n> ...\n> asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())\n> ...\n> asyncio.run(coroutine)\n\nDisclaimer: The project is in no way affiliated with The Hebrew University of Jerusalem, and was built independently.",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2023-present Yotam Rosenmann Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "A scraping tool for HUJI sites.",
"version": "0.0.4",
"project_urls": {
"Homepage": "https://github.com/yotamgod/hujiscrape",
"Source": "https://github.com/yotamgod/hujiscrape"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9f750f14a120519758731f0938d31d7480734155aaca86b303412d510ca33451",
"md5": "871004d0b5b4ac51b785a667813114d5",
"sha256": "eb5d1e53e878d0d40e20b1bd03a49860da360d17b5a3035aab8009f2f892521b"
},
"downloads": -1,
"filename": "hujiscrape-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "871004d0b5b4ac51b785a667813114d5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 10836,
"upload_time": "2023-09-08T14:53:35",
"upload_time_iso_8601": "2023-09-08T14:53:35.912089Z",
"url": "https://files.pythonhosted.org/packages/9f/75/0f14a120519758731f0938d31d7480734155aaca86b303412d510ca33451/hujiscrape-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f8c8cef0d2f59addcaba146623ef0c9e44ae5959516fbd4be09d21cff7ba6046",
"md5": "5d8c0008c192c88324853e55384fa72a",
"sha256": "c94f98c4bf2471280cdf10fa7753a6a1b1976e50b862d6f32be09f6888393962"
},
"downloads": -1,
"filename": "hujiscrape-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "5d8c0008c192c88324853e55384fa72a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8499,
"upload_time": "2023-09-08T14:53:37",
"upload_time_iso_8601": "2023-09-08T14:53:37.037396Z",
"url": "https://files.pythonhosted.org/packages/f8/c8/cef0d2f59addcaba146623ef0c9e44ae5959516fbd4be09d21cff7ba6046/hujiscrape-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-08 14:53:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yotamgod",
"github_project": "hujiscrape",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "aiohttp",
"specs": [
[
"~=",
"3.8.5"
]
]
},
{
"name": "beautifulsoup4",
"specs": [
[
"~=",
"4.12.2"
]
]
}
],
"lcname": "hujiscrape"
}