summaryrefslogtreecommitdiff
path: root/README.md
blob: 3394cdd8103721d78c96eef0bcecb03128349746 (plain)
1
2
3
4
5
6
7
8
9
10
# wal.py

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Build Status](https://travis-ci.org/dylanaraps/wal.py.svg?branch=master)](https://travis-ci.org/dylanaraps/wal.py)

A rewrite of `wal` in Python 3.


## Why?

I want to learn python and it'd be interesting to see if this ends up being faster than the bash version.