Import json data into python as a module, complete with auto creation of classes, class and instance data attributes, __init__ methods and more.
8
stars
3
forks
source link
Should allow __doc__ strings to be defined on instance attributes #12
Open
TonyFlury opened 9 years ago
currently the doc string for instance attributes is uninformative, but no easy way to overwrite other than subclassing.