File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2018.05.26
2+
3+ - 2.0.9 support python3
4+
152018.05.04
26
3- 2.0.8 support unicode
7+ - 2.0.8 support unicode
48
592018.05.03
610
7- 2.0.8b fix setup on windows(maybe)
11+ - 2.0.8b fix setup on windows(maybe)
812
9132018.04.09
1014
11- 2.0.8a clean code & add travis
15+ - 2.0.8a clean code & add travis
1216
13172018.03.30
1418
15- 2.0.7 support sort headers on dump csv
19+ - 2.0.7 support sort headers on dump csv
1620
17212017.05.10
1822
19- 2.0.6 clean the mkexcel
23+ - 2.0.6 clean the mkexcel
2024
21- ....... the earlier version is jsut... debug
25+ ....... the earlier version is jsut... fun
Original file line number Diff line number Diff line change 11
22jsoncsv : convert json to csv or xlsx
3- =================================================
3+ ==========================================
44
55.. image :: https://img.shields.io/pypi/v/jsoncsv.svg
66 :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.
1616It's simple, and no need user to specify the keys. :)
1717
1818Quick Start :
19- >>>>>>>>>>>>>>
19+ =================
2020
2121cat the raw.json to csv/xls on command line
2222
@@ -139,7 +139,7 @@ NOTE/TODO
139139>>>>>>>>>
140140
1411411. dict keys can't be just array indexes
142- -----------------------------------
142+ --------------------------------------------
143143
144144example:
145145
@@ -149,17 +149,7 @@ example:
149149 [1, [1, 2]]
150150
151151
152- 2. mkexcel enable sort keys
153- -----------------------------------------
154-
155- wait next version
156-
1571522. mkexcel enable hooks
158153-----------------------------------------
159154
160155wait 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 1414 name = 'jsoncsv' ,
1515 version = '2.0.9' ,
1616 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. ' ,
1818 long_description = readme ,
1919 author = 'alingse' ,
2020 author_email = 'alingse@foxmail.com' ,
You can’t perform that action at this time.
0 commit comments