{"library":"path","type":"library","category":null,"description":"The `path` library (formerly known as `path.py`) provides an object-oriented way to interact with file system paths, acting as a convenient wrapper around `os.path`. It implements path objects as first-class entities, allowing common file operations to be invoked directly on these objects. It aims to offer a superior experience to similar offerings, including Python's built-in `pathlib`, by providing more robust cross-platform abstractions and ease of subclassing. The current version is 17.1.1, with a regular release cadence as seen from its active GitHub development.","language":"python","status":"active","version":"17.1.1","tags":["file system","path manipulation","os.path","cross-platform","object-oriented"],"install":[{"cmd":"pip install path","imports":["from path import Path"]}],"homepage":null,"github":"https://github.com/jaraco/path","docs":null,"changelog":null,"pypi":"https://pypi.org/project/path/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.05,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/path/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}