Skip to main content

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

Release files for fw-gear 0.3.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for fw-gear 0.3.7
File Interpreter ABI Platform
fw_gear-0.3.7-py3-none-any.whl Python 3 none any Details

Release files / fw_gear-0.3.7-py3-none-any.whl

Download URL fw_gear-0.3.7-py3-none-any.whl
Size 237.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
6121e58622427bc8d0c17924dae4c2b786b53383312c247b04e5213457f9857a
BLAKE2b-256 checksum
How to use checksums
e4f9035b3b93bd58dec8fdd2572412e17cfb3dd7b40e5aa3efa3cb32fdd09b5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.9.5

Release history Release notifications | RSS feed

This release

0.3.7 This release

1 release file

0.3.5

1 release file

0.3.4

1 release file

0.3.3

1 release file

0.3.2

1 release file

0.3.1

1 release file

0.3.0

1 release file

0.2.1

1 release file

0.2.0

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1.0

1 release file

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