A Python package that extracts the longest reachable increasing sequence from a list of numbers where each step cannot exceed a specified distance.
Project description
eggr
A Python package that extracts the longest reachable increasing sequence from a list of numbers where each step cannot exceed a specified distance.
This is my fourth python library :D
Commands:
eggr.eggr(list,intiger) # Intiger determines the max jump length, and it favours bigger jumps, but if there aren't any bigger ones, it will do the biggest jump that isnt bigger than the maximum jump length.
!NB!
Use: pip install eggr
But, to import it to python: import eggr
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
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 eggr-1.0.1.tar.gz.
File metadata
- Download URL: eggr-1.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14370a6035a0f01ce1045ef04df81a9348b6bf52192af108a88be274c30e5798
|
|
| MD5 |
cf9e6c09e10244d1560262509301821f
|
|
| BLAKE2b-256 |
f375e3845c7926a8d4dd8d8f8ca56ee16b7605483f0c39d3be62e53d985a9860
|
File details
Details for the file eggr-1.0.1-py3-none-any.whl.
File metadata
- Download URL: eggr-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0e22a45ff35b553285a124a8ccc58f823ab78d91205fcedc3330edafcf8a1ae
|
|
| MD5 |
d05122794e53acd230bda5ac6de13e02
|
|
| BLAKE2b-256 |
45efd7b10ff5249a623b296f8ab24f7ed94aee630d06a6412789316aa874438d
|