pywal/README.md

11 lines
361 B
Markdown
Raw Normal View History

2017-06-16 16:50:13 +02:00
# wal.py
2017-06-17 07:53:39 +02:00
[![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)
2017-06-16 16:50:13 +02:00
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.