Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionite34/advent-lib
Optimized Advent of Code function libraries and solutions using Numpy and Numba.
https://github.com/ionite34/advent-lib
Last synced: 8 days ago
JSON representation
Optimized Advent of Code function libraries and solutions using Numpy and Numba.
- Host: GitHub
- URL: https://github.com/ionite34/advent-lib
- Owner: ionite34
- License: mit
- Created: 2022-07-14T20:33:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:57:02.000Z (2 months ago)
- Last Synced: 2024-10-28T00:09:22.065Z (about 2 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent-Lib
[![Build](https://github.com/ionite34/advent-lib/actions/workflows/build.yml/badge.svg)](https://github.com/ionite34/advent-lib/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/ionite34/advent-lib/branch/main/graph/badge.svg?token=So4LY7PDsz)](https://codecov.io/gh/ionite34/advent-lib)
[![DeepSource](https://deepsource.io/gh/ionite34/advent-lib.svg/?label=active+issues&show_trend=true&token=sMMt2cJNhooJ4wXh8Z3kXarC)](https://deepsource.io/gh/ionite34/advent-lib/?ref=repository-badge)[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/advent-lib)](https://pypi.org/project/advent-lib/)
[![PyPI version](https://badge.fury.io/py/advent-lib.svg)](https://pypi.org/project/advent-lib/)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)### Optimized Advent of Code function libraries and solutions using Numpy and Numba
## Requirements
```
pytest >= 7.1.2
pytest-cov >= 3.0.0
mypy = ~= 0.961
pylint >= 2.14.4
black >= 22.6.0
tox ~= 3.25.1
pre-commit >= 2.20.0
```## License
The code in this template is released under the [MIT License](LICENSE).