Metadata-Version: 1.0
Name: nitrate_xml2dict
Version: 0.2.2
Summary: Convert between XML String and Python Dict
Home-page: https://github.com/mcspring/XML2Dict
Author: Spring Mc
Author-email: Heresy.Mc@gmail.com
License: http://www.apache.org/licenses/LICENSE-2.0.html
Description: # XML2Dict
        
        XML2Dict is an open source python library, which used for converting python dict and XML type.
        
        XML2Dict is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
        
        XML2Dict is inspired from Chen Zheng's [xml2dict](http://github.com/nkchenz/xml2dict/tree)
        
        
        ## Example
        
        Please see source test case
        
        
        ## Attention
        
        XML2Dict do not test for all cases now, if you find any bug please issue an report.
        
        ## Thanks
        Fixed parse error when tag has empty content [snwilhelm](https://gist.github.com/1209773)
        
        Fix MANIFEST.in syntax to avoid creating broken distributions; bump version to 0.2.2 [slinkp](https://github.com/mcspring/XML2Dict/pull/2)
        
        
        ## About
        
        XML2Dict is written by [Sprint Mc](https://github.com/mcspring).
        
        And you can follow me on [Twitter](http://twitter.com/mcspring)!
        
Platform: UNKNOWN
