blob: 3394cdd8103721d78c96eef0bcecb03128349746 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# wal.py
[](./LICENSE.md) [](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.
|