Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

anaconda.org : scandir

scandir() is a directory iteration function like os.listdir(), except that instead of returning a list of bare filenames, it yields DirEntry objects that include file type and stat information along with the name. Using scandir() increases the speed of os.walk() by 2-20 times (depending on the platform and file system) by avoiding unnecessary calls to os.stat() in most cases.

Registry - Source - JSON
purl: pkg:conda/scandir
Keywords: directory, iterator, performance, python, scandir
License: BSD-3-Clause
Latest release: about 5 years ago
First release: over 6 years ago
Dependent repositories: 35
Stars: 508 on GitHub
Forks: 66 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/benhoyt
Last synced: 9 days ago

    Loading...
    Readme
    Loading...