skillfed

pipebio

A PipeBio client package

pipebio v5.6.0 119.0K downloads/30d#12,096 on PyPI
Permissive license BSD 3-clause Active released

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 pipebio

uv

uv add pipebio

poetry

poetry add pipebio

Installing 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

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: BSD LicenseOperating System :: MacOS :: MacOS XOperating System :: POSIX :: LinuxProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13

Tags

antibody sequence analysis SDKpeptide discovery bioinformaticsPipeBio API clientbiologics discovery platformNGS sequence analysisantibody engineering toolscloud bioinformatics workflows
bioinformaticsapi-clientbiologics-discovery

More Scientific/Engineering packages