8000 Styx API · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
@styx-api

Styx API

Create type-safe wrappers for command line tools

Styx API Generator

Create type-safe wrappers for command line tools

Transform any command-line tool into a type-safe programming interface. Originally built for neuroimaging research, Styx generates Python, TypeScript, and R bindings from structured tool descriptions.

Key Projects

🧠 niwrap - Modern neuroimaging made simple
🔧 styx - Core compiler for generating tool wrappers
📚 styxbook - Complete documentation and guides

Quick Start

# Instead of: bet input.nii output.nii -f 0.5 -m
from niwrap import fsl
outputs = fsl.bet(infile="input.nii", fractional_intensity=0.5, mask=True)

📖 Read the docs🐛 Report issues💬 Get help

Pinned Loading

  1. styxbook styxbook Public

    The wraponomicon.

    JavaScript 2

  2. styx styx Public

    Compile Python command line tool wrappers from Boutiques descriptors

    Python 5 1

  3. niwrap niwrap Public

    Modern Neuroimaging Made Simple

    Python 18 8

Repositories

Showing 10 of 21 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…

0