Metadata-Version: 2.1
Name: splitp
Version: 0.1.4
Summary: Phylogenetic tools and methods involving splits and matrix rank
Home-page: https://github.com/js51/SplitP
Author: Joshua Stevenson
Author-email: joshua.stevenson@utas.edu.au
License: UNKNOWN
Description: <img src="https://user-images.githubusercontent.com/27327007/74098210-a760a700-4b69-11ea-8623-28708864d8c7.png" alt="SplitP" width="130"/>
        
        
        [![](https://img.shields.io/pypi/v/SplitP.svg)](https://pypi.org/project/SplitP/)  ![](https://github.com/js51/SplitP/workflows/build/badge.svg)
        [![Coverage Status](https://coveralls.io/repos/github/js51/SplitP/badge.svg?branch=master&service=github)](https://coveralls.io/github/js51/SplitP?branch=master)
        
        Python package which implements split-based and rank-based phylogenetic tools and methods.
        
        The latest version of SplitP can be installed via the command
        `pip install splitp`
        
        Code written to perform the simulations and analysis outlined in my honours thesis is available in the `examples` folder.
        
        The current to-do list:
        * Convert the testing code on my local machine to PyTest code and improve test coverage.
        * Make the code in the examples folder more clear and concise.
        * Publish documentation.
        * Convert tree implementation to use NetworkX.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
