advent-of-code-data

View on PyPIReverse Dependencies (5)

2.0.3 advent_of_code_data-2.0.3-py3-none-any.whl

Wheel Details

Project: advent-of-code-data
Version: 2.0.3
Filename: advent_of_code_data-2.0.3-py3-none-any.whl
Download: [link]
Size: 38773
MD5: 1476c880596f06d79ca05c53ec306416
SHA256: 103b7eb43f11874157230f3a9a51214192a5f1d85abe7452aa27a6a8be5c1d3f
Uploaded: 2024-11-13 04:53:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: advent-of-code-data
Version: 2.0.3
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: 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/markdown
License-File: LICENSE
[Description omitted; length: 10551 characters]

WHEEL

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

RECORD

Path Digest Size
aocd/__init__.py sha256=Z1FcBmZQr8_o2hf-xKVbbmpdQSHEi1_RcTNRMIKL3ds 1443
aocd/_ipykernel.py sha256=lF9WXbC0hgv_15kPrx2H8CWYePqOVhMaFe7iyQvlJwU 1025
aocd/cli.py sha256=ouD9cK7d32SmSSBmwytVjw2q0FJUVYZ0g8WYLremy9w 3708
aocd/cookies.py sha256=5W0JrzGV93gAI7s5rlUvlMi6-SZS91jGEmpXEePRYus 5253
aocd/examples.py sha256=yt2HWNZO5vdfdyDA6tHyCcd6uw_rc_oLA08D_9xr4_Q 11122
aocd/exceptions.py sha256=oZZ66Ius94cR4Nkv9tPg3fXQgI31mRDkS2Ain040Trg 543
aocd/get.py sha256=NAoR-ZnzRuQfV-ezbR-09ny6Ufek5CgyBU0UmeKkqZA 6294
aocd/models.py sha256=SfNtEnlQDBNwK3aHRIuF6VaFZyFHm2vcvScd5Nk_HC0 36799
aocd/post.py sha256=5su_LyGdkCSqyOVYCH-fVIxJAa3cVls9r2zMJB9do30 2597
aocd/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
aocd/runner.py sha256=Q2iKpx-2LNV4vTKYEhyLtbfmQj1oGnkdal9DWb6eeEU 13736
aocd/types.py sha256=klb1-8A0pGaTpCyhjZJPv1t-Ten2TNINnUKMF5H4CkE 802
aocd/utils.py sha256=xMRarWD5MTNoJ4q2R9ATjDxb5GX5pyY3L8T8ITDAv9o 9416
advent_of_code_data-2.0.3.dist-info/LICENSE sha256=sDdX5cBRRpk3rmZ8hbYEfAUIYRdDqrlXmChOUkqf62o 1066
advent_of_code_data-2.0.3.dist-info/METADATA sha256=fqaUwmoidEQe1l3ZCpA1z8g0mE8UIUN52hXkiaNBdis 11418
advent_of_code_data-2.0.3.dist-info/WHEEL sha256=a7TGlA-5DaHMRrarXjVbQagU3Man_dCnGIWMJr5kRWo 91
advent_of_code_data-2.0.3.dist-info/entry_points.txt sha256=1NahRy1MigvHvwyoB4Kf01qdhwM2YMFGkb7dajDb-_o 136
advent_of_code_data-2.0.3.dist-info/top_level.txt sha256=b0LekMCmohqRoroBX-8FUneWDXflOzG2oHWB8EsgOSA 5
advent_of_code_data-2.0.3.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