8000 Add first README · netzulo/python-io-chunks@aa31f52 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa31f52

Browse files
committed
Add first README
1 parent a0411ff commit aa31f52

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# io-extra
2+
3+
Extra utilites to complement the Python io module.
4+
5+
## Getting started
6+
7+
### Installing
8+
9+
```
10+
pip install io-extra
11+
```
12+
13+
## Running the tests
14+
15+
Run the tests with `nose`:
16+
17+
```
18+
nosetests
19+
```

0 commit comments

Comments
 (0)
0