Skip to main content

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.

Coverage Status

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

value_lookup-0.1.0-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

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

Hashes for value-lookup-0.1.0.tar.gz
Algorithm Hash digest
SHA256 53cf1497337164fc805db068dd1ca7b242e83baa969a15373a69f807af816bba
MD5 19da4ccd723c0950eac7a36229096541
BLAKE2b-256 988aa07a86cc94396fc5daa0ba6b2082d5c741abd2ab0e56c17bc60c3cf692e5

See more details on using hashes here.

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

Hashes for value_lookup-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 283bfcf16e9648dc9b079a0dd2d4c4c30a8653cf522a8597b7014be2d2b13da8
MD5 8995787074b9bd97aaa08dc365a9c535
BLAKE2b-256 2b364648a6e05bc6237b23fe1b636e1d4f87454943a3d108f2bfc4445c83802b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page