-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from alingse/support-py3-4
change log & readme
- Loading branch information
Showing
3 changed files
with
14 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|