Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jni/viridis
A tree library for Python
https://github.com/jni/viridis
Last synced: about 1 month ago
JSON representation
A tree library for Python
- Host: GitHub
- URL: https://github.com/jni/viridis
- Owner: jni
- License: other
- Created: 2012-06-12T19:39:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T09:10:35.000Z (almost 4 years ago)
- Last Synced: 2023-11-20T16:07:41.199Z (about 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
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.