معرفی شرکت ها


adventkit-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Solutions to Advent of Code puzzles.
ویژگی مقدار
سیستم عامل -
نام فایل adventkit-0.1.0
نام adventkit
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده ['Lukas Gelbmann <me@lukasgelbmann.com>']
نویسنده -
ایمیل نویسنده Lukas Gelbmann <me@lukasgelbmann.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/adventkit/
مجوز -
Adventkit -- Advent of Code in Python ===================================== These are my solutions in Python to some of the [Advent of Code puzzles](https://adventofcode.com). My goal is to make the code readable while also making it reasonably fast. Installation ------------ You can install Adventkit using pip: pip install adventkit Alternatively, after cloning the Adventkit repository, the code can be run as is. Requirements ------------ - Python 3.6.1+ - Puzzle input files placed in the right locations: the input for day 1 of Advent of Code 2019 is read from `input/year2019/d01.txt` (relative to the current working directory). Optional, to run `src/run.sh` after cloning the repository: - A POSIX-compliant shell (`/bin/sh`) - A shell command `python3` to run Python 3.6.1+ (any implementation) - If extra speed is desired on selected puzzles: A shell command `pypy3` to invoke PyPy 3.6+ How to run ---------- After installing Adventkit, you can run a single day's solver like this: adventkit 2019 10 Cloning the repository gives you more options: - Run a single day's solver: `src/run.sh 2019 10` (or `python3 src/run.py 2019 10`) - Run all solvers: `src/run.sh` - Run all solvers from one year: `src/run.sh 2019` When invoked with the optional argument `--time`, `src/run.sh` prints the execution time for each day. If the command `pypy3` invokes a suitable version of PyPy, `src/run.sh` uses it for any solvers that are expected to run faster under PyPy than CPython.


زبان مورد نیاز

مقدار نام
>= 3.6.1 Python


نحوه نصب


نصب پکیج whl adventkit-0.1.0:

    pip install adventkit-0.1.0.whl


نصب پکیج tar.gz adventkit-0.1.0:

    pip install adventkit-0.1.0.tar.gz