Consistent dicts, lists and Nones
=================================

This library is solves Python's lack of consistency (lack of closure)
under the dot (``.``) and slice ``[::]`` operators. The most significant
differences involve dealing with ``None``, missing property names, and
missing items.

`Full
documentation <https://github.com/klahnakoski/pyDots/tree/master/docs>`__
