Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install dendropy

How to install DendroPy

  1. Download and install ActivePython
  2. Buy and install the Business Edition license from account.activestate.com
  3. Open Command Prompt
  4. Type pypm install dendropy

DendroPy contains builds that are only available via PyPM when you have a current ActivePython Business Edition subscription.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
3.11.0
3.11.0 Available View build log
3.10.1 Available View build log
3.10.0 Available View build log
3.9.0 Available View build log
3.8.1 Available View build log
3.8.0 Available View build log
3.7.1 Available View build log
3.7.0 Available View build log
3.6.1 Available View build log
3.6.0 Available View build log
3.5.0 Available View build log
Windows (64-bit)
3.11.0
3.11.0 Available View build log
3.10.1 Available View build log
3.10.0 Available View build log
3.9.0 Available View build log
3.8.1 Available View build log
3.8.0 Available View build log
3.7.1 Available View build log
3.7.0 Available View build log
3.6.1 Available View build log
3.6.0 Available View build log
3.5.0 Available View build log
Mac OS X (10.5+)
3.11.0
3.11.0 Available View build log
3.10.1 Available View build log
3.10.0 Available View build log
3.9.0 Available View build log
3.8.1 Available View build log
3.8.0 Available View build log
3.7.1 Available View build log
3.7.0 Available View build log
3.6.1 Available View build log
3.6.0 Available View build log
3.5.0 Available View build log
Linux (32-bit)
3.11.0
3.11.0 Available View build log
3.10.1 Available View build log
3.10.0 Available View build log
3.9.0 Available View build log
3.8.1 Available View build log
3.8.0 Available View build log
3.7.1 Available View build log
3.7.0 Available View build log
3.6.1 Available View build log
3.6.0 Available View build log
3.5.0 Available View build log
Linux (64-bit)
3.11.0
3.11.0 Available View build log
3.10.1 Available View build log
3.10.0 Available View build log
3.9.0 Available View build log
3.8.1 Available View build log
3.8.0 Available View build log
3.7.1 Available View build log
3.7.0 Available View build log
3.6.1 Available View build log
3.6.0 Available View build log
3.5.0 Available View build log
 
License
BSD
Dependencies
Depended by

Introduction

DendroPy is a Python library for phylogenetic computing. It provides classes and functions for the simulation, processing, and manipulation of phylogenetic trees and character matrices, and supports the reading and writing of phylogenetic data in a range of formats, such as NEXUS, NEWICK, NeXML, Phylip, FASTA, etc. Application scripts for performing some useful phylogenetic operations, such as data conversion and tree posterior distribution summarization, are also distributed and installed as part of the libary. DendroPy can thus function as a stand-alone library for phylogenetics, a component of more complex multi-library phyloinformatic pipelines, or as a scripting "glue" that assembles and drives such pipelines.

The primary home page for DendroPy, with detailed tutorials and documentation, is at:

http://packages.python.org/DendroPy/

Requirements and Installation

DendroPy runs under any version of Python 2 from 2.4 upwards (i.e., Python 2.4, 2.5, 2.6, 2.7, etc.). At present, it does not run under Python 3.

If you have setuptools installed, you can install the latest public release of DendroPy directly from the Python Package Index by running:

$ sudo easy_install -U dendropy

Alternatively, if you have pip installed, you can run:

$ sudo pip install dendropy

If you download the source code archive from the Python Package Index, you can unarchive it and install it from the local source by running:

$ tar -xvzf DendroPy-3.12.0.tar.gz
$ cd DendroPy-3.12.0
$ sudo python setup.py install

Documentation

A detailed example-rich "cookbook"-style tutorial on using DendroPy can be found here:

http://packages.python.org/DendroPy/tutorial/index.html

While the API reference can be found here:

http://packages.python.org/DendroPy/library/index.html

Source Code Repository

The DendroPy source code is version-controlled using Git, and the DendroPy Git repository can be cloned by running:

$ git clone git://github.com/jeetsukumaran/DendroPy.git

Change History

The major changes (new features and bug fixes) in the development history of DendroPy can be found here:

http://packages.python.org/DendroPy/changes.html

More Information

More information, including tutorials, library API references, citation, license, etc. can be found on the DendroPy documentation website:

http://packages.python.org/DendroPy/

Current Release

The current release of DendroPy is version 3.12.0 (revision: 91b552d, None).

Subscribe to package updates

Download Stats

Last month:13

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.