-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a337dd
commit beee1b6
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |