toposort¶
Summary¶
A topological sort algorithm for Python.
Versions¶
- 1.4
License¶
Apache Software License
Meta¶
package:
name: toposort
version: "1.4"
source:
fn: toposort-1.4.tar.gz
url: https://pypi.python.org/packages/source/t/toposort/toposort-1.4.tar.gz
md5: 02433c00de9eaecf494245c4bca5e922
requirements:
build:
- python
run:
- python
test:
imports:
- toposort
about:
home: https://bitbucket.org/ericvsmith/toposort
license: Apache Software License
summary: 'A topological sort algorithm for Python.'