Beta library
Project description
Value lookup in an array Python Library
Python library to search value into inside array. This doesn't cover object analysis.
Motivation
Value lookup help the way we can search for a value within a list
Installation
Install using pip with:
pip install value-lookup
Example Usage
from value_lookup import vlookup
#### Test 1
test1 = vlookup(1, [1,2,3,4,5,6], True)
print(test1)
Output:
{'founded_values': ['1'], 'size_of_returned_list': 1, 'object_type': <class 'list'>}
Test 2
test2 = vlookup(1, [1,2,3,4,5,6])
print(test2)
Output:
True
Author
Euclídio Venâncio • euclidiodagracavenancio@gmail.com
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
value-lookup-0.1.0.tar.gz
(2.3 kB
view details)
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 value-lookup-0.1.0.tar.gz.
File metadata
- Download URL: value-lookup-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53cf1497337164fc805db068dd1ca7b242e83baa969a15373a69f807af816bba
|
|
| MD5 |
19da4ccd723c0950eac7a36229096541
|
|
| BLAKE2b-256 |
988aa07a86cc94396fc5daa0ba6b2082d5c741abd2ab0e56c17bc60c3cf692e5
|
File details
Details for the file value_lookup-0.1.0-py3-none-any.whl.
File metadata
- Download URL: value_lookup-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
283bfcf16e9648dc9b079a0dd2d4c4c30a8653cf522a8597b7014be2d2b13da8
|
|
| MD5 |
8995787074b9bd97aaa08dc365a9c535
|
|
| BLAKE2b-256 |
2b364648a6e05bc6237b23fe1b636e1d4f87454943a3d108f2bfc4445c83802b
|