i2mint / py2store

Tools to create simple and consistent interfaces to complicated and varied data sources.
MIT License
11 stars 2 forks source link

Redo/Revamp StrDictTuple key mapper #51

Open thorwhalen opened 4 years ago

thorwhalen commented 4 years ago

12 (4 x 3) combinations of mappings for each combination of str, dict, tuple, namedtuple, offering a this.to.that and this.from.that interface.

Use str.Formatter more heavily.

Allow for {} specifications.

Allow for specifying regexs in `{:REGEX}

Provide more convenience from_* methods.