Metadata-Version: 2.1
Name: glom
Version: 19.2.0
Summary: A declarative object transformer and formatter, for conglomerating nested data.
Home-page: https://github.com/mahmoud/glom
Author: Mahmoud Hashemi and Kurt Rose
Author-email: mahmoud@hatnote.com
License: BSD
Description: *glom gets results.*
        
        To be more precise, glom helps pull together objects from other
        objects in a declarative, dynamic, and downright simple way.
        
        Built with services, APIs, and general serialization in mind, glom
        helps filter objects as well as perform deep fetches which would be
        tedious to perform in a procedural manner.
        
        Where "schema" and other libraries focus on validation and parsing
        less-structured data into Python objects, glom goes the other
        direction, producing more-readily serializable data from valid
        higher-level objects.
        
        
Platform: any
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: yaml
