Skip to content

Choice a best similar-interface library from given list

License

Notifications You must be signed in to change notification settings

vkbottle/choicelib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

choicelib - choose requirement from list

Simple example:

from choicelib import choice_in_order

json = choice_in_order(["json", "ujson", "hyperjson", "orjson"])
json # "json"

After installing ujson:

pip install ujson
json # "ujson"

Releases

No releases published

Packages

No packages published

Languages