addicted = addict ExtendeD
This library extends ‘addict‘ with some features.
DictExt
in development…
NoAttrDict
Works like DictExt, except that it returns a ‘NoAttr‘ value when an attribute is missing. Please read noattr package notes for explaination about ‘NoAttr‘
from addicted import Dict,NoAttrDict d1 = DictExt() d2 = NoAttrDict() print type(d1.a.b.c.d) >>> <class 'addicted.DictExt'> print type(d2.a.b.c.d) >>> <class 'noattr.NoAttrType'>
News
0.0.2 (2015-07-31)
Add some methods
0.0.1 (2015-07-30)
First version
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
addicted-0.0.2.tar.gz
(3.1 kB
view details)
File details
Details for the file addicted-0.0.2.tar.gz.
File metadata
- Download URL: addicted-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03c7c3db3c1d654d21839e5fbfcb6e3c177a792387c0545b753748e43385d880
|
|
| MD5 |
3ffaf1027fee79a24099e55912f1cb86
|
|
| BLAKE2b-256 |
ffaca976a38f33879baf123f6551d688076444c022061bb423bde9527aee43e5
|