Skip to content

Installation

Install via pip:

pip install struct-frame

The package name is struct-frame, but the Python module uses struct_frame:

python -m struct_frame --help

Language-Specific Requirements

Depending on which languages you plan to use:

  • C: GCC or compatible C compiler
  • C++: G++ with C++17 support or later
  • TypeScript/JavaScript: Node.js and npm
  • Python: Python 3.8 or later (already required for code generation)
  • C#: .NET SDK
  • GraphQL: Any GraphQL server implementation