Skip to main content

Python library for communication to the GeMMA Fusion Server

Project description

GeMMA Fusion Suite Python Library (GFSLib)

GFSLib is a Python library that provides utilities for working with the GeMMA Fusion Suite Server. It is currently in alpha development and only includes storage utilities for communicating with the GF Server.

Getting Started

To install GFSLib, use pip:

pip install gfslib

Example Usage

Here is a simple example of how to use the storage utilities in GFSLib:

from gfslib.storage import StorageServices

storage = StorageServices("https://.../api/ws/<workspace-id>/services/storage")
storage.set_api_key("...")

storage.upload("path/to/remote.file", "/path/to/local.file")
storage.download("path/to/remote.file", "/path/to/downloaded.file")

Contributions

We really appreciate contributions from the community! We especially welcome the reports of issues and bugs.

However, one may note that since this library is currently being heavily developed, the API may drastically change and all projects depending on this library have to deal with the changes downstream. We will however try to keep these at minimum.

The main maintainer of this library is Mitko Nikov.

Developing the library

We are using poetry to manage, build and publish the python package. We recommend downloading poetry and running poetry install to install all of the dependencies instead of doing so manually.

To activate the virtual env created by poetry, run poetry env activate to get the command to activate the env. After activation, you can run anything from within.

Contributing to GitHub

There are three things that we are very strict about:

  • Type-checking - powered by mypy
  • Coding style - powered by Black
  • Unit Tests - powered by pytest

Run the following commands in the virtual env to ensure that everything is according to the guidelines:

mypy . --strict
black .
pytest --cov=src .

Guidelines are now checked using GitHub Workflows. When developing the library locally, you can install act to run the GitHub workflows on your machine through Docker. We also recommend installing the VSCode extension GitHub Local Actions to run the workflows from inside VSCode, making the process painless.

Example scenarios are also tested in GitHub Actions by running them from the CLI.

General Guidelines

Here are a few guidelines to following while contributing on the library:

  • We aim to keep this library with as little run-time-necessary dependencies as possible.
  • Unit tests for as many functions as possible. (we know that we can't cover everything)
  • Strict Static Type-checking using mypy
  • Strict formatting style guidelines using black
  • Nicely documented functions and classes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gfslib-0.3.1.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gfslib-0.3.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file gfslib-0.3.1.tar.gz.

File metadata

  • Download URL: gfslib-0.3.1.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for gfslib-0.3.1.tar.gz
Algorithm Hash digest
SHA256 6cd8693c7befb85aea17ea9647cf08893ee67750392a3480f240de223fdf0736
MD5 f19c05d1b274feb01d884f3813d87a3e
BLAKE2b-256 4acf8c4ffbfc45fedb0d5dfbea07ca0893d53173e5ace57729e525079e9865fa

See more details on using hashes here.

File details

Details for the file gfslib-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: gfslib-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for gfslib-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1074c48449e776a1a5aa7909b3759d0eeab061b40af54ab132e03fc429e635d3
MD5 f09f89bcd91a6a699ef8d63270cd92ed
BLAKE2b-256 a0c86efa1372f6ef817dd7d58eaa68000a756cd0f7359dbe557696790eff2cef

See more details on using hashes here.

Supported by

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