FlyScript Documentation

Version 0.5.7 - last updated Aug 14, 2013 at 11:08 AM

FlyScript

Welcome, this is the documentation for FlyScript.

Getting Started

FlyScript library reference

The documentation contained here covers public interfaces. The FlyScript implementation contains a number of private interfaces, these are all identified using the standard Python convention of a leading underscore character (_) in the names of modules, classes or functions.

The public interfaces documented here are intended to be stable -- we will do our best to keep them backward-compatible so that code written using these modules will continue to function even when new version of the libraries are released in the future. For these reasons, you should generally try to use the public modules. Nevertheless, the private modules are often useful as a reference to how the system works.

Class Hierarchy

All the FlyScript code resides in a top-level Python package called rvbd. The structure of sub-packages looks like this:

Other documentation