Skip to main content

Flywheel Gear Development Toolkit

Project description

fw-gear

fw-gear is a Python package maintained by Flywheel that simplifies the development of Flywheel gears. It provides a comprehensive toolkit for interacting with gear runtime objects, managing inputs/outputs, and integrating with the Flywheel platform.

Note: The fw-gear package is the successor to the older flywheel-gear-toolkit package. New gear development should use fw-gear.

Features

  • GearContext: Context manager for gear lifecycle management
    • Access configuration values and input files
    • Manage output files and directories
    • Write metadata without SDK authentication
    • Configure logging
  • SDK Integration: Automatic Flywheel SDK client instantiation when API key provided
  • Metadata Management: Update container and file metadata via .metadata.json
  • Utilities: Command execution, ZIP management, resource monitoring, and more
  • Nipype Integration: Generate Nipype interfaces from gear manifests

Installation

Basic Installation

pip install fw-gear

With Optional Dependencies

Install specific extras for additional functionality:

# Install with SDK support
pip install fw-gear[sdk]

# Install with all extras (SDK, Nipype, NumPy, psutil)
pip install fw-gear[all]

Available extras:

  • sdk: Flywheel SDK integration
  • nipype: Nipype workflow integration
  • numpy: NumPy array support
  • monitoring: Resource monitoring with psutil
  • all: All optional dependencies

Quick Start

Create a simple gear in run.py:

from fw_gear.context import GearContext

def main(context):
    # Get configuration
    greeting = context.config.opts.get("greeting", "Hello")

    # Get input file
    input_file = context.config.get_input_path("input_file")

    # Write output
    with context.open_output("output.txt", "w") as f:
        f.write(f"{greeting} from {input_file}\n")

if __name__ == "__main__":
    with GearContext() as context:
        context.init_logging()
        main(context)

Documentation

Comprehensive documentation is available at: https://flywheel-io.gitlab.io/scientific-solutions/lib/fw-gear/

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines on contributing.

License

fw-gear is released under the MIT License.

Support

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

fw_gear-0.3.6-py3-none-any.whl (237.1 kB view details)

Uploaded Python 3

File details

Details for the file fw_gear-0.3.6-py3-none-any.whl.

File metadata

  • Download URL: fw_gear-0.3.6-py3-none-any.whl
  • Upload date:
  • Size: 237.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.5

File hashes

Hashes for fw_gear-0.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 a20b4eae7bf77f972ca5b78582c8402f960bcf59f1bc71f82cde89b0706d72e9
MD5 652f0c78c95979048509af2a93ffe2d2
BLAKE2b-256 df12edfe854c50b00c8c2f15da32f46c3db81308b519dc237adee591dfe5448e

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