Skip to main content

Toolkit for advent of code

Project description

Advent Of Code kit

A supportive lib for advent of code challenges.

Getting started

Make sure to add AOC_TOKEN to your .env file. (You can find the token in your cookies when browsing on advendofcode.com)

Example

from aockit import get_input

def process(data):
    return 'implement me'

data = get_input(2015, 1)
result = process(data)
print(result)

Project details


Download files

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

Source Distribution

aoc-kit-0.1.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

aoc_kit-0.1.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

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