advent-of-code-data

Get your Advent of Code data with a single import statement

MIT License

Downloads
33.9K
Stars
512
Committers
11
advent-of-code-data - v2.0.1 Latest Release

Published by wimglenn over 1 year ago

What's Changed

Full Changelog: https://github.com/wimglenn/advent-of-code-data/compare/v2.0.0...v2.0.1

advent-of-code-data - v2.0.0

Published by wimglenn over 1 year ago

What's Changed

Full Changelog: https://github.com/wimglenn/advent-of-code-data/compare/v1.3.2...v2.0.0

advent-of-code-data - v1.3.2

Published by wimglenn almost 2 years ago

What's Changed

  • If you submit a float value which for which float.is_integer() returns True, a warning will be logged and the value will be coerced using str(int(val)). Prevents sadness where e.g. 1234 is the right answer but you get the wrong answer by submitting "1234.0"

New Contributors

Full Changelog: https://github.com/wimglenn/advent-of-code-data/compare/v1.3.1...v1.3.2

advent-of-code-data - v1.3.1

Published by wimglenn almost 2 years ago

What's Changed

Full Changelog: https://github.com/wimglenn/advent-of-code-data/compare/v1.3.0...v1.3.1

advent-of-code-data - v1.3.0

Published by wimglenn almost 2 years ago

What's Changed

Full Changelog: https://github.com/wimglenn/advent-of-code-data/compare/v1.2.3...v1.3.0

advent-of-code-data - v1.2.3

Published by wimglenn almost 2 years ago

What's Changed

Full Changelog: https://github.com/wimglenn/advent-of-code-data/compare/v1.2.2...v1.2.3

advent-of-code-data - v1.2.2

Published by wimglenn almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/wimglenn/advent-of-code-data/compare/v1.2.1...v1.2.2

advent-of-code-data - v1.2.1

Published by wimglenn almost 2 years ago

What's Changed

Full Changelog: https://github.com/wimglenn/advent-of-code-data/compare/v1.2.0...v1.2.1

advent-of-code-data - v1.2.0

Published by wimglenn almost 2 years ago

What's Changed

Full Changelog: https://github.com/wimglenn/advent-of-code-data/compare/v1.1.4...v1.2.0

advent-of-code-data - v1.1.4

Published by wimglenn almost 2 years ago

  • User.get_stats() has a better error message if the auth token is expired or not functioning
advent-of-code-data - v1.1.3

Published by wimglenn about 2 years ago

  • Added support for creating a user from a cached user ID, e.g. User.from_id("google.wim.123456"), instead of from the token.
advent-of-code-data - v1.1.2

Published by wimglenn over 2 years ago

  • The structure of settings page changed, minor fix to aocd.utils.get_owner to successfully find the unique user ID again.
advent-of-code-data - v1.1.1

Published by wimglenn almost 3 years ago

  • fixed regression where aoc --timeout t ... was not being correctly passed through to workers.
  • fixed regression where using a session token from environment variable would not work if the cache dir was not already existing.
  • aocd-token --check will print dead tokens in red colored text.
advent-of-code-data - v1.1.0

Published by wimglenn almost 3 years ago

  • By default, your token files are also stored under ~/.config/aocd. If you want the token(s) and cached inputs/answers to exist in separate locations, you can set the environment variable AOCD_CONFIG_DIR to specify a different location for the token(s).
  • Added option --quiet to suppress any output from plugins so it doesn't mess up the aoc runner's display.
advent-of-code-data - v1.0.0

Published by wimglenn about 3 years ago

advent-of-code-data - v0.9.8

Published by wimglenn over 3 years ago

  • Fixed the aocd-token discovery for Chrome on Linux
  • Allow workers to use multiprocessing
advent-of-code-data - v0.9.7

Published by wimglenn almost 4 years ago

  • Don't use %-I in a strftime on it's not portable (breaks on Windows)
  • Submit now accepts 1 or "1" to mean part "a" and 2 or "2" to mean part "b"
advent-of-code-data - v0.9.6

Published by wimglenn almost 4 years ago

  • part b reopen URL goes directly to part b anchor in browser
  • unlock text countdown changed to MM:SS to match calendar view
  • check_guess output from submit is suppressed if quiet=True
advent-of-code-data - v0.9.5

Published by wimglenn almost 4 years ago

  • The runner aoc now returns non-zero exit code if any puzzles were solved incorrectly.
advent-of-code-data - v0.9.4

Published by wimglenn almost 4 years ago

  • Added --check option to aocd-token script. Just checks existing token(s) for liveness and exits.
  • Interactive use of aocd.data now works within PyCharm's pydevconsole REPL wrapper.
Package Rankings
Top 3.06% on Pypi.org
Top 8.17% on Proxy.golang.org