A Python API client for VariantGrid
Project description
variantgrid_api
Python API client for VariantGrid Open source Variant database and analysis platform
See changelog
Install
python3 -m pip install variantgrid_api
Example
from variantgrid_api.api_client import VariantGridAPI
from variantgrid_api.data_models import EnrichmentKit
api = VariantGridAPI(server="https://variantgrid.com", api_token="YOUR_API_TOKEN")
enrichment_kit = EnrichmentKit(name="idt_haem", version=1)
result = api.create_enrichment_kit(enrichment_kit)
Testing
# Install required testing packages
python3 -m pip install -e ".[test]"
python3 -m pytest --cov=variantgrid_api
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
variantgrid_api-1.1.1.tar.gz
(9.7 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 variantgrid_api-1.1.1.tar.gz.
File metadata
- Download URL: variantgrid_api-1.1.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f772bbe35bc5958d4609ed1bd3c4a445a6ddc668b6a0d9e03963c06462039d61
|
|
| MD5 |
76ece25e6c9370f595f4310818d3932e
|
|
| BLAKE2b-256 |
09b8fa2299aa0ac4fd2cca84e511d7019b5ea3fb1f35234e08279502ffb713f3
|
File details
Details for the file variantgrid_api-1.1.1-py3-none-any.whl.
File metadata
- Download URL: variantgrid_api-1.1.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0403cfb9efa8ffc688360d82932f2d8e456b6ede73ed00ac9abfbdace525755c
|
|
| MD5 |
74b1b7a3d7d834d8d85ef6785b630d07
|
|
| BLAKE2b-256 |
a12f686b16577133c88eb3309d2979c636b0a03206c141e7b1c638762de9215b
|