Metadata-Version: 1.1 Name: DendroPy Version: 4.5.2 Summary: A Python library for phylogenetics and phylogenetic computing: reading, writing, simulation, processing and manipulation of phylogenetic trees (phylogenies) and characters. Home-page: http://packages.python.org/DendroPy/ Author: Jeet Sukumaran and Mark T. Holder Author-email: jeetsukumaran@gmail.com, mtholder@ku.edu License: BSD Description: .. image:: https://raw.githubusercontent.com/jeetsukumaran/DendroPy/DendroPy4/doc/source/_static/dendropy_logo.png :align: right :alt: DendroPy 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://dendropy.org/ DendroPy is also hosted in the official Python repository: http://packages.python.org/DendroPy/ Requirements and Installation ============================= DendroPy 4.x runs under Python 3 (all versions > 3.1) and Python 2 (Python 2.7 only). You can install DendroPy by running:: $ sudo pip install dendropy More information is available here: http://dendropy.org/downloading.html Documentation ============= Full documentation is available here: http://dendropy.org/ This includes: - `A comprehensive "getting started" primer `_ . - `API documentation `_ . - `Descriptions of data formats supported for reading/writing `_ . and more. License and Warranty ==================== Please see the file "LICENSE.rst" for details. Current Release =============== The current release of DendroPy is version 4.5.2. Keywords: phylogenetics phylogeny phylogenies phylogeography evolution evolutionary biology systematics coalescent population genetics phyloinformatics bioinformatics Platform: UNKNOWN Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: BSD License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.1 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python Classifier: Topic :: Scientific/Engineering :: Bio-Informatics