Skip to content

Latest commit

 

History

History
105 lines (59 loc) · 2.96 KB

File metadata and controls

105 lines (59 loc) · 2.96 KB

recls.Python

Platform-independent recursive file-system search library, for Python

Language License PyPI GitHub release Last Commit CI Python

Table of Contents

Introduction

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.

Installation

Install via pip:

pip install recls

Use via import:

import recls

print(recls.__version__)

Components

Skeleton; API not yet implemented.

Project Information

Where to get help

GitHub Page

Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/recls.Python.

Dependencies

Efferent (fan-out)

None.

Development Dependencies

Afferent (fan-in)

None (currently).

Related projects

License

recls.Python is released under the 3-clause BSD license. See LICENSE for details.