Find what you're looking for in a flash with Huntela.
Project description
Huntela
Huntela makes searching in Python very simple.
>>> import huntela
>>> huntela.simple_search("app", ["app", "apple", "hello", "world"])
[
{'index': 0, 'value': 'app', 'confidence': 1},
{'index': 1, 'value': 'apple', 'confidence': 0.6}
]
With a variety of powerful algorithms to choose from, finding what you're looking for has never been easier.
From binary search to linear search and more, Huntela has everything you need to quickly and efficiently search through your data. With a simple, intuitive interface and lightning-fast performance, Huntela is the go-to package for anyone who needs to search through data.
Whether you're a data scientist, engineer, or developer, Huntela will help you find what you need.
Installation
Huntela officially supports Python 3.9 upwards.
Request is available on PyPi and it can be installed using pip
python -m pip install huntela
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
File details
Details for the file huntela-0.0.10.tar.gz
.
File metadata
- Download URL: huntela-0.0.10.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5554e1d273c2faafcc837abc9da03388640ac0e62920031edf8af6cb77353bae |
|
MD5 | 81a220291d6b2d9ca6da9ef00a930ee2 |
|
BLAKE2b-256 | 69ed09d3fb230372e2996feee1909de3ac29c35842f7d7e1cfd2536ec3aa6512 |
Provenance
File details
Details for the file huntela-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: huntela-0.0.10-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10f60357515cc2e74f6725fb6c124eb6013a6925a0928b9e07a46faa94382b73 |
|
MD5 | 09ef911f97f52a09ebde894860609c3a |
|
BLAKE2b-256 | 1406a4e02c724b2836563b1b6162307f5c05f923dfb9b212d6d087368a633e96 |