Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-bates authored Oct 7, 2016
1 parent 2a337dd commit beee1b6
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# Kai
# Kai [![Build Status](https://travis-ci.org/brian-bates/kai.svg?branch=master)](https://travis-ci.org/brian-bates/kai)

A Python package that gives you the power to extract any compressed file using the same simple syntax.

### Version
## Usage
```shell
kai yourfile
```

## Version
v0.0.1

### Installation
## Installation
```shell
pip install kai
```

### Contributing
## Contributing
Want to contribute? Great! Fork and submit a pull request!


### Todos
## Todos

- Support binzip files
- Support 7zip files
- Setup Versioneer
- Setup Travis CI
- Add requirements.txt
- Setup Unit Tests

0 comments on commit beee1b6

Please sign in to comment.