Skip to main content

Freely available tools for computational molecular biology.

Project description

Biopython on the Python Package Index (PyPI) Biopython on the Conda package conda-forge channel pre-commit.ci status Linux testing with CircleCI Windows testing with AppVeyor GitHub workflow status Test coverage on CodeCov Research software impact on Depsy The Biopython Project

Biopython README file

The Biopython Project is an international association of developers of freely available Python tools for computational molecular biology.

This README file is intended primarily for people interested in working with the Biopython source code, either one of the releases from the https://biopython.org website, or from our repository on GitHub https://github.com/biopython/biopython

Our user-centric documentation, The Biopython Tutorial and Cookbook, and API documentation, is generated from our repository using Sphinx.

The NEWS file summarises the changes in each release of Biopython, alongside the DEPRECATED file which notes API breakages.

The Biopython package is open source software made available under generous terms. Please see the LICENSE file for further details.

If you use Biopython in work contributing to a scientific publication, we ask that you cite our application note (below) or one of the module specific publications (listed on our website):

Cock, P.J.A. et al. Biopython: freely available Python tools for computational molecular biology and bioinformatics. Bioinformatics 2009 Jun 1; 25(11) 1422-3 https://doi.org/10.1093/bioinformatics/btp163 pmid:19304878

For the impatient

Python includes the package management system “pip” which should allow you to install Biopython (and its dependency NumPy if needed), upgrade or uninstall with just one terminal command:

pip install biopython
pip install --upgrade biopython
pip uninstall biopython

Since Biopython 1.70 we have provided pre-compiled binary wheel packages on PyPI for Linux, macOS and Windows. This means pip install should be quick, and not require a compiler.

As a developer or potential contributor, you may wish to download, build and install Biopython yourself. This is described below.

Python Requirements

We currently recommend using Python 3.13 from https://www.python.org

Biopython is currently supported and tested on the following Python implementations:

Optional Dependencies

Biopython requires NumPy (see https://www.numpy.org) which will be installed automatically if you install Biopython with pip (see below for compiling Biopython yourself).

Depending on which parts of Biopython you plan to use, there are a number of other optional Python dependencies, which can be installed later if needed:

In addition there are a number of useful third party tools you may wish to install such as standalone NCBI BLAST, EMBOSS or ClustalW.

Installation From Source

We recommend using the pre-compiled binary wheels available on PyPI using:

pip install biopython

However, if you need to compile Biopython yourself, the following are required at compile time:

  • Python including development header files like python.h, which on Linux are often not installed by default (trying looking for and installing a package named python-dev or python-devel as well as the python package).

  • Appropriate C compiler for your version of Python, for example GCC on Linux, or MSVC on Windows. For Windows, you must install the ‘Visual Studio Build Tools’ and select the ‘Desktop development with C++’ workload. For macOS, use Apple’s command line tools, which can be installed with the terminal command:

    xcode-select --install

    This will offer to install Apple’s XCode development suite - you can, but it is not needed and takes a lot of disk space.

Then either download and decompress our source code, or fetch it using git. Now change directory to the Biopython source code folder and run:

pip install -e . --group dev
cd Tests
python run_tests.py

Substitute python with your specific version if required, for example python3, or pypy3.

To exclude tests that require an internet connection (and which may take a long time), use the --offline option:

cd Tests
python run_tests.py --offline

Testing

Biopython includes a suite of regression tests to check if everything is running correctly. To run the tests, go to the biopython source code directory and type:

pip install -e . --group dev
cd Tests
python run_tests.py

If you want to skip the online tests (which is recommended when doing repeated testing), use:

cd Tests
python run_tests.py --offline

Do not panic if you see messages warning of skipped tests:

test_DocSQL ... skipping. Install MySQLdb if you want to use Bio.DocSQL.

This most likely means that a package is not installed. You can ignore this if it occurs in the tests for a module that you were not planning on using. If you did want to use that module, please install the required dependency and re-run the tests.

Some of the tests may fail due to network issues, this is often down to chance or a service outage. If the problem does not go away on re-running the tests, you can use the --offline option.

There is more testing information in the Biopython Tutorial & Cookbook.

Experimental code

Biopython 1.61 introduced a new warning, Bio.BiopythonExperimentalWarning, which is used to mark any experimental code included in the otherwise stable Biopython releases. Such ‘beta’ level code is ready for wider testing, but still likely to change, and should only be tried by early adopters in order to give feedback via the biopython-dev mailing list.

We’d expect such experimental code to reach stable status within one or two releases, at which point our normal policies about trying to preserve backwards compatibility would apply.

Bugs

While we try to ship a robust package, bugs inevitably pop up. If you are having problems that might be caused by a bug in Biopython, it is possible that it has already been identified. Update to the latest release if you are not using it already, and retry. If the problem persists, please search our bug database and our mailing lists to see if it has already been reported (and hopefully fixed), and if not please do report the bug. We can’t fix problems we don’t know about ;)

