Skip to content

v-r-b/collectiontools_vrb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collectiontools_vrb

Various tools to handle collection I/O and transformations.

__init__.py

function update_dict_from_url()

Read collection data from the given URL.

function update_dict_from_key_value_file()

Read collection data from the given file.

function dict_contains_path()

Tests if a given path is a valid key inside the given dict.

function update_dict_from_json_file()

Read collection data from config file. Check for mandatory keys.

collectiontranslator.py

class CollectionTranslator

Search strings, lists or dicts for placeholders using a regular expression provided by the user. Replace the matches with a value provided by a translator function, which is as well provided by the user.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages