leetscrape

View on PyPIReverse Dependencies (0)

1.0.1 leetscrape-1.0.1-py3-none-any.whl

Wheel Details

Project: leetscrape
Version: 1.0.1
Filename: leetscrape-1.0.1-py3-none-any.whl
Download: [link]
Size: 20450
MD5: 35cf007a0ce052c34f74be9e8b600adf
SHA256: bb50ff79f08206550fd992f6d998daef4e013ebfcd28caa60cb2292172315d78
Uploaded: 2024-01-04 22:39:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: leetscrape
Version: 1.0.1
Summary: Introducing LeetScrape - a powerful and efficient Python package designed to scrape problem statements and their topic and company tags, difficulty, test cases, hints, and code stubs from LeetCode.com. Easily download and save LeetCode problems to your local machine, making it convenient for offline practice and studying. It is perfect for anyone preparing for coding interviews. With the LeetScrape, you can boost your coding skills and improve your chances of landing your dream job.
Author: Nikhil Ravi
Author-Email: nr337[at]cornell.edu
Home-Page: https://github.com/nikhil-ravi/LeetScrape
Project-Url: Documentation, https://leetscrape.chowkabhara.com/
Project-Url: Repository, https://github.com/nikhil-ravi/LeetScrape
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10,<4.0
Requires-Dist: black (<23.0.0,>=22.12.0)
Requires-Dist: docstring-parser (<0.16,>=0.15)
Requires-Dist: markdownify (<0.12.0,>=0.11.6)
Requires-Dist: marko (<2.0.0,>=1.2.2)
Requires-Dist: pandas (<2.0.0,>=1.5.2)
Requires-Dist: pydantic (<2.0.0,>=1.10.4)
Requires-Dist: requests (<3.0.0,>=2.28.2)
Requires-Dist: tqdm (<5.0.0,>=4.64.1)
Description-Content-Type: text/markdown
[Description omitted; length: 8916 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.4.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
leetscrape/__init__.py sha256=TGcjI-mNY3NrI075DkeKNlHJVuQxMPXuLRG31GZAp7U 323
leetscrape/_constants.py sha256=A2Sg1BX3xXzHNYE8arzyo_MKPY6mRSdxWSvdMNcKGWo 4532
leetscrape/_helper.py sha256=PLFlqLgBifyHt_gxCjhh3Ixnr_4mO9iXtvknpbS-aVc 860
leetscrape/extract_solution.py sha256=cCxIjNFwITO3NPTB0vWTYKPRKUP9bWsFRNPz37YEPCU 7655
leetscrape/generate_code_stub.py sha256=XH2BmmgSan4XHn03Dfs8UJhTBV83zsC7iysrNLjNHrk 11212
leetscrape/models.py sha256=s3NvpsGM4_W5YbeWOVQc1psDrZFo-iJC11Ao-Qqcdlk 1416
leetscrape/question.py sha256=xuiEWMl__996NOT4FjURQUWRwqYzrgieWibd8NH8FF8 5783
leetscrape/questions_list.py sha256=y5tdbnjYDM6W0C0Dhv19pSS4IomNloTOtCIffYajEcs 7695
leetscrape/scripts.py sha256=oGqu4HpQR_kuLGcjvopAy3mRAhhDsRp8o25XG4Xoz8s 5895
leetscrape/utils.py sha256=h9fTgkZtTvUG5JYgS3vLcvc_8NAXU56JVAhVUDwMFBE 2793
leetscrape-1.0.1.dist-info/entry_points.txt sha256=4v_LTe8kVZKRXiFf5QtTzLLEb4IPE85c2jf0CBZNyD0 119
leetscrape-1.0.1.dist-info/LICENSE sha256=HlCWi06FwTCDxGGMnZePWxEid8v_YeecZQvYg-cssZw 1089
leetscrape-1.0.1.dist-info/METADATA sha256=vSyYuAcpVLKSh7Ey6TmnJ-CZQCKUlTxgJfU0yccCDkM 10320
leetscrape-1.0.1.dist-info/WHEEL sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY 88
leetscrape-1.0.1.dist-info/RECORD

entry_points.txt

leetscrape = leetscrape.scripts:leetscrape
leetupload_solution = leetscrape.scripts:leetupload_solution