Skip to main content

No project description provided

Project description

advent-of-code

Solutions to Advent of Code.

The solutions are implemented in Rust which is exposed to Python using PyO3.

Usage as a library

Add dependency:

pip install --upgrade advent-of-code

The advent_of_code package exports a single solve function with the following signature:

def solve(day: int, part: int, input: str) -> str

Examples:

from advent_of_code import solve

assert "3" == solve(1, 1, "14")
assert "30" == solve(3, 2, "R8,U5,L5,D3\nU7,R6,D4,L4")

Usage as a command line tool

$ pip install --upgrade advent-of-code
$ echo 14 | advent-of-code-py 2019 1 1
2

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

advent_of_code-2019.12.156-cp39-cp39-win_amd64.whl (385.5 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

advent_of_code-2019.12.156-cp39-cp39-manylinux2010_x86_64.whl (1.1 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

advent_of_code-2019.12.156-cp39-cp39-macosx_10_9_x86_64.whl (468.4 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

advent_of_code-2019.12.156-cp38-cp38-win_amd64.whl (385.5 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

advent_of_code-2019.12.156-cp38-cp38-manylinux2010_x86_64.whl (1.1 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

advent_of_code-2019.12.156-cp38-cp38-macosx_10_9_x86_64.whl (468.4 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

advent_of_code-2019.12.156-cp37-cp37m-win_amd64.whl (385.5 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

advent_of_code-2019.12.156-cp37-cp37m-manylinux2010_x86_64.whl (1.1 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

advent_of_code-2019.12.156-cp37-cp37m-macosx_10_9_x86_64.whl (468.4 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page