Issue tracker: https://github.com/biopython/biopython/issues

If you suspect the problem lies within a parser, it is likely that the data format has changed and broken the parsing code. (The text BLAST and GenBank formats seem to be particularly fragile.) Thus, the parsing code in Biopython is sometimes updated faster than we can build Biopython releases. You can get the most recent parser by pulling the relevant files (e.g. the ones in Bio.SeqIO or Bio.Blast) from our git repository. However, be careful when doing this, because the code in github is not as well-tested as released code, and may contain new dependencies.

In any bug report, please let us know:

  1. Which operating system and hardware (32 bit or 64 bit) you are using

  2. Python version

  3. Biopython version (or git commit/date)

  4. Traceback that occurs (the full error message)

And also ideally:

  1. Example code that breaks

  2. A data file that causes the problem

Contributing, Bug Reports

Biopython is run by volunteers from all over the world, with many types of backgrounds. We are always looking for people interested in helping with code development, web-site management, documentation writing, technical administration, and whatever else comes up.

If you wish to contribute, please first read CONTRIBUTING.rst here, visit our web site https://biopython.org and join our mailing list: https://biopython.org/wiki/Mailing_lists

Distribution Structure

  • README.rst – This file.

  • NEWS.rst – Release notes and news.

  • LICENSE.rst – What you can do with the code.

  • CONTRIB.rst – An (incomplete) list of people who helped Biopython in one way or another.

  • CONTRIBUTING.rst – An overview about how to contribute to Biopython.

  • DEPRECATED.rst – Contains information about modules in Biopython that were removed or no longer recommended for use, and how to update code that uses those modules.

  • MANIFEST.in – Configures which files to include in releases.

  • pyproject.toml – Project metadata and build configuration.

  • Bio/ – The main code base code.

  • BioSQL/ – Code for using Biopython with BioSQL databases.

  • Doc/ – Documentation.

  • Scripts/ – Miscellaneous, possibly useful, standalone scripts.

  • Tests/ – Regression testing code including sample data files.

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

