Metadata-Version: 2.4
Name: pysynthbio
Version: 3.0.2
Summary: A package to retrieve data and models from Synthesize Bio's API
Author: Alex David, Candace Savonen
License-Expression: MIT
Project-URL: Homepage, https://github.com/synthesizebio/pysynthbio
Project-URL: Issues, https://github.com/synthesizebio/pysynthbio/issues
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.2.5
Requires-Dist: pandas>=2.2.3
Requires-Dist: requests
Requires-Dist: keyring>=23.0.0
Provides-Extra: secure
Requires-Dist: keyring>=23.0.0; extra == "secure"
Provides-Extra: all
Requires-Dist: keyring>=23.0.0; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: scipy>=1.10.0; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: build; extra == "dev"
Dynamic: license-file

# <img src="assets/logomark.png" style="width: 40px;" alt="Logomark"> &nbsp; pysynthbio

`pysynthbio` is an Python package that provides a convenient interface to the [Synthesize Bio](https://www.synthesize.bio/) API, allowing users to generate realistic gene expression data based on specified biological conditions. This package enables researchers to easily access AI-generated transcriptomic data for various modalities including bulk RNA-seq and single-cell RNA-seq.

If you'd prefer 1-click dataset generation and analysis, try our [web platform](https://app.synthesize.bio/datasets/).

## Prerequisites

Create a [Synthesize Bio](https://app.synthesize.bio/) account and generate an [API Key](https://app.synthesize.bio/account/api-key).

## Installation

```
pip install pysynthbio
```

## Usage

[Quick start](https://synthesizebio.github.io/pysynthbio/usage/quickstart.html)

[Full documentation](https://synthesizebio.github.io/pysynthbio/)

## Questions? Suggestions? Support?

Email us at [support@synthesize.bio](mailto:support@synthesize.bio). We'd love to hear from you!
