Skip to main content

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


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)

Uploaded Source

Built Distribution

pyclassifier-0.0.3-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

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