File tree 3 files changed +14
-20
lines changed
3 files changed +14
-20
lines changed Original file line number Diff line number Diff line change
1
+ 2018.05.26
2
+
3
+ - 2.0.9 support python3
4
+
1
5
2018.05.04
2
6
3
- 2.0.8 support unicode
7
+ - 2.0.8 support unicode
4
8
5
9
2018.05.03
6
10
7
- 2.0.8b fix setup on windows(maybe)
11
+ - 2.0.8b fix setup on windows(maybe)
8
12
9
13
2018.04.09
10
14
11
- 2.0.8a clean code & add travis
15
+ - 2.0.8a clean code & add travis
12
16
13
17
2018.03.30
14
18
15
- 2.0.7 support sort headers on dump csv
19
+ - 2.0.7 support sort headers on dump csv
16
20
17
21
2017.05.10
18
22
19
- 2.0.6 clean the mkexcel
23
+ - 2.0.6 clean the mkexcel
20
24
21
- ....... the earlier version is jsut... debug
25
+ ....... the earlier version is jsut... fun
Original file line number Diff line number Diff line change 1
1
2
2
jsoncsv : convert json to csv or xlsx
3
- =================================================
3
+ ==========================================
4
4
5
5
.. image :: https://img.shields.io/pypi/v/jsoncsv.svg
6
6
:target: https://pypi.python.org/pypi/jsoncsv
@@ -16,7 +16,7 @@ jsoncsv && mkexcel is a command tool to convert json file to csv/xlsx file.
16
16
It's simple, and no need user to specify the keys. :)
17
17
18
18
Quick Start :
19
- >>>>>>>>>>>>>>
19
+ =================
20
20
21
21
cat the raw.json to csv/xls on command line
22
22
@@ -139,7 +139,7 @@ NOTE/TODO
139
139
>>>>>>>>>
140
140
141
141
1. dict keys can't be just array indexes
142
- -----------------------------------
142
+ --------------------------------------------
143
143
144
144
example:
145
145
@@ -149,17 +149,7 @@ example:
149
149
[1, [1, 2]]
150
150
151
151
152
- 2. mkexcel enable sort keys
153
- -----------------------------------------
154
-
155
- wait next version
156
-
157
152
2. mkexcel enable hooks
158
153
-----------------------------------------
159
154
160
155
wait next version
161
-
162
- 3. csv separator and clean mkexcel args
163
- -----------------------------------------
164
-
165
- wait next version
Original file line number Diff line number Diff line change 14
14
name = 'jsoncsv' ,
15
15
version = '2.0.9' ,
16
16
url = 'https://github.com/alingse/jsoncsv' ,
17
- description = 'a command tool easily convert json file to csv or xlsx' ,
17
+ description = 'A command tool easily convert json file to csv or xlsx. ' ,
18
18
long_description = readme ,
19
19
author = 'alingse' ,
20
20
You can’t perform that action at this time.
0 commit comments