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.6.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.6.0-py3-none-any.whl (99.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pipebio-5.6.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.15

File hashes

Hashes for pipebio-5.6.0.tar.gz
Algorithm Hash digest
SHA256 04dc4113143590b7b3cf400c1909fd96a9747f246416b38c8a9b255a2a9f23b9
MD5 17c6f75ec037163d23ca18bce12674f7
BLAKE2b-256 b1cb6086b209b42e9951252bf1463e9f90f823fefb54eb979a5352c931ed94d1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pipebio-5.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 874c6817a5d47645e059b3737849796d5c05b4b923afcd1d39bc63c58c81dd53
MD5 e47a7799c2dcf06d85cf9d80db1f4c11
BLAKE2b-256 0ba5d88c0de25f3d57dfbc872bf0ce71b8f3c81689b31ec9da03f95bfc4b74ce

See more details on using hashes here.

Release history Release notifications | RSS feed

5.7.0

2 files

This release

5.6.0 This release

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