xmltodict¶
Makes working with XML feel like you are working with JSON
| Home | https://github.com/martinblech/xmltodict | 
| Versions | 0.9.2 | 
| License | MIT License | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/xmltodict | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install xmltodict
and update with:
conda update xmltodict