We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f81fc commit d25c837Copy full SHA for d25c837
jsoncsv/__init__.py
@@ -2,4 +2,4 @@
2
# author@alingse
3
# 2016.09.30
4
5
-__version__ = (2, 0, 3)
+__version__ = (2, 0, 4)
jsoncsv/jsontool.py
@@ -13,6 +13,8 @@
13
__all__ = [
14
'expand',
15
'restore',
16
+ 'gen_leaf',
17
+ 'from_leaf',
18
]
19
20
setup.py
@@ -14,7 +14,7 @@
setup(
name='jsoncsv',
version=version,
- description='a tool 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',
0 commit comments