Python SDK for the genome.computer API
Project description
genomecomputer
Python SDK for the genome.computer API.
pip install genomecomputer
import os
from genomecomputer import GenomeComputer
gc = GenomeComputer(
api_key=os.environ["GC_API_KEY"],
environment="staging",
)
context = gc.build_context(
genome_id="gen_test_nutrition_001",
domain="nutrition",
detail_level="standard",
)
print(context["summary"])
The package also supports from genome_computer import GenomeComputer for
projects that prefer snake_case module imports.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
genomecomputer-0.1.0.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file genomecomputer-0.1.0.tar.gz.
File metadata
- Download URL: genomecomputer-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc1ed91a828f8a8d13679236bcbd9893ead528cedf74b751aff6c61e0fb60716
|
|
| MD5 |
b68828f533531f1ef2eb92e79e3852ea
|
|
| BLAKE2b-256 |
17aea928454ca402729d1508c4913a2c4c1adafecfca4a5cefecd6d6cbca0335
|
File details
Details for the file genomecomputer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: genomecomputer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4044dfb0f86f35e4c280a343f26568cb93d45cf2624840e97f811ee20b8e055
|
|
| MD5 |
51393cc0bc8c5b1fb9b9ac7ad9f40978
|
|
| BLAKE2b-256 |
676d1133d195bb2545c9f40db1e766670ac3fc02fa4a518a152b6b5208c61328
|