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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyclassifier-0.0.3.tar.gz.
File metadata
- Download URL: pyclassifier-0.0.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78b011d2efd031a31a755e98432da83616eb89fc77d56456a0bace0ccc62df7e
|
|
| MD5 |
83ce0414dd0fa79b7bcbee465facdb64
|
|
| BLAKE2b-256 |
847d084d07fe6838514fb291a6dda8ed20035a8c54c35d503c8b99f5d32dcd4a
|
File details
Details for the file pyclassifier-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pyclassifier-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efd26cf707e21f8dfbc1ea6b7dbfd31c11a202e0c62773c0946569ea07c6e7e1
|
|
| MD5 |
b190cefebbc510733b919b52aef0237f
|
|
| BLAKE2b-256 |
31e17fcdc2ba814f9316d92c386c57ab9f32f2a9e10e46f919d375dea89ce344
|