Skip to main content

Some helper functions for advent of code puzzles

Project description

AOC

Tools to support in solving the advent of code puzzles (see https://adventofcode.com/)

Several Point related functions (including rotation, manhattan distance), iterating the adjacent points or fetching data in a smart way

Deploy to PyPi

Pre-Req

  • set the new version in setup.py – note that files which already exist in PyPi are not uploaded (note the error message)
  • Install setuptools, wheel and the twine package by running venv/bin/python -m pip install --upgrade setuptools wheel twine in jetbrains console

Deploy

  1. Clean the dist folder if you only want the latest version uploaded
  2. Build the dist into /dist folder by running python -m build
  3. Upload to PyPi by running python -m twine upload dist/* with username __token__ and the password (see keepass)

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-lib-1.1.7.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

aoc_lib-1.1.7-py3-none-any.whl (9.2 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