Skip to content

Basis/maker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maker

Build objects out of amorphous blobs

NOTE: this is a fork of maker-py that separates out the maker module and removes pymongo dependencies

example

from maker import o
####################################
class Person(object):
    first_name = None
    last_name = None
####################################


obj =  o({"_type":"maker_examples.Person",
                   "first_name" : "Abdul",
                   "last_name": "",
                   "kosss": 1})

print obj

About

Build objects out of amorphous blobs

Resources

License

Stars

Watchers

Forks

Packages

No packages published