Skip to main content

A Python Client for the Geneweaver API

Project description

Geneweaver Client

Tests Style Coverage

This is a client for the Geneweaver API. It is written in Python 3.9 and is intended to be used as a library for other applications. It can also be used as a command line tool.

Installation

This library is tested on python version 3.9, 3.10, and 3.11, on MacOS and on Ubuntu Linux. The library should work on any version of python 3.9 or higher.

From PyPI

pip install geneweaver-client

From Source

Installing from source requires python 3.9 and poetry.

git clone $GIT_URL
cd geneweaver-client
poetry install

Usage

As a library

Using Authentication Tools

from geneweaver.client import auth
auth.login()
auth.get_access_token()

Complete Example

See the Geneweaver Docs

As a command line tool

gweave --help

GeneWeaver CLI client.

Usage:

$ gweave [OPTIONS] COMMAND [ARGS]...

Options:

  • --version
  • --install-completion: Install completion for the current shell.
  • --show-completion: Show completion for the current shell, to copy it or customize the installation.
  • --help: Show this message and exit.

Commands:

  • alpha: These commands are in alpha testing.
  • beta: These commands are in beta testing.

gweave beta

These commands are in beta testing.

They are subject to future change and/or removal. Beta commands are intended to be released beyond beta testing, but may have bugs or other issues. There is also no guarantee that beta commands will be released beyond beta testing.

Use at your own risk.

Usage:

$ gweave beta [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • auth

gweave beta auth

Usage:

$ gweave beta auth [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • login: Run the device authorization flow.
gweave beta auth login

Run the device authorization flow.

:param reauth: Force a re-authentication

Usage:

$ gweave beta auth login [OPTIONS]

Options:

  • --reauth
  • --help: Show this message and exit.

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

geneweaver_client-0.6.0.tar.gz (26.8 kB view hashes)

Uploaded Source

Built Distribution

geneweaver_client-0.6.0-py3-none-any.whl (42.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page