github-domain-scraper

View on PyPIReverse Dependencies (0)

3.0.0 github_domain_scraper-3.0.0-py3-none-any.whl

Wheel Details

Project: github-domain-scraper
Version: 3.0.0
Filename: github_domain_scraper-3.0.0-py3-none-any.whl
Download: [link]
Size: 12252
MD5: f3421e41de360887162123ea5d7095a8
SHA256: d9350b61f851f85d0f01cbbeb8fd3c7149f4cd7fb9f4470d939a7426da3d77dc
Uploaded: 2024-09-13 18:01:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: github-domain-scraper
Version: 3.0.0
Summary: This Python package is designed for web crawling through input links that belong to GitHub domains. It offers a wide range of functionalities beyond simple crawling, including the ability to list repositories associated with the provided link, download GitHub repositories, and extract the contents of GitHub repositories.
Author-Email: Parth971 <desaiparth971[at]gmail.com>
Project-Url: repository, https://github.com/Parth971/github-domain-scraper
License: MIT License Copyright (c) 2023 Parth971 (Parth Desai) 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: github,crawler,extractor,scraper,github-domain
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: selenium (>=4.5.0)
Requires-Dist: webdriver-manager (>=4.0.0)
Requires-Dist: undetected-chromedriver (>=3.1.5)
Requires-Dist: build; extra == "build"
Requires-Dist: twine; extra == "build"
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: build
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2669 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (74.1.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
github_domain_scraper/__init__.py sha256=EPmgXOdWKks5S__ZMH7Nu6xpAeVrZpfxaFy4pykuyeI 22
github_domain_scraper/__main__.py sha256=4RIMBhXAYhUY3noBjPxA1Cu0paF-dzHxWE7ypTLXktA 2578
github_domain_scraper/driver.py sha256=fj_CwIL60rugn7iPWjPtpaNL6gGA-vLdjE0LmU9HQBE 2587
github_domain_scraper/exceptions.py sha256=JTJfQ29Croi9KTytc3LNqRYwa6A_YG2MJxvrZDJw2u4 169
github_domain_scraper/extractor.py sha256=0eTnFn_cUztacx_O1s7etJxBpnvAektFAlhyR6psEC0 1176
github_domain_scraper/logger.py sha256=Jpau04hKjnefbnxlDB7DNJW6ttlPFik5KoistAryJdY 461
github_domain_scraper/backends/__init__.py sha256=lLfHegNvVDZfg7GNJasREk5sPWqKJqU8s3KHmAxuH2s 173
github_domain_scraper/backends/base.py sha256=CQhc7zSp3stmoX0yfmCjNGNNNjxWvmtQreUz0XMQkno 6945
github_domain_scraper/backends/list_repositories.py sha256=sFY1tYFciXgsJcvQCkfOAuz3hU8FLzqvOWr6ArUrIfI 3037
github_domain_scraper/backends/user_profile.py sha256=8R4Ft_GXKe5T6i2ArrTNfePi8kBDzw5_cUfNElLyxTs 8268
github_domain_scraper-3.0.0.dist-info/LICENSE sha256=LNhP3l82qTc87WV4MpYoY_IeJx4e83Qe81veT7n1Fz0 1078
github_domain_scraper-3.0.0.dist-info/METADATA sha256=R9wzvjzbYAambE0kUxGL_AAVFigBFO_z6x0am7qnbNg 5147
github_domain_scraper-3.0.0.dist-info/WHEEL sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY 91
github_domain_scraper-3.0.0.dist-info/entry_points.txt sha256=SW6R891lsdgduCNAuYKK75sTeeZfKzEpZUYGi3_0Vjw 67
github_domain_scraper-3.0.0.dist-info/top_level.txt sha256=4xxAPFPtPHHPRzCTNKOMu_qihUR02au5KLJI8Hn17g0 22
github_domain_scraper-3.0.0.dist-info/RECORD

top_level.txt

github_domain_scraper

entry_points.txt

realpython = github_domain_scraper.__main__:main