serious_python library

Classes

SeriousPython
Provides cross-platform functionality for running Python programs.

Functions

extractAsset(String assetPath) Future<String>
extractAssetOrFile(String path, {bool isAsset = true, String? targetPath, bool checkHash = false}) Future<String>
extractAssetZip(String assetPath, {String? targetPath, bool checkHash = false}) Future<String>
extractFileZip(String filePath, {String? targetPath, bool checkHash = false}) Future<String>
getDirFiles(String path, {bool recursive = false}) Future<String>