Skip to content

c3n3/livesearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIVESEARCH

This is a very simple package

import livesearch

items = [
    "pineapple",
    "banana",
    "apple",
]

results = livesearch.search_strings("app", items)

for res in results:
    print(res.get_obj())

This will print:

apple
pineapple

Notes

  • Regex always enabled

FAQ

Is this the fastest search

No

Will this be updated in the future

If I feel like it, or people start using it a lot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages