Platform-independent recursive file-system search library, for Python
recls (recursive ls) provides platform-independent recursive file-system search.
recls.Python is the Python implementation. It supports Python 2.7 and Python 3.8+. This repository is a packaging skeleton; the search API is not implemented yet.
Install via pip:
pip install recls
Use via import:
import recls
print(recls.__version__)Skeleton; API not yet implemented.
Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/recls.Python.
None.
None (currently).
recls.Python is released under the 3-clause BSD license. See LICENSE for details.