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.3.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.3.0-py3-none-any.whl (98.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pipebio-5.3.0.tar.gz
Algorithm Hash digest
SHA256 4d5b75536989ba2af49b07e1e09af31ac6f4cfde8430fcad825adf32c9f76980
MD5 9019c0541320a5e4bf67aada8b49f548
BLAKE2b-256 4d9e8eaa7db8afe173e93f40611213e8dab2ae1b4b7cb2204af717b0367f675a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pipebio-5.3.0-py3-none-any.whl
  • Upload date:
  • Size: 98.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for pipebio-5.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bfc23bd4f3b69ba0f332ca546ec3b22b675e4d5d783c082b88f86b6b0d445901
MD5 a092044d5b38d033db4358ae5ac03453
BLAKE2b-256 89a9e7b8527e634fdf6a6a06eb556fd3e02c1b87d961222db921b640b945b493

See more details on using hashes here.

Release history Release notifications | RSS feed

5.7.0

2 files

5.6.0

2 files

5.5.0

2 files

5.4.0

2 files

This release

5.3.0 This release

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