Skip to main content

iBridges GUI

Documentation » . Report Bug or Request Feature .

Python package Quarto Publish Coverage DOI

About

The git repository contains a generic iRODS graphical user interface. The iRODS functionality is based on ibridges and works with any iRODS instance.

Highlights

  • Works on Windows, Mac OS and Linux: supported versions

  • Runs on Python 3.9 or higher.

  • Supported iRODS server versions: 4.2.11 or higher and 4.3.0 or higher.

  • Upload and Download your data.

  • Manipulate the metadata on the iRODS server.

  • Synchronize your data between your local computer and the iRODS server.

  • Search through all metadata for your dataset or collection.

  • Safe default options when working with your data.

Prebuild executable

There are prebuild executables available for Windows, macOS and Ubuntu. You can find the latest release here. The build was done using the latest version on an x64 architecture.

Installation

  • The python package

    pip install ibridgesgui
    
  • A specific branch of the git repository (testers, developers)

    pip install git+https://github.com/iBridges-for-iRODS/iBridges-GUI.git@branch-name
    
  • Locally from code (for developers)

    git clone git@github.com:iBridges-for-iRODS/iBridges-Gui.git
    cd iBridges-Gui
    pip install ".[all]"
    

Start the GUI

  • From a pip python package

    ibridges gui
    
  • From code (for developers)

    python ibridgesgui/__main__.py
    

Executables

Since iBridges version 1.4.0 we offer pre-built executables. These executables can also be built from source. Please note, that this feature is still in experimental state.

Prebuilt executables

Go to the Releases page. In the latest releases you will find three zip-files, these contain the prebuilt application. Download the respective zip-file for your system and unpack it. In the unpacked folder there is a file ibridges_gui.[exe, bin] For Windows simply click on the exe-file, for Mac and Linux open the file with a shell bash ./ibridges_gui.bin.

Building Executables

We offer build scripts in case you would like to compile iBridges and distribute the executable.

python3 build_tools/build_script.py -h

usage: build_script.py [-h] [--debug_exe] [--rem_venv]
                       [--code_folder CODE_FOLDER] [--ui_folder UI_FOLDER]
                       [--icons_folder ICONS_FOLDER] [--venv VENV]

iBridges-Gui exe creator.

options:
  -h, --help            show this help message and exit
  --debug_exe           Build executable with debug console
  --rem_venv            remove virtual environment
  --code_folder CODE_FOLDER
                        Full path to the directory with code
  --ui_folder UI_FOLDER
                        Full path to the directory with ui files
  --icons_folder ICONS_FOLDER
                        Full path to the directory with the icons
  --venv VENV           Full path to virtual python environment

This will create a virtual environment venv in your iBridges folder. Next to that you will find a new folder build and ibridgesgui_dist. The executable can be found and started like this for Mac and Linux:

./ibridgesgui_dist/ibridgesgui/ibridges_gui.bin

For Windows simply click on the file output/ibridgesgui/ibridges_gui.exe.

Extending iBridges-GUI (for developers)

iBridges-GUI supports Plugins. You can create a plugin for your own tab and it will be detected and run by the main application when it is installed. We provide a small guide and template structure here.

Authors

Christine Staiger (Maintainer) ORCID

  • Wageningen University & Research 2021 - 2022
  • Utrecht University 2022

Tim van Daalen, Wageningen University & Research 2021

Maarten Schermer (Maintainer) ORCID, Utrecht University 2023

Raoul Schram (Maintainer) ORCID. Utrecht University 2023

Contributors

J.P. Mc Farland, University of Groningen, Center for Information Technology, 2022

Contributing

Code

Instructions on how to extend the GUI or contribute to the code base can be found in the documentation.

License

This project is licensed under the LGPL license. The full license can be found in LICENSE.

Download files

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

Source Distribution

ibridgesgui-2.1.2.tar.gz (4.0 MB view details)

Uploaded Source

Built Distribution

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

ibridgesgui-2.1.2-py3-none-any.whl (715.0 kB view details)

Uploaded Python 3

File details

Details for the file ibridgesgui-2.1.2.tar.gz.

File metadata

  • Download URL: ibridgesgui-2.1.2.tar.gz
  • Upload date:
  • Size: 4.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for ibridgesgui-2.1.2.tar.gz
Algorithm Hash digest
SHA256 ef17f0323f8a5ad0cf32e0b89e3a757c1591b9af85396602e83b26277240c383
MD5 83e092e6cfd6f7194cdd3024397894ee
BLAKE2b-256 7668e529deb2715b1c026aef9a54c32820e9ae372298a3f3967cf10f93b7f5c1

See more details on using hashes here.

File details

Details for the file ibridgesgui-2.1.2-py3-none-any.whl.

File metadata

  • Download URL: ibridgesgui-2.1.2-py3-none-any.whl
  • Upload date:
  • Size: 715.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for ibridgesgui-2.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 07cc03bcf43d8820b44fc6ef2b4a6e4b0139a16205f90f28027c7bb6248c485d
MD5 4d39ff48cb177738f9684aa06c60b6d0
BLAKE2b-256 c52ab66e0c126e04ace4b0e296a043c148b0db35a15a238034be57ca0f379454

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.1.2 This release

2 files

2.1.1

2 files

2.1.0

2 files

2.0.0

2 files

1.5.1

2 files

1.5.0

2 files

1.4.0

2 files

1.3.0

2 files

1.2.0

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page