advent-of-code-data

View on PyPIReverse Dependencies (7)

2.1.0 advent_of_code_data-2.1.0-py3-none-any.whl

Wheel Details

Project: advent-of-code-data
Version: 2.1.0
Filename: advent_of_code_data-2.1.0-py3-none-any.whl
Download: [link]
Size: 39468
MD5: c4ded41d6a0bb87386b0b61a269f9933
SHA256: 1e0457338a9572e610f72da8aad8b06f778311a69b0ec676bf2e5db8328f4d45
Uploaded: 2025-01-04 04:53:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: advent-of-code-data
Version: 2.1.0
Summary: Get your puzzle data with a single import
Author-Email: Wim Jeantine-Glenn <hey[at]wimglenn.com>
Project-Url: Homepage, https://github.com/wimglenn/advent-of-code-data
License: MIT
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Requires-Python: >=3.9
Requires-Dist: beautifulsoup4
Requires-Dist: pebble
Requires-Dist: urllib3
Requires-Dist: tzdata; platform_system == "Windows"
Requires-Dist: aocd-example-parser (>=2023.12.24)
Requires-Dist: IPython; extra == "nb"
Requires-Dist: jupyter-server; extra == "nb"
Provides-Extra: nb
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 10666 characters]

WHEEL

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

RECORD

Path Digest Size
aocd/__init__.py sha256=CTDXsUEYniOGol8YZlpG6V9i9qaPPxAkwrWcDEyWlnc 1770
aocd/_ipykernel.py sha256=lF9WXbC0hgv_15kPrx2H8CWYePqOVhMaFe7iyQvlJwU 1025
aocd/cli.py sha256=ouD9cK7d32SmSSBmwytVjw2q0FJUVYZ0g8WYLremy9w 3708
aocd/cookies.py sha256=5W0JrzGV93gAI7s5rlUvlMi6-SZS91jGEmpXEePRYus 5253
aocd/examples.py sha256=p9cDyP0p48eBGvDglSYjTLFll_Z2N0bB54fbT-2pdLI 11125
aocd/exceptions.py sha256=tnsXwpeHKZVL7jZik4kn0YsMeWP_0Y_3yXnrGJ_368o 629
aocd/get.py sha256=42DJbEdPbCxOGF05DNFIE8UXVTniLRojth3-b356fvM 6756
aocd/models.py sha256=WwIdiGPCgCgs-GWXgjUn8E7YjXSwXck_SS5hNuNB-Y0 35621
aocd/post.py sha256=k2jjNO8clPUVx7_rf0guiOix5pD4n5tCHIZDiW9xW9w 2613
aocd/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
aocd/runner.py sha256=ELPZZAeW7fxwjnLnMbNg-_QUnbaratemqf9TUDvoVk8 14495
aocd/types.py sha256=7aI3WQdv1yrbMRwHwhMO74F380QhlDFxVbYYvCldgWs 759
aocd/utils.py sha256=FuSLjGgv14I13eYt8TsZYNS-_iLF2K5JWP2n-MmDKQg 11422
advent_of_code_data-2.1.0.dist-info/LICENSE sha256=sDdX5cBRRpk3rmZ8hbYEfAUIYRdDqrlXmChOUkqf62o 1066
advent_of_code_data-2.1.0.dist-info/METADATA sha256=QtMjBNhl_FXR-AhCWOEFAd0p0ehXVt-UzYEE3eKRtuc 11533
advent_of_code_data-2.1.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
advent_of_code_data-2.1.0.dist-info/entry_points.txt sha256=1NahRy1MigvHvwyoB4Kf01qdhwM2YMFGkb7dajDb-_o 136
advent_of_code_data-2.1.0.dist-info/top_level.txt sha256=b0LekMCmohqRoroBX-8FUneWDXflOzG2oHWB8EsgOSA 5
advent_of_code_data-2.1.0.dist-info/RECORD

top_level.txt

aocd

entry_points.txt

aoc = aocd.runner:main
aocd = aocd.cli:main
aocd-token = aocd.cookies:scrape_session_tokens
aoce = aocd.examples:main