Metadata-Version: 2.1
Name: multiline
Version: 1.0.1
Summary: A package to read multline json values
Home-page: https://github.com/open-source-python/multiline.git
Author: Sanket Tantia
Author-email: tantiasanket@gmail.com
License: UNKNOWN
Description: # multiline
        Open source python module, which can parse multiline values in json files and provide it as an input to the internal json module.
        This module provides a wrapper on top of the four methods (load, loads, dump, dumps) present in the default json module. This is done to avoid the need of importing both modules `multiline` and `json`. 
        If multline parsing is required while loading the json, then an additional argument ```multiline=True``` needs to be provided to trigger the custom parser.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
