[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1019527: ITP: dotty-dict -- Python Dictionary wrapper for quick access to deeply nested keys



Package: wnpp
Severity: wishlist
Owner: Edward Betts <edward@4angle.com>
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org

* Package name    : dotty-dict
  Version         : 1.3.1
  Upstream Author : Pawel Zadrozny <pawel.zny@gmail.com>
* URL             : https://github.com/pawelzny/dotty_dict
* License         : MIT
  Programming Lang: Python
  Description     : Dictionary wrapper for quick access to deeply nested keys

  Features:
  .
   * Simple wrapper around python dictionary and dict like objects
   * Two wrappers with the same dict are considered equal
   * Access to deeply nested keys with dot notation: dot['deeply.nested.key']
   * Create, read, update and delete nested keys of any length
   * Access dicts in lists by index dot['parents.0.first_name']
   * support for setting value in multidimensional lists
   * support for accessing lists with slices
 
I plan to maintain this package as part of the Python team.


Reply to: