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 twinein jetbrains console
Deploy
- Clean the dist folder if you only want the latest version uploaded
- Build the dist into /dist folder by running
python -m build - Upload to PyPi by running
python -m twine upload dist/*with username__token__and the password (see keepass)
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 Distribution
aoc-lib-1.1.7.tar.gz
(10.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aoc-lib-1.1.7.tar.gz.
File metadata
- Download URL: aoc-lib-1.1.7.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30af305bb71f5aeadeddcc6bc609ea1457d5e8c4889ddf149be3e5e89def860e
|
|
| MD5 |
88ab12fb50589e28ec00b2e18618db26
|
|
| BLAKE2b-256 |
e7b96a20568deab4a991561bf8ffac212a0708529f3ba09b9588f61c981a22de
|
File details
Details for the file aoc_lib-1.1.7-py3-none-any.whl.
File metadata
- Download URL: aoc_lib-1.1.7-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c81d101e9b3fd5a898d00e04b9543170b0ab7fd497b49e65afcdc176afe9a81
|
|
| MD5 |
8de2c02c4b273884545ef96d19e49576
|
|
| BLAKE2b-256 |
6f3f5e1db61b0ef5bd7b4b6d01bba91a3bbfb03e389e01ba5c1c5354353417e1
|