From cb176d0e570575678a8e533a9e4f0ea32c48efb8 Mon Sep 17 00:00:00 2001 From: alingse Date: Sat, 26 May 2018 14:13:55 +0800 Subject: [PATCH 1/2] add dics --- README.rst | 16 +++------------- setup.py | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index bc74a76..6fdf92d 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ jsoncsv : convert json to csv or xlsx -================================================= +========================================== .. image:: https://img.shields.io/pypi/v/jsoncsv.svg :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. It's simple, and no need user to specify the keys. :) Quick Start : ->>>>>>>>>>>>>> +================= cat the raw.json to csv/xls on command line @@ -139,7 +139,7 @@ NOTE/TODO >>>>>>>>> 1. dict keys can't be just array indexes ------------------------------------ +-------------------------------------------- example: @@ -149,17 +149,7 @@ example: [1, [1, 2]] -2. mkexcel enable sort keys ------------------------------------------ - -wait next version - 2. mkexcel enable hooks ----------------------------------------- wait next version - -3. csv separator and clean mkexcel args ------------------------------------------ - -wait next version diff --git a/setup.py b/setup.py index a155e7e..d3e6024 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ name='jsoncsv', version='2.0.9', url='https://github.com/alingse/jsoncsv', - description='a command tool easily convert json file to csv or xlsx', + description='A command tool easily convert json file to csv or xlsx.', long_description=readme, author='alingse', author_email='alingse@foxmail.com', From ec60461b81851cf808f34bf5450f9378ad6d5b1e Mon Sep 17 00:00:00 2001 From: alingse Date: Sat, 26 May 2018 17:11:08 +0800 Subject: [PATCH 2/2] add change log --- ChangeLog | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4b7e1f..9233f0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,21 +1,25 @@ +2018.05.26 + +- 2.0.9 support python3 + 2018.05.04 - 2.0.8 support unicode +- 2.0.8 support unicode 2018.05.03 - 2.0.8b fix setup on windows(maybe) +- 2.0.8b fix setup on windows(maybe) 2018.04.09 - 2.0.8a clean code & add travis +- 2.0.8a clean code & add travis 2018.03.30 - 2.0.7 support sort headers on dump csv +- 2.0.7 support sort headers on dump csv 2017.05.10 - 2.0.6 clean the mkexcel +- 2.0.6 clean the mkexcel -....... the earlier version is jsut... debug +....... the earlier version is jsut... fun