File tree Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change 1
- # io-chunks
1
+ io-chunks
2
+ #########
2
3
3
4
Stream chunks compatible with IO standard library
4
5
5
- ## Installing
6
6
7
- ```
8
- pip install io-chunks
9
- ```
7
+ Installing
8
+ ==========
10
9
11
- ## Python version
10
+ .. code-block :: bash
11
+ pip install io-chunks
12
+
13
+
14
+ Python version
15
+ ==============
12
16
13
17
Tested in Python 3.5.
14
18
15
- ##
8000
Running the tests
16
19
17
- Run the tests with ` nose ` :
20
+ Running the tests
21
+ =================
22
+
23
+ Run the tests with ``nose ``:
24
+
25
+ .. code-block :: bash
26
+ nosetests
18
27
19
- ```
20
- nosetests
21
- ```
22
28
23
- ## TODO
29
+ TODO
30
+ ====
24
31
25
- * Rewrite README in ReStructured Text.
26
32
* Upload package to pypi so the installing instructions works.
27
33
* Automated testing in Python 2.7 and 3.x
28
34
* Write *some * examples and description.
You can’t perform that action at this time.
0 commit comments