cyordereddict¶
Cython implementation of Python’s collections.OrderedDict
| Home | https://github.com/shoyer/cyordereddict |
| Versions | 0.2.2 |
| License | BSD License |
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/cyordereddict |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install cyordereddict
and update with:
conda update cyordereddict