Skip to content

rlazoryshchak/py-mash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

=============
Mash
=============

A tool that creates objects from hash recursive.


Install
=======

.. code-block:: sh

    $pip install mash

Usage
=====

.. code-block:: python

    from Mash import Mash

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


License
=======

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages