Stenway Developer Network

WSV in Python

Prerequisites

The source code of the Stenway WSV reference library can be found on GitHub

Getting Started

import sys
import stenway.wsv

from stenway.wsv import *

document = WsvDocument.load("Test.wsv")
document.save("Test-Resaved.wsv")