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 .

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.1.0.tar.gz (5.1 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.1.0-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for gfslib-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d8bec3bfe32b0e14b4945126ec6d1220fce018f26060fa84afc77e1a19df44a0
MD5 53e0bd0c574267f427931b54b5179d93
BLAKE2b-256 e761e660464972568e37bbefc79bbec73757c17057e91b4dfb6c76f27a249162

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gfslib-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6f64925132b9c556cf18af528a5483d479f8f025a19825772cf97be74525788e
MD5 05171d2f16470ac3671f52fdd8b49c19
BLAKE2b-256 dfb57fb83476077d752ff6f9f512d5499f995785a4977343f863247dba1b077b

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