advent-of-code-data

View on PyPIReverse Dependencies (5)

2.0.1 advent_of_code_data-2.0.1-py3-none-any.whl

Wheel Details

Project: advent-of-code-data
Version: 2.0.1
Filename: advent_of_code_data-2.0.1-py3-none-any.whl
Download: [link]
Size: 36478
MD5: 6e581fa79bbef898ec10beecd3ed4bf1
SHA256: a9ab6dcd1c39df17b7b33e7f2baa187d85c89c59f4ad15cfdbc00e18144251ad
Uploaded: 2023-07-22 18:35:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: advent-of-code-data
Version: 2.0.1
Summary: Get your puzzle data with a single import
Author-Email: Wim 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: aocd-example-parser (>=2023.2)
Requires-Dist: tzdata; platform_system == "Windows"
Requires-Dist: IPython; extra == "nb"
Requires-Dist: jupyter-server; extra == "nb"
Provides-Extra: nb
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 11315 characters]

WHEEL

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

RECORD

Path Digest Size
aocd/__init__.py sha256=MJHyAL-EHtNkGxyUGl7bXYghq1qHEwcuuiSoTxU0Wik 1113
aocd/_ipykernel.py sha256=dARQFeJ1gONUax0SD5ixnNVvF4k1O8Sp6CQ7PMalGGc 952
aocd/cli.py sha256=jzAu3z5Vkgkhx17nYsmjQS5ozO_O9Fa_qmnza6K5WEs 3700
aocd/cookies.py sha256=LLaYL59_ZsVR1Y4Ti16HPy9Kop52m2oDXAbNeGvTcnU 4822
aocd/examples.py sha256=yMxtU6_tiLzz2-e_MpkRPPSZbb88TAkrOTA6aBXvIR4 10838
aocd/exceptions.py sha256=oZZ66Ius94cR4Nkv9tPg3fXQgI31mRDkS2Ain040Trg 543
aocd/get.py sha256=YtSIStj2QmUs_XeVLGqtoJF3FJbsNESLUkddiXIOog4 6088
aocd/models.py sha256=6fUILU5uRWcP_ZvHuRmomUrPGzhtK-tVo3VCVd4X6xw 34818
aocd/post.py sha256=F969Vx3FY14ptYVvoGsBMOtex5_DbdBwy202S41dv84 2259
aocd/runner.py sha256=k638j_XSzFOI51QUWxQhZdBv7vv6ff3ZMJEdy1RHGU0 13237
aocd/utils.py sha256=xGDlmefzz0UwJ6PDEYnZZi6TxcIAj0roQJ3RbJqmRTw 8195
advent_of_code_data-2.0.1.dist-info/LICENSE sha256=sDdX5cBRRpk3rmZ8hbYEfAUIYRdDqrlXmChOUkqf62o 1066
advent_of_code_data-2.0.1.dist-info/METADATA sha256=ybPdENEnlG_BHDb4_N4MhfmDV47pf6hmznzUVERz0YM 12172
advent_of_code_data-2.0.1.dist-info/WHEEL sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q 92
advent_of_code_data-2.0.1.dist-info/entry_points.txt sha256=1NahRy1MigvHvwyoB4Kf01qdhwM2YMFGkb7dajDb-_o 136
advent_of_code_data-2.0.1.dist-info/top_level.txt sha256=b0LekMCmohqRoroBX-8FUneWDXflOzG2oHWB8EsgOSA 5
advent_of_code_data-2.0.1.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