Пакет python-module-cgraph: Информация

    Исходный пакет: python-module-cgraph
    Версия: 20110131-alt1.1
    Собран:  13 апреля 2012 г. 7:15
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/enthought/graph

    Лицензия: Free
    О пакете: High performance Directed Acyclic Graph implemented in Cython
    Описание: 
    The cgraph module is a high performance Directed Acyclic Graph
    implemented in Cython. Expect graph traversals to be several hundred to
    thousands of times faster than Networkx for large graphs. Graph's with
    several hundred thousand nodes are handled with aplomb. That said, the
    cgraph module doesn't have near the features of Networkx. The module is
    designed solely for efficiently building, traversing, reversing, and
    introspecting large graphs. A graph theory library it is not. Most of
    the graph methods return iterators so that large graphs may be
    efficiently managed by user code.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-cgraph (x86_64, i586)
    python-module-cgraph-debuginfo (x86_64, i586)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Vitaly Kuznetsov
    Eugeny A. Rostovtsev

    Права:
    Eugeny A. Rostovtsev
    @everybody

      1. python-module-Cython

    Последнее изменение


    12 апреля 2012 г. Vitaly Kuznetsov 20110131-alt1.1
    - Rebuild to remove redundant libpython2.7 dependency
    26 декабря 2011 г. Eugeny A. Rostovtsev 20110131-alt1
    - Initial build for Sisyphus