{"library":"pathlib","type":"library","category":null,"description":"The `pathlib` module provides an object-oriented interface for handling filesystem paths, simplifying path manipulations and making code more readable and concise compared to traditional modules like `os.path`. It has been part of Python's standard library since Python 3.4. The PyPI package 'pathlib' (version 1.0.1) is a backport for Python 3.3 and earlier, and Python 2.6/2.7. The module's features evolve with each Python version.","language":"python","status":"active","version":"1.0.1","tags":["filesystem","paths","io","standard library","file management"],"install":[{"cmd":"# For Python 3.4 and later, pathlib is part of the standard library and does not require installation.","imports":["from pathlib import Path"]},{"cmd":"pip install pathlib","imports":[]},{"cmd":"pip install pathlib2","imports":[]}],"homepage":"https://pathlib.readthedocs.org/","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/pathlib/","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.01,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pathlib/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}