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.7-py3-none-any.whl (237.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fw_gear-0.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 6121e58622427bc8d0c17924dae4c2b786b53383312c247b04e5213457f9857a
MD5 e193f8fbdebde9d23cc9a885282c140c
BLAKE2b-256 e4f9035b3b93bd58dec8fdd2572412e17cfb3dd7b40e5aa3efa3cb32fdd09b5b

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