A module to create classes out of dictionaries
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyclassifier-0.0.3.tar.gz
(2.3 kB
view hashes)
Built Distribution
Close
Hashes for pyclassifier-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | efd26cf707e21f8dfbc1ea6b7dbfd31c11a202e0c62773c0946569ea07c6e7e1 |
|
MD5 | b190cefebbc510733b919b52aef0237f |
|
BLAKE2b-256 | 31e17fcdc2ba814f9316d92c386c57ab9f32f2a9e10e46f919d375dea89ce344 |