BetterDocs: Python Pathlib
Complete pathlib guide with automation recipes
32 documented symbols with real-world code examples
PathDocumentation for Path.
Path.cwdDocumentation for Path.cwd.
Path.homeDocumentation for Path.home.
Path.existsDocumentation for Path.exists.
Path.is_fileDocumentation for Path.is_file.
Path.is_dirDocumentation for Path.is_dir.
Path.mkdirDocumentation for Path.mkdir.
Path.rmdirDocumentation for Path.rmdir.
Path.unlinkDocumentation for Path.unlink.
Path.renameDocumentation for Path.rename.
Path.replaceDocumentation for Path.replace.
Path.read_textDocumentation for Path.read_text.
Path.write_textDocumentation for Path.write_text.
Path.read_bytesDocumentation for Path.read_bytes.
Path.write_bytesDocumentation for Path.write_bytes.
Path.iterdirDocumentation for Path.iterdir.
Path.globDocumentation for Path.glob.
Path.rglobDocumentation for Path.rglob.
Path.statDocumentation for Path.stat.
Path.resolveDocumentation for Path.resolve.
Path.parentDocumentation for Path.parent.
Path.nameDocumentation for Path.name.
Path.stemDocumentation for Path.stem.
Path.suffixDocumentation for Path.suffix.
Path.partsDocumentation for Path.parts.
Path.joinpathDocumentation for Path.joinpath.
Path.with_suffixDocumentation for Path.with_suffix.
Path.with_nameDocumentation for Path.with_name.
Path.touchDocumentation for Path.touch.
Path.openOpen file and return a corresponding file object.
PurePathDocumentation for PurePath.
PureWindowsPathDocumentation for PureWindowsPath.