Metadata-Version: 2.2
Name: 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
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: summary

# 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
Fix 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)

Add custom coding support to `parsexml(s, cls, coding)` [yaodianmi](https://github.com/yaodianmi)


## About

XML2Dict is written by [Sprint Mc](https://github.com/mcspring).

And you can follow me on [Twitter](http://twitter.com/mcspring)!
