cyordereddict¶
Summary¶
Cython implementation of Python’s collections.OrderedDict
Versions¶
- 0.2.2
License¶
BSD License
Meta¶
# copied from https://anaconda.org/IOOS/cyordereddict
package:
name: cyordereddict
version: "0.2.2"
source:
fn: cyordereddict-0.2.2.tar.gz
url: https://pypi.python.org/packages/source/c/cyordereddict/cyordereddict-0.2.2.tar.gz
md5: 6279eb0bf9819f0293ad5315b2d484d0
build:
number: 0
requirements:
build:
- python
- cython
run:
- python
test:
imports:
- cyordereddict
- cyordereddict.benchmark
about:
home: https://github.com/shoyer/cyordereddict
license: BSD License
summary: "Cython implementation of Python's collections.OrderedDict"