Skip to content

More filters for import and export: only= and exclude=

Compare
Choose a tag to compare
@PFython PFython released this 03 Feb 15:47
· 33 commits to master since this release

Release Highlights

Added exclude= as an alternative for ignore= (for Marshmallow fans)
Added only= (for Marshmallow fans)
Added exclude= ignore= and only= to __init__ for selective import
Made exclude= ignore= and only= permissive (functions now accept lists OR single item strings for convenience)
y=CleverDict(x) now imports a fullcopy of x e.g. including _aliases/_vars
Refactored using new preprocess_options() function