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.5.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.5.0-py3-none-any.whl (96.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pipebio-5.5.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.5.0.tar.gz
Algorithm Hash digest
SHA256 802dc0bdcd3e35d611ce89b5114e60bf9af3ff30b475eceedfac71f615287744
MD5 b892522afee2324a7d361df44cdd8536
BLAKE2b-256 5867910aea474182438e0a87ca40f12bafe206864934e501b9522ebeb3470bb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pipebio-5.5.0-py3-none-any.whl
  • Upload date:
  • Size: 96.5 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.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0d6baf24930f6b788ca4b6c96830bffaea7a7cddddb4d7efb1b46e918586cfb8
MD5 9ae16cc36411473473e7008ee49abfc3
BLAKE2b-256 e9e35ea287bcd9ec78911af95a20f139d7eae653ef1a89a367acb232676086ae

See more details on using hashes here.

Release history Release notifications | RSS feed

5.7.0

2 files

5.6.0

2 files

This release

5.5.0 This release

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