pyteomics
A framework for proteomics data analysis.
What it is and what it does
Pyteomics is a collection of Python modules designed to handle proteomics data analysis tasks. It provides utilities for calculating physico-chemical properties of peptides and proteins (mass, isotopic distribution, charge, pI, retention time), accessing common proteomics data formats (MS/LC-MS data, FASTA databases, search engine outputs), and manipulating sequences of modified peptides and proteins. The library targets reproducible statistical analysis and rapid prototyping in proteomics research.
The package has no external runtime dependencies, making it lightweight and straightforward to integrate into existing Python workflows. It is actively maintained, with current Python version support (>=3.10), and has been in development since 2012, indicating a mature codebase for the proteomics community.
Use it for:
- Calculate molecular mass and isotopic distributions for peptide sequences in mass spectrometry workflows
- Parse and process FASTA database files for proteomics searches and sequence analysis
- Extract and analyze results from proteomics search engines (e.g., Mascot, SEQUEST output)
- Compute physicochemical properties (pI, charge, retention time) for peptide characterization
- Manipulate and annotate sequences containing post-translational modifications
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Pyteomics provides Python tools for proteomics data analysis, including mass calculation, sequence manipulation, and access to MS/LC-MS data, FASTA databases, and search engine outputs.
Yes. Pyteomics is a mature, actively maintained library with no security vulnerabilities, zero runtime dependencies, and straightforward installation. It directly addresses core proteomics data analysis tasks. Install it if you work with mass spectrometry data, peptide sequences, or proteomics search results in Python.
Install
pyteomics on PyPI
pip
pip install pyteomicsuv
uv add pyteomicspoetry
poetry add pyteomicsInstalling pyteomics
Before you install
Low friction installation with no runtime dependencies. Active maintenance: last commit 2026-07-22, released 23 days ago. Supported on current Python versions (requires Python >=3.10).
License in practice
Apache-2.0 is permissive; you can use, modify, and distribute this package freely in commercial or private projects with minimal restrictions.
Quickstart
pip install pyteomics
from pyteomics import mass
mass_value = mass.calculate_mass(sequence='PEPTIDE')
Requires Python >=3.10
Verify before relying
- Scope and completeness of supported MS data formats and search engine output types
- Performance characteristics for large-scale proteomics datasets
- Availability and quality of example workflows or tutorials beyond the documentation
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 23 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 286,369/month — #8,044 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyteomics-5.0.1-py3-none-any.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
mhctoolsUnified Python interface to multiple MHC…
permissive · top 15,000 on PyPI
pipebioA Python SDK for the PipeBio cloud platform…
permissive · top 15,000 on PyPI
pymzmlpymzml parses mzML mass spectrometry data files…
permissive · top 15,000 on PyPI
biotiteBiotite provides a unified Python library for…
permissive · top 5,000 on PyPI
primer3-pyprimer3-py wraps the Primer3 library to provide…
copyleft · top 15,000 on PyPI
pysampysam reads, manipulates, and writes genomic…
permissive · top 5,000 on PyPI
dnaiodnaio reads and writes FASTQ, FASTA, and uBAM…
permissive · top 15,000 on PyPI
pyhmmerPyHMMER provides Python bindings to HMMER3, a…
permissive · top 5,000 on PyPI
bioA command-line toolkit that simplifies common…
permissive · top 5,000 on PyPI
pyfaidxProvides fast random access to subsequences in…
permissive · top 15,000 on PyPI