Skip to main content

Production ready Python 3 dictionary with dot style access

Project description

DotDict implementation for Python 3

Production ready implementation of a dictionary allowing dot style access to stored values.

Raises KeyError if the corresponding key does not exist.

Usage


    >>> d = dict(a=1, b=2)
    >>> dd = DotDict(d)
    >>> dd.a
    1
    >>> dd.b
    2

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

pydotdict-3.3.11.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file pydotdict-3.3.11.tar.gz.

File metadata

  • Download URL: pydotdict-3.3.11.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for pydotdict-3.3.11.tar.gz
Algorithm Hash digest
SHA256 4d80f26106f4215b504f6ea2207f102f708708f691f5184d4ce59570f069e587
MD5 1b78ba2677cff0655204ff8f26c96bb5
BLAKE2b-256 410e2a15b8b989319b1b37b8c39987aa874f7fab92a2640a99ab028bd47114a5

See more details on using hashes here.

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