Skip to main content

addicted = addict ExtendeD

This library comes from ‘mewwts/addict‘ with some more features.

Dict

Same as Dict from ‘mewwts/addict‘ except that update() method accept list,tuple and kwargs like usual python dict. The use of ‘inspect‘ module has been removed for performance reason.

DictExt

Dict with these additional methods :

pprint()
find(pattern,**kwargs)
count_some_values(pattern,ignore_case=False)
count_some_keys(pattern,ignore_case=False)
count_some_items(filter)
iter_some_items(pattern,ignore_case=False)
iter_some_values(pattern,ignore_case=False)
iter_some_keys(pattern,ignore_case=False)
get_some_items(pattern,ignore_case=False)
get_some_values(pattern,ignore_case=False)
get_some_keys(pattern,ignore_case=False)
mget(*key_list)
extract(key_list)
parse_booleans(key_list)
parse_numbers(key_list)

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.4 (2015-08-06)

add __all__ list

0.0.3 (2015-08-04)

mewwts/addict source code has been included directly into elapouya/addicted to remove the use of ‘inspect’ module for performance reason the isgenerator() function has been coded another way. update() method has been changed to accept list,tuple and kwargs

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.4.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file addicted-0.0.4.tar.gz.

File metadata

  • Download URL: addicted-0.0.4.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for addicted-0.0.4.tar.gz
Algorithm Hash digest
SHA256 8b97db654d4b86b02a6a67f0791ef3ab320ddbbd873285e098ce7213638cdd5c
MD5 2dcbb494c1a4e808ea6757836318e28b
BLAKE2b-256 05fa7a783b85b47517896ad4cd0272701190c7fceb4e708565ed51b9602bba50

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.9

1 file

0.0.8

1 file

0.0.5

1 file

This release

0.0.4 This release

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page