Skip to main content

A package with tools for constructing, manipulating, and analyzing phylogenetic networks.

Project description

PhyloX

PhyloX is a python package with tools for constructing, manipulating, and analyzing phylogenetic networks.

Install

Install as pypi package phylox:

pip install phylox

Usage

You can load the package methods with import phylox in python.

Development

Linting

precommit is yet to be configured, for now, simply run black and isort.

Release

set new version number in master branch

  • CHANGELOG.md

release current version

git checkout main
git tag [version number]
git checkout release
git merge master
python -m build
python -m twine upload --repository pypi dist/*

set new version number in master branch

  • pyproject.toml

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phylox-0.0.2.tar.gz (62.4 kB view hashes)

Uploaded Source

Built Distribution

phylox-0.0.2-py3-none-any.whl (74.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page