File System
| Library | Description |
|---|---|
| os | Operating system interfaces |
| os.path | Pathname manipulations |
| pathlib | Object-oriented filesystem paths |
| fs | Binary file reading, writing, and struct packing |
| glob | Unix shell-style wildcards |
| tempfile | Temporary file and directory creation |
| shutil | High-level file operations (copy, rmtree, disk_usage) |
| zipfile | Read and write ZIP archives |
| tarfile | Read and write TAR archives (uncompressed and gzipped) |