Metadata-Version: 1.1
Name: json2xml
Version: 0.2
Summary: Python Command-line Application Tools
Home-page: https://github.com/vinitcool76/json2xml
Author: Vinit Kumar
Author-email: vinit.kumar@changer.nl
License: MIT
Description: ##About
        
        This is a simple python module to conver json data to xml data.
        
        
        ### How to install
        
        ```
        pip install json2xml
        ```
        
        ###How to use
        
        Check out the example given in examples directory.
        
        
        ###Bugs, features
        
        Create an issue in the repository
        
        
        
        n.n.n / 2013-07-07 
        ==================
        
          * added gitignore, readme and setup.py
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Terminals :: Terminal Emulators/X Terminals
