{"library":"scandir","type":"library","category":null,"description":"scandir is a Python library that provides a faster directory iterator and a faster `os.walk()` implementation than the standard library's `os.listdir()` and `os.walk()` for older Python versions. It backported the functionality that was later added to Python 3.5 as `os.scandir`. The current version is 1.10.0, with releases occurring infrequently as new Python versions are supported or critical fixes are needed.","language":"python","status":"active","version":"1.10.0","tags":["filesystem","directory","os","performance","backport","walk"],"install":[{"cmd":"pip install scandir","imports":["from scandir import scandir","from scandir import walk","from scandir import DirEntry"]}],"homepage":null,"github":"https://github.com/benhoyt/scandir","docs":null,"changelog":null,"pypi":"https://pypi.org/project/scandir/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.4,"avg_import_s":0.05,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/scandir/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}