Metadata-Version: 2.1
Name: aoc-lib
Version: 1.1.2
Summary: Some helper functions for advent of code puzzles
Home-page: https://github.com/spossner/aoc
Author: Seppo
Author-email: aoc@possner.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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


