gear-toolkit
Introduction
flywheel-gear-toolkit
is a Python package that provides utilities for developing Flywheel gears. It offers a set of tools to simplify common gear operations such as configuration management, input/output handling, and logging. This package is maintained by Flywheel and is open-sourced to support the Flywheel developer community.
Key Features
- Configuration Management: Tools for parsing and validating gear configuration
- Input/Output Handling: Utilities for working with gear inputs and outputs
- Logging: Standardized logging setup for gears
- Metadata Management: Functions for working with Flywheel metadata
- Error Handling: Consistent error handling patterns
Installation
The package can be installed using pip:
Basic Usage
Here's a simple example of using gear-toolkit in a gear: