fspath (v20230629) provides semantic path names and file system path utilities for Python. It offers a lightweight, intuitive API for common path manipulations. The project is in maintenance mode with infrequent releases.
pip install fspathNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create fspath objects and access semantic path components.
Always use fspath methods directly; avoid mixing with pathlib unless documented.
Prefer pathlib for new projects; use fspath only for backward compatibility.
Convert string paths to fspath: p = fspath.frompath('/path/to/file.txt') then use p.extRun 'pip install fspath' in your virtual environment.
No dependency data recorded yet.