dominate¶
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API.
| Home | http://github.com/Knio/dominate/ | 
| Versions | 2.1.16 | 
| License | GNU Lesser General Public License v3 (LGPLv3) | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/dominate | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install dominate
and update with:
conda update dominate