pipebio
A PipeBio client package
What it is and what it does
PipeBio is a Python SDK for connecting to PipeBio's cloud-based biologics discovery platform. It provides a client interface to configure and run bioinformatics workflows for antibody and peptide analysis, including sequence analysis, engineering, and NGS/Sanger/PacBio data processing. The SDK wraps HTTP requests to the PipeBio API and includes authentication via API key, with support for loading credentials from environment variables or .env files.
The package is built on standard Python data and HTTP libraries (pandas, requests, biopython, openpyxl, pyarrow) and is designed for both wet lab scientists running standard workflows and bioinformaticians deploying custom code. It ships machine-readable reference files (llms.txt) for AI coding assistants and allows direct session access for unsupported endpoints.
Use it for:
- Automate antibody sequence analysis and discovery workflows on the PipeBio platform from Python scripts.
- Integrate NGS, Sanger, PacBio, or single-cell sequence data into bioinformatics pipelines.
- Deploy custom bioinformatics code to PipeBio and trigger workflows programmatically.
- Build SOPs and standard analysis workflows for antibody engineering and peptide discovery.
- Extend the SDK with raw HTTP requests when a specific endpoint is not yet wrapped by the client.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python SDK for the PipeBio cloud platform that enables programmatic access to bioinformatics workflows for antibody and peptide sequence analysis, discovery, and engineering.
Yes. The package is actively maintained (released 1 day ago), has low install friction, no known vulnerabilities, and permissive licensing. Install it if you need to integrate PipeBio's biologics discovery platform into Python workflows. The main prerequisite is obtaining a PipeBio API key and running Python 3.10+.
Install
pipebio on PyPI
pip
pip install pipebiouv
uv add pipebiopoetry
poetry add pipebioInstalling pipebio
Before you install
Low friction install with a pure-wheel distribution. Actively maintained with a release 1 day old. Depends on common data and HTTP libraries (pandas, requests, biopython) with no compiled dependencies.
License in practice
BSD 3-clause is permissive; you can use this package in commercial and proprietary projects with minimal restrictions, provided you include the license notice.
Quickstart
pip install pipebio
from pipebio.pipebio_client import PipebioClient
client = PipebioClient(url='https://app.pipebio.com')
response = client.session.get(url='me')
print(response.json())
Requires PIPE_API_KEY environment variable set (obtain from https://app.pipebio.com/AbLabs/me); Python 3.10 or later.
Verify before relying
- Whether the SDK covers all endpoints you need or if you'll need to extend it with raw session calls.
- Performance characteristics when handling large NGS or single-cell datasets.
- Whether the llms.txt reference files are sufficient for your AI coding assistant use case.
Package facts
| License | BSD 3-clause (permissive) |
| Python support | supports the current Python release (<3.14,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 8 — requests, urllib3, pandas, biopython, python-dotenv, requests-toolbelt, openpyxl, pyarrow |
| Maintenance | actively maintained — 1 days since the last release |
| First released | |
| Downloads | 118,961/month — #12,096 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pipebio-5.6.0-py3-none-any.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
pyteomicsPyteomics provides Python tools for proteomics…
permissive · top 15,000 on PyPI
biotiteBiotite provides a unified Python library for…
permissive · top 5,000 on PyPI
abnumberAbNumber provides Python APIs to number and…
permissive · top 15,000 on PyPI
antibertyAntiBERTy is a transformer language model…
unclear · top 15,000 on PyPI
deepbiopDeepBioP is a deep learning preprocessing…
permissive · top 15,000 on PyPI
mhctoolsUnified Python interface to multiple MHC…
permissive · top 15,000 on PyPI
pyhmmerPyHMMER provides Python bindings to HMMER3, a…
permissive · top 5,000 on PyPI
scikit-bioscikit-bio provides data structures,…
permissive · top 15,000 on PyPI
latchLatch SDK is a framework for building,…
unclear · top 15,000 on PyPI
bioA command-line toolkit that simplifies common…
permissive · top 5,000 on PyPI