biopython-1.87.tar.gz (19.9 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

biopython-1.87-cp314-cp314t-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

biopython-1.87-cp314-cp314t-win32.whl (2.7 MB view details)

Uploaded CPython 3.14tWindows x86

biopython-1.87-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

biopython-1.87-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

biopython-1.87-cp314-cp314t-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

biopython-1.87-cp314-cp314-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.14Windows x86-64

biopython-1.87-cp314-cp314-win32.whl (2.7 MB view details)

Uploaded CPython 3.14Windows x86

biopython-1.87-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

biopython-1.87-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

biopython-1.87-cp314-cp314-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

biopython-1.87-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

biopython-1.87-cp313-cp313-win32.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86

biopython-1.87-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

biopython-1.87-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

biopython-1.87-cp313-cp313-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

biopython-1.87-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

biopython-1.87-cp312-cp312-win32.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86

biopython-1.87-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

biopython-1.87-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

biopython-1.87-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

biopython-1.87-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

biopython-1.87-cp311-cp311-win32.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86

biopython-1.87-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

biopython-1.87-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

biopython-1.87-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

biopython-1.87-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

biopython-1.87-cp310-cp310-win32.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86

biopython-1.87-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

biopython-1.87-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

biopython-1.87-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file biopython-1.87.tar.gz.

File metadata

  • Download URL: biopython-1.87.tar.gz
  • Upload date:
  • Size: 19.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for biopython-1.87.tar.gz
Algorithm Hash digest
SHA256 8456c803459b679a9712422e5a7fd9809f2f089bf69bb085f3b077946ac9bdbf
MD5 0b15a33a74afa281b9bc842e6a6d6b6d
BLAKE2b-256 df3e3c6aa8b2a7e6b791a34407736db32f59657001f0446ada31db73a3e0b7d5

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: biopython-1.87-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 331c4151608a1d8406eff0d3c52a0ff1fa3e82604fc85f11c696c562919fb161
MD5 dcc5309f23e93e8ca5df54f4289ba499
BLAKE2b-256 8e12478812ef9c8484f96253ba8fb42b466db4f4594c3bb352a5f4318de01704

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp314-cp314t-win32.whl.

File metadata

  • Download URL: biopython-1.87-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 3670d76759c6cb53ba617f9823d3a438c1aa5415abef6addd29cb81d61d7b312
MD5 6a9add265f42c2d17198c259f7cdcb32
BLAKE2b-256 12cdb18b40e9de9475cfd59f7c30dea6bab7f337758f617d3f5853b1ece8abee

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8da2d44a4b912c7550a051a5ff4bb72a61decc9c4b19ea92cba4c02fffb143c
MD5 49336d5eedaf711091c274717de4395d
BLAKE2b-256 63105a2794c558ef6058da8413ad0ffeee2c090d250b9e5d31009faadfe84fc5

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6fcec2e3602ed52ced701f8f7851952383f84dbc4caeb4d202d088170e86b6d
MD5 2d6cea1a95377543e05f1a7789398fdb
BLAKE2b-256 4bfb93e4c0fc762a10cb0d41c9807a87ad6318c4d6d21b272aa160b6394f1ceb

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4878a9b56775480154c686f81e98f6d907b44d87605bdc2f53538ccdfde9624
MD5 cad5ac7ad32b4bb20736cf64b79ed241
BLAKE2b-256 a570952fb76b38c314c5c7643d55dad10c71d45d5a6c78031795d594a4a1f46f

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: biopython-1.87-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 98e397096336a49804b6aaaeac8c47ad82e3e4430862f0cde37be73037f1017e
MD5 b0ef1d1953c75a2abd6d335463365528
BLAKE2b-256 a3e3313d4002628ffec17745336ccfbfb59d746dec5a022ebd50a9b33c3113c6

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp314-cp314-win32.whl.

File metadata

  • Download URL: biopython-1.87-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d740c75d4bc94f9dff51719a0deda37e5e885f06ee6dfbb5e9a21bbe9de35a9c
MD5 fead42bc7371de09e61b21e80b1e716b
BLAKE2b-256 5059ad1adcd0b9a600ce9fa58ecf1587a75769f05d65320f5daf315ff490fcee

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff28a6f31630b3c9f52903478a2ed9dd894b07c1998e40eaeefbeefac20f2d0f
MD5 4d0e0e9ef16ffcd2f45ccef0e94c45fc
BLAKE2b-256 f5269cade51cffba81b3c8dc314f146eb71c46c491d8092fef0f5bc4ccf3a66d

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89ffe272517478691439a59cccd3cc2929fc8f6bfb8cbc8cc5acc103660395a7
MD5 639915525421cc10089e396984480a41
BLAKE2b-256 3f7f4d405d34d9c6fe1852527eba5dc6c92d333ef739b297df71c771da821ecf

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db73fe16aa2b20677ac86d1997612acb0aa1a3720bc899f65d2bce5583208e1b
MD5 c1cebcd718af79cd0be1d6ced2881ada
BLAKE2b-256 263f1ed27b0991697993c8f20bcc6b9b55a720993213e4a1aa4803b21366e11b

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: biopython-1.87-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 01ee30203bd4b2145cdfe2878499e549a7087f897a6f4d1ebd9de30790123140
MD5 ff8f985cb1c6b7f2ae7b87ae1718d2d9
BLAKE2b-256 936e50d9e4625d687696b3d44bba0d6ab41fe99eee74c97d5d6c5b00c20c03ad

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp313-cp313-win32.whl.

File metadata

  • Download URL: biopython-1.87-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 fab1b12f6bc4646b7f56b4c390ecff685f02b5b29e3a0c10477195bb49fe62f8
MD5 ad68615e2a415f788046b8e9dc6578ee
BLAKE2b-256 6d98e7d0e9ed7509798286d6b043fb10a078616aff7c740ad0df506551992b09

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d221b2e08e7e89713fdbfb15c8ea6744e908d59f672cd2b6fcf9ed47910d05e
MD5 dc82fd7606955a13f86c759e418f3c0d
BLAKE2b-256 92eadc2840df6f676d69e898792a0cd6f1217754333ec0003ad3ed5bc7c75da7

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 772539297fa16a78f38651c793f53f8c11bd18317b111982e72cf30a6e57512a
MD5 29d40babff0cb4d2c6f76a3b9d985991
BLAKE2b-256 6b5559115001469e8b3decc8362e1e6e8201acd56cafab95f4f29f4d9994fb4c

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e05ef5d632c319ab3ef77705c74061190d0792b07e1f2b9eee867401b2758e7e
MD5 ff628154de0471c1895d52944f2bf238
BLAKE2b-256 5c4b00b8005c24f7c36d8bdffae3354194a2221716004e39029528be923adeae

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: biopython-1.87-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 856e3d64f1f27db493474ff84916ed8572731a525e001c7d0d8f41a0fd187000
MD5 7cd8e26d476056169384ea66806a785a
BLAKE2b-256 961ad5884c67b20d9ae2b8d93593c971363421fd04c3dc8f5c35530c18e1d6a7

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp312-cp312-win32.whl.

File metadata

  • Download URL: biopython-1.87-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b077777fd2c555434bdcee58743f6f860aa80e1e005d9671913aa73823c6a773
MD5 4e07031ae9be61f84dd776dc83caef6d
BLAKE2b-256 54d3a594c8443dc8979b3c051aa266aa4af2d39762c4bb2c37fe6892a19a7713

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 65ba69ef0273e983a9036c2a228142bc34266179a5f03660fc281d332d718630
MD5 2e08dc75b9e47dbbda5794abf96f1bcc
BLAKE2b-256 a9287898c2061966d6d62f0bb2e53cd5e1b3bb3053d2bc431f299802faca23cc

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3428155c3e0abbed7aad5ff08e034d435b84dfe560c8ec58e7d43abda4b6a43
MD5 6fae8c7942ec4b294146e13b4d3ab731
BLAKE2b-256 c14037c45bb4b5e345664bd970c3294349d1e35d4ad5794f808324bbef6ff9e7

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77ccc634621904d4a8fa0a43b5e0f093fa9df8c9577ed3858af648bb3528f51e
MD5 cfaea1a03444c18ff03d3c01c796e636
BLAKE2b-256 60a618f024658c364196b7f9519674edd3233136fa19874b7ffd9e55ea0fd8e6

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: biopython-1.87-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d4ff5369ffb7a966bcf921cae6c8a6eab5070b5df1c9f2ae8c18ad40fdcb7ec5
MD5 a9ffc24c711968dd15e1dcb2cd9140cf
BLAKE2b-256 a57612ac6fc6158d0e1ce92f96813dd00ae2770e2c47978c825c904c82058566

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp311-cp311-win32.whl.

File metadata

  • Download URL: biopython-1.87-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 126e18ad44e959a1984560562fa4f295c075ce2e610e8ddbc9ec6f52e09f70d8
MD5 764670c3f95c7a7cff1372474edc18c7
BLAKE2b-256 653b77446506cec866f714e5a7c1f7613ced29762e5a6dfa6be99978dd68a273

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bab39ec4108fb2542a9f1012db8269426fd6e86ed84ebc1b0bd11134ef443dd3
MD5 7e589ec2d8f864985c430732d57b09b8
BLAKE2b-256 f1c706ae2e0672ef5eae35b5858355118cc265553d0ba8a23eaa1c056359683d

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ccf00d15e698656796ab14ff3eb175e282da7a08eedd36a29b6cacec5a33e97f
MD5 90d4d215fe8e73110480fb91ff7cfc1d
BLAKE2b-256 5809717d55cc9d74b55fab79b283f1419b1c8785f19875e80f770737645838cc

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58e36efa7eaa8813cffe440af4824afa20cc3c21b1b179a95cc0fb15c4b83c01
MD5 48a18992f5537eb3fe9f710bbf0097e5
BLAKE2b-256 1dec5cab8b1425d7361de75eb7395efb22f0e4a6eb899078fd008d2e748d4962

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: biopython-1.87-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 efc16dd8a9312eb655fa590821495b0d8ca25d19f7b4ef4fa4da9e71d59d33e5
MD5 d681e8069b097deedb2783067fc9c30a
BLAKE2b-256 b192d09b783b7293567c9c662091c6dd69e9630657216deb441d1c4a9b20eeee

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp310-cp310-win32.whl.

File metadata

  • Download URL: biopython-1.87-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for biopython-1.87-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 86596b05f39afbc5984ee6239c93fd75f6a97fffb9a630d74b45652c24aab964
MD5 b546fe55f433ffed79d9245d45be6121
BLAKE2b-256 235b76a1a5bf4384201f2f146371f67b191b9a5000d7f3be1f962f7e829fecbd

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e951f4862ffc1dccc28e1c25245059fa653d86028a88f5dfe1b7875875f3a4f
MD5 aa87331cfb9ec26b2298c3814be8b5b5
BLAKE2b-256 cc1e7f5d251c133fd7f5f7dc57966b2116a15ffd1b8daf0a5144eda7419b2998

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 63978e1b3ae040c52369bc1bd3f4c668171f5f1f0808798eccd74b575cce455d
MD5 01dcfe1ad79e53a2e8f789c8fbeffd6a
BLAKE2b-256 688146d07aeac54d96e8beb20900fc8223bfae5ca5a9188d70e9f54cf704f36e

See more details on using hashes here.

File details

Details for the file biopython-1.87-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for biopython-1.87-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35f13796188412f135acbed196bd6cfedc1257199d50b4883e289bbd96320efc
MD5 f49d54bf18e1eb97330a7aebf5ebe21b
BLAKE2b-256 a9d6a01a222dcb2a624f186907f9d7ded1d263ca6164805b0986828f8be3832c

See more details on using hashes here.

Supported by

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