CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 06:45:56 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100329030524
location: https://web.archive.org/web/20100329030524/https://github.com/jeetsukumaran/DendroPy
server-timing: captures_list;dur=1.026578, exclusion.robots;dur=0.040669, exclusion.robots.policy;dur=0.018179, esindex;dur=0.017157, cdx.remote;dur=828.029456, LoadShardBlock;dur=196.340764, PetaboxLoader3.datanode;dur=108.578587, PetaboxLoader3.resolve;dur=74.826712
x-app-server: wwwb-app213
x-ts: 302
x-tr: 1077
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 06:45:57 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 29 Mar 2010 03:05:24 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "aa02ec94d58497534dc57c018996ba09"
x-archive-orig-x-runtime: 125ms
x-archive-orig-content-length: 39463
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 29 Mar 2010 03:05:24 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 12 Jan 2010 00:53:18 GMT", ; rel="prev memento"; datetime="Tue, 12 Jan 2010 00:53:18 GMT", ; rel="memento"; datetime="Mon, 29 Mar 2010 03:05:24 GMT", ; rel="next memento"; datetime="Wed, 18 Aug 2010 03:24:22 GMT", ; rel="last memento"; datetime="Wed, 26 Mar 2025 09:03:37 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100329005520_crawl100-c/52_15_20100329030407_crawl101.arc.gz
server-timing: captures_list;dur=0.648567, exclusion.robots;dur=0.025351, exclusion.robots.policy;dur=0.011778, esindex;dur=0.011114, cdx.remote;dur=8.237675, LoadShardBlock;dur=229.744142, PetaboxLoader3.datanode;dur=161.623497, PetaboxLoader3.resolve;dur=194.976518, load_resource;dur=140.642742
x-app-server: wwwb-app213
x-ts: 200
x-tr: 476
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
jeetsukumaran's DendroPy at master - GitHub
jeetsukumaran / DendroPy
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (43)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Switch Branches (2)
- gh-pages
- master ✓
-
Switch Tags (43)
- v3.2.0
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0.2
- v3.1.0.1
- v3.1.0
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0b
- v3.0.0a
- v3.0.0
- v2.6.8-final
- v2.6.8
- v2.6.7
- v2.6.6
- v2.6.5
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.10
- v2.5.9
- v2.5.8
- v2.5.3
- v2.5.0
- v2.4.0
- v2.3.2
- v2.2.0
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0a
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- Branch List
Sending Request…
A Python library for phylogenetic scripting, simulation, data processing and manipulation. — Read more
DendroPy /
README.txt
Introduction ============ DendroPy is a Python library for phylogenetic scripting, simulation, data processing and data manipulation, with its primary home page at: https://packages.python.org/DendroPy/ DendroPy provides classes and functions for working with phylogenetic data such as trees and character matrices, and supports reading and writing of the data in a range of standard phylogenetic data formats, such as NEXUS, NEWICK, NeXML, Phylip, FASTA, etc. In addition, scripts for performing some useful phylogenetic computations are distributed as part of the libary, such as SumTrees, which summarizes the support for splits or clades given by a posterior sample of phylogenetic trees. 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 <https://pypi.python.org/pypi/setuptools>`_ installed, you can install the latest public release of DendroPy directly from the `Python Package Index <https://pypi.python.org/pypi/DendroPy/>`_ by running:: $ sudo easy_install -U dendropy Alternatively, if you have `pip <https://pypi.python.org/pypi/pip>`_ installed, you can run:: $ sudo pip install dendropy If you download the source code archive from the `Python Package Index <https://pypi.python.org/pypi/DendroPy/>`_, you can unarchive it and install it from the local source by running:: $ tar -xvzf DendroPy-3.x.x.tar.gz $ cd DendroPy-3.x.x $ sudo python setup.py install Documentation ============= A detailed example-rich "cookbook"-style tutorial on using DendroPy can be found here: https://packages.python.org/DendroPy/tutorial/index.html While the API reference can be found here: https://packages.python.org/DendroPy/library/index.html Source Code Repository ====================== The DendroPy source code is version-controlled using `Git <https://git-scm.com/>`_, and the `DendroPy Git repository <https://github.com/jeetsukumaran/DendroPy>`_ can be cloned by running:: $ git clone git://github.com/jeetsukumaran/DendroPy.git More Information ================= More information, including documentation, tutorials, citation, license, etc. can be found in the `DendroPy home page <https://packages.python.org/DendroPy/>`_: https://packages.python.org/DendroPy/