📚 update documentations

This commit is contained in:
chfw 2017-08-20 01:27:35 +01:00
parent c732230d72
commit 81e64403ff
5 changed files with 47 additions and 45 deletions

View File

@ -1,17 +1,9 @@
{% extends 'setup.py.jj2' %}
{% extends 'pyexcel-setup.py.jj2' %}
{%block platform_block%}
{%endblock%}
{%block additional_keywords%}
'API',
'tsv',
'tsvz'
'csv',
'csvz'
{%endblock %}
{%block additional_classifiers%}
{%block pyexcel_extra_classifiers%}
'Programming Language :: Python :: Implementation :: PyPy'
{%endblock%}}

View File

@ -51,22 +51,22 @@ sqlalchemy supported databases. Its supported file formats are extended to cover
.. table:: A list of file formats supported by external plugins
======================== ======================= =============== ==================
Package name Supported file formats Dependencies Python versions
======================== ======================= =============== ==================
`pyexcel-io`_ csv, csvz [#f1]_, tsv, 2.6, 2.7, 3.3,
tsvz [#f2]_ 3.4, 3.5, 3.6
pypy
`pyexcel-xls`_ xls, xlsx(read only), `xlrd`_, same as above
======================== ======================= ================= ==================
Package name Supported file formats Dependencies Python versions
======================== ======================= ================= ==================
`pyexcel-io`_ csv, csvz [#f1]_, tsv, 2.6, 2.7, 3.3,
tsvz [#f2]_ 3.4, 3.5, 3.6
pypy
`pyexcel-xls`_ xls, xlsx(read only), `xlrd`_, same as above
xlsm(read only) `xlwt`_
`pyexcel-xlsx`_ xlsx `openpyxl`_ same as above
`pyexcel-xlsxw`_ xlsx(write only) `XlsxWriter`_ same as above
`pyexcel-ods3`_ ods `ezodf`_, 2.6, 2.7, 3.3, 3.4
lxml 3.5, 3.6
`pyexcel-ods`_ ods `odfpy`_ same as above
`pyexcel-odsr`_ read only for ods, fods lxml same as above
`pyexcel-htmlr`_ html(read only) lxml,html5lib same as above
======================== ======================= =============== ==================
`pyexcel-xlsx`_ xlsx `openpyxl`_ same as above
`pyexcel-xlsxw`_ xlsx(write only) `XlsxWriter`_ same as above
`pyexcel-ods3`_ ods `pyexcel-ezodf`_, 2.6, 2.7, 3.3, 3.4
lxml 3.5, 3.6
`pyexcel-ods`_ ods `odfpy`_ same as above
`pyexcel-odsr`_ read only for ods, fods lxml same as above
`pyexcel-htmlr`_ html(read only) lxml,html5lib same as above
======================== ======================= ================= ==================
.. _pyexcel-io: https://github.com/pyexcel/pyexcel-io
.. _pyexcel-xls: https://github.com/pyexcel/pyexcel-xls
@ -81,7 +81,7 @@ sqlalchemy supported databases. Its supported file formats are extended to cover
.. _xlwt: https://github.com/python-excel/xlwt
.. _openpyxl: https://bitbucket.org/openpyxl/openpyxl
.. _XlsxWriter: https://github.com/jmcnamara/XlsxWriter
.. _ezodf: https://github.com/T0ha/ezodf
.. _pyexcel-ezodf: https://github.com/pyexcel/pyexcel-ezodf
.. _odfpy: https://github.com/eea/odfpy

View File

@ -63,22 +63,22 @@ For individual excel file formats, please install them as you wish:
.. table:: A list of file formats supported by external plugins
======================== ======================= =============== ==================
Package name Supported file formats Dependencies Python versions
======================== ======================= =============== ==================
`pyexcel-io`_ csv, csvz [#f1]_, tsv, 2.6, 2.7, 3.3,
tsvz [#f2]_ 3.4, 3.5, 3.6
pypy
`pyexcel-xls`_ xls, xlsx(read only), `xlrd`_, same as above
======================== ======================= ================= ==================
Package name Supported file formats Dependencies Python versions
======================== ======================= ================= ==================
`pyexcel-io`_ csv, csvz [#f1]_, tsv, 2.6, 2.7, 3.3,
tsvz [#f2]_ 3.4, 3.5, 3.6
pypy
`pyexcel-xls`_ xls, xlsx(read only), `xlrd`_, same as above
xlsm(read only) `xlwt`_
`pyexcel-xlsx`_ xlsx `openpyxl`_ same as above
`pyexcel-xlsxw`_ xlsx(write only) `XlsxWriter`_ same as above
`pyexcel-ods3`_ ods `ezodf`_, 2.6, 2.7, 3.3, 3.4
lxml 3.5, 3.6
`pyexcel-ods`_ ods `odfpy`_ same as above
`pyexcel-odsr`_ read only for ods, fods lxml same as above
`pyexcel-htmlr`_ html(read only) lxml,html5lib same as above
======================== ======================= =============== ==================
`pyexcel-xlsx`_ xlsx `openpyxl`_ same as above
`pyexcel-xlsxw`_ xlsx(write only) `XlsxWriter`_ same as above
`pyexcel-ods3`_ ods `pyexcel-ezodf`_, 2.6, 2.7, 3.3, 3.4
lxml 3.5, 3.6
`pyexcel-ods`_ ods `odfpy`_ same as above
`pyexcel-odsr`_ read only for ods, fods lxml same as above
`pyexcel-htmlr`_ html(read only) lxml,html5lib same as above
======================== ======================= ================= ==================
.. _pyexcel-io: https://github.com/pyexcel/pyexcel-io
.. _pyexcel-xls: https://github.com/pyexcel/pyexcel-xls
@ -93,7 +93,7 @@ For individual excel file formats, please install them as you wish:
.. _xlwt: https://github.com/python-excel/xlwt
.. _openpyxl: https://bitbucket.org/openpyxl/openpyxl
.. _XlsxWriter: https://github.com/jmcnamara/XlsxWriter
.. _ezodf: https://github.com/T0ha/ezodf
.. _pyexcel-ezodf: https://github.com/pyexcel/pyexcel-ezodf
.. _odfpy: https://github.com/eea/odfpy

View File

@ -14,4 +14,12 @@ extra_dependencies:
- pyexcel-xlsx>=0.4.0
- ods:
- pyexcel-ods3>=0.4.0
keywords:
- API
- tsv
- tsvz
- csv
- csvz
- django
- sqlalchemy
description: A python library to read and write structured data in csv, zipped csv format and to/from databases

View File

@ -24,9 +24,11 @@ FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'API',
'tsv',
'tsvz'
'tsvz',
'csv',
'csvz'
'csvz',
'django',
'sqlalchemy',
'python'
]
@ -35,7 +37,6 @@ CLASSIFIERS = [
'Topic :: Utilities',
'Topic :: Software Development :: Libraries',
'Programming Language :: Python',
'License :: OSI Approved :: BSD License',
'Intended Audience :: Developers',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
@ -43,6 +44,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: Implementation :: PyPy'
]