Python API

This section contains the documentation for the Python API of Storm.

Installation

You can install Storm using pip:

pip install storm

Quick Start

Here’s a quick example of how to use Storm:

import storm

# Get the version
print(storm.version())

API Reference