Metadata-Version: 2.1
Name: backpedal
Version: 0.9.14
Summary: Backpedal
Home-page: http://github.com/datafolklabs/backpedal
Author: BJ Dierkes
Author-email: derks@datafolklabs.com
License: BSD-three-clause
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE


# Backpedal

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

[![Continuous Integration Status](https://app.travis-ci.com/datafolklabs/backpedal.svg?branch=master)](https://app.travis-ci.com/github/datafolklabs/backpedal/)

**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
```


