Skip to main content

PipeBio Python SDK

image

image

A Python 3.9+ SDK for the PipeBio platform.

image

The integrated bioinformatics platform for large molecule and peptide discovery

PipeBio is an integrated cloud-based platform for biologics discovery that allows wet lab scientists to easily analyze antibody and peptide sequences with functional assay data and bioinformaticians to deploy their own code and run workflows.

Use PipeBio to configure standard analysis workflows and create SOPs with the range bioinformatics tools on PipeBio for

  • Antibody sequence analysis and discovery
  • Antibody engineering
  • Short peptide discovery
  • NGS, Sanger, PacBio and single cell sequence analysis

Installation

pip install pipebio

Examples

Example usage of the sdk can be found at api-examples.

Environment Variables

In order to use the sdk, you should get an api key from the me page.

This can then be used by either:

  • setting as a system wide environment variable EXPORT PIPE_API_KEY=*****.
  • setting in the command line when you run your scripts PIPE_API_KEY=***** python your_script.py.
  • using an .env file - this sdk will automatically load the contents of an .env file (must be called .env and in the same directory as your script) and set any environment variables set in it.

Example .env file

PIPE_API_KEY=*****

Extending the sdk

If the endpoint you need is not currently supported by the sdk, then session is available in the pipebio_client, which can be used in the usual requests style e.g.:

from pipebio.pipebio_client import PipebioClient

# PipebioClient initialises by reading the PIPE_API_KEY environment variable for authorization.
# Please ensure this is set (see Environment Variables section for how).
client = PipebioClient(url='https://app.pipebio.com')

# Session already has the base url set, so you need to use the relevant part of the route as your url.
# So when the below api request is made, it is translated to https://app.pipebio.com/api/v2/me'
response = client.session.get(url='me')
print(response.json())

AI / LLM usage

This package ships machine-readable reference files for AI coding assistants. After pip install pipebio they are available inside the installed package:

  • pipebio/llms.txt – a concise index of the public API (classes, methods and signatures with one-line descriptions).
  • pipebio/llms-full.txt – the full reference, including complete docstrings.

You can locate them programmatically:

import importlib.resources
print(importlib.resources.files("pipebio") / "llms.txt")

Support

Please contact support@pipebio.com for help.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipebio-5.7.0.tar.gz (2.0 MB view details)

Uploaded Source

Built Distribution

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

pipebio-5.7.0-py3-none-any.whl (106.7 kB view details)

Uploaded Python 3

File details

Details for the file pipebio-5.7.0.tar.gz.

File metadata

  • Download URL: pipebio-5.7.0.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.16

File hashes

Hashes for pipebio-5.7.0.tar.gz
Algorithm Hash digest
SHA256 f8a6bcc5ea10d605b7734bca9cc1ba33a1744df496aa2b80a7e189e4d18fb435
MD5 9543526ef3abe8a7dd2e4e3ba9cd1749
BLAKE2b-256 561f67b1a6053dba9304b50fbb3ba5aa003da1acd21595465fead8d809fc7446

See more details on using hashes here.

File details

Details for the file pipebio-5.7.0-py3-none-any.whl.

File metadata

  • Download URL: pipebio-5.7.0-py3-none-any.whl
  • Upload date:
  • Size: 106.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.16

File hashes

Hashes for pipebio-5.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8e936a03c0281ae64c82dfba3c8d811766cbbe97e8685c1b6097fb9877fceeb6
MD5 ea74e083a8ed5bf15b550dd06bf8d885
BLAKE2b-256 af3aef2cdad265533d6a53105cac952903c2a6565ec684075eda768953c68892

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

5.7.0 This release

2 files

5.6.0

2 files

5.5.0

2 files

5.4.0

2 files

5.3.0

2 files

5.2.0

2 files

5.1.0

2 files

5.0.24

2 files

5.0.23

2 files

5.0.20

2 files

5.0.19

2 files

5.0.18

2 files

5.0.17

2 files

5.0.16

2 files

5.0.15

2 files

5.0.14

2 files

5.0.13

2 files

5.0.12

2 files

5.0.11

2 files

5.0.10

2 files

5.0.8

2 files

5.0.7

2 files

5.0.4

2 files

5.0.0

2 files

4.0.0

2 files

3.0.1

2 files

3.0.0

2 files

2.3.11

2 files

2.3.10

2 files

2.3.9

2 files

2.3.8

2 files

2.3.7

2 files

2.3.6

2 files

2.0.10

2 files

2.0.8

2 files

2.0.0

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

1 file

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.1

1 file

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page