Skip to content

Commit

Permalink
Add rtd badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Nov 6, 2016
1 parent fde9fe7 commit 6a3beb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
![https://pypi.python.org/pypi/xphyle](https://img.shields.io/pypi/v/xphyle.svg?branch=master)
![https://travis-ci.org/jdidion/xphyle](https://travis-ci.org/jdidion/xphyle.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/jdidion/xphyle/badge.svg?branch=master)](https://coveralls.io/github/jdidion/xphyle?branch=master)
![http://xphyle.readthedocs.io/en/latest/?badge=latest](https://xphyle.readthedocs.io)

# xphyle: extraordinarily simple file handling

xphyle is a small python (3.3+) library that makes it easy to open compressed
files for the highest-possible performance available on your system. It also
provides some convenience methods for working with file paths.

[Documentation](https://xphyle.readthedocs.io)

# Installation

```
Expand Down Expand Up @@ -57,6 +56,8 @@ lines = list(safe_iter('infile.gz'))
total = sum(i for i in safe_iter('infile.gz', convert=int))
```

See the [Documentation](https://xphyle.readthedocs.io) for full usage information.

# Roadmap

## 0.8
Expand Down

0 comments on commit 6a3beb0

Please sign in to comment.