serious_python library

Classes

SeriousPython
Provides cross-platform functionality for running Python programs.

Functions

getDirFiles(String path, {bool recursive = false}) Future<String>
Lists the files under path (optionally recursively), one per line.