Skip to content

A Python module to create classes and objects out of dictionaries.

License

Notifications You must be signed in to change notification settings

rahmansharifi/pyclassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyclassifier

A Python module to create classes and objects out of dictionaries.

from pyclassifier import dictionary
Dictionary = {'a':1,'b':{'c':3}}
Variable = dictionary(Dictionary)
print(Dictionary['b']['c'])
print(Variable.b.c)

About

A Python module to create classes and objects out of dictionaries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages