Metadata-Version: 1.1
Name: mo-dots
Version: 1.2.17039
Summary: More Dots! Dot-access to Python dicts like Javascript
Home-page: https://github.com/klahnakoski/mo-dots
Author: Kyle Lahnakoski
Author-email: kyle@lahnakoski.com
License: MPL 2.0
Description: Transforming JSON Data in Python
        ================================
        
        This library is the basis for a data transformation algebra: We want a
        succinct way of transforming data in Python. We want operations on data
        to result in yet more data. We do not want data operations to raise
        exceptions. This library is solves Python's lack of consistency (lack of
        closure) under the dot (``.``) and slice ``[::]`` operators when
        operating on data objects.
        
        `Full
        documentation <https://github.com/klahnakoski/mo-dots/tree/dev/docs>`__
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
