Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jni/viridis

A tree library for Python
https://github.com/jni/viridis

Last synced: 2 days ago
JSON representation

A tree library for Python

Awesome Lists containing this project

README

        

# viridis: a tree python library

[![Build Status](https://travis-ci.org/jni/viridis.svg?branch=master)](https://travis-ci.org/jni/viridis)
[![Coverage Status](https://coveralls.io/repos/jni/viridis/badge.svg?branch=py3k)](https://coveralls.io/r/jni/viridis?branch=py3k)

Viridis is a Python library for tree data and algorithms. It is named
after _Morelia viridis_, the green tree python. It is compatible with and tested
with 100% coverage on Python 3.5.

It is based on the excellent NetworkX graph library.

Initially, viridis only implements ultrametric trees and associated functions.