Skip to main content

Python lib for converting dict to objects recursive

Project description

A tool that creates objects from hash recursive.

Install

$pip install mash

Usage

from Mash import Mash

dict_instance = {'a':1, 'b':{'c':2}}
object = Mash(dict_instance)
print object.a

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mash-1.14.tar.gz (1.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page