python3-morph

collection of routines to help identify and morph objects - Python 3.x
  http://github.com/metagriffin/morph
  0
  no reviews



Morph provides a bunch of functions to help identify object type: * isstr() * isseq() * isdict()

Morph’s pick and omit functions allow you to extract a set of keys (or properties) from a dict-like object. The morph.xform helper function can be used to recursively transform all the items in a list & dictionary tree

This package contains the Python 3.x module.