Skip to content

Commit

Permalink
Merge pull request #26 from alingse/support-py3-4
Browse files Browse the repository at this point in the history
change log & readme
  • Loading branch information
alingse authored May 26, 2018
2 parents 85e1dfa + ec60461 commit f6c36fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
16 changes: 10 additions & 6 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
16 changes: 3 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down Expand Up @@ -139,7 +139,7 @@ NOTE/TODO
>>>>>>>>>

1. dict keys can't be just array indexes
-----------------------------------
--------------------------------------------

example:

Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit f6c36fb

Please sign in to comment.