pyppin.file

[Browse Source]

Clean API’s for managing files and file systems.

Modules

pyppin.file.dev_null

An io.IOBase that behaves like /dev/null.

pyppin.file.memfile

Allow access to a single block of RAM with multiple file API handles.

pyppin.file.tee

An io.IOBase that lets you tee writes to multiple file targets.

pyppin.file.types

Type declarations for accessing files.