luigi.local_target

LocalTarget provides a concrete implementation of a Target class that uses files on the local file system

Classes

LocalFileSystem()

Wrapper for access to file system operations.

LocalTarget([path, format, is_tmp])

Initializes a FileSystemTarget instance.

atomic_file(path)

Simple class that writes to a temp file and moves it on close() Also cleans up the temp file if close is not invoked