Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 725 Bytes

README-pypi.md

File metadata and controls

25 lines (15 loc) · 725 Bytes

Backpedal

It's like os.walk(), but backwards... and on a bicycle.

Continuous Integration Status

Core Features

  • Walk directories up, down, or both directions
  • Search for files, directories, or both item types
  • Return first item found immediately, or list of all matching items
  • 100% Test Coverage (pytest) on Python 2.7, 3.6, 3.7, 3.8
  • 100% PEP8 Compliant (pep8, autopep8)

License

Backpedal is Open Source and is distributed under the BSD License (three clause). Please see the LICENSE file included with this software.

Installation

$ pip install backpedal