Skip to main content

dict replacement

Project description

Installation

$ [sudo] pip install dict

Features

  • attribute-style access
  • None instead of KeyError
  • safe remove
  • jQuery like methods chaining

Classes

class __doc__
dict.dict

Examples

>>> from dict import dict

>>> dict(k="v")["k"]
"v"

>>>  dict(k="v").k
"v"

>>> dict(k="v")["not_existing"]
None

>>> dict(k="v").not_existing
None

>>> dict(k="v").get("K",i=True) # case insensitive

readme-generator

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

dict-2019.3.22.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

dict-2019.3.22-py2.py3-none-any.whl (20.9 kB view hashes)

Uploaded Python 2 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