@@ -11,6 +11,9 @@ django-excel - Let you focus on data, instead of file formats
1111.. image :: https://codecov.io/github/pyexcel/django-excel/coverage.png
1212 :target: https://codecov.io/github/pyexcel/django-excel
1313
14+ .. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
15+ :target: https://gitter.im/pyexcel/Lobby
16+
1417.. image :: https://readthedocs.org/projects/django-excel/badge/?version=latest
1518 :target: http://django-excel.readthedocs.org/en/latest/
1619
@@ -76,11 +79,12 @@ The highlighted features are:
7679 `pyexcel-ods `_ ods `odfpy `_ same as above
7780 `pyexcel-odsr `_ ods(read only) lxml same as above
7881 `pyexcel-text `_ (write only)json, rst, `tabulate `_ 2.6, 2.7, 3.3, 3.4
79- mediawiki, html, 3.5, pypy, pypy3
82+ mediawiki, html, 3.5, 3.6, pypy
8083 latex, grid, pipe,
8184 orgtbl, plain simple
8285 `pyexcel-handsontable `_ handsontable in html `handsontable `_ same as above
83- `pyexcel-pygal `_ svg chart `pygal `_ same as above [#f3 ]_
86+ `pyexcel-pygal `_ svg chart `pygal `_ 2.7, 3.3, 3.4, 3.5
87+ 3.6, pypy
8488 ======================== ======================= =============== ==================
8589
8690.. _pyexcel-io : https://github.com/pyexcel/pyexcel-io
@@ -107,7 +111,6 @@ The highlighted features are:
107111.. _pyexcel-matplotlib : https://github.com/pyexcel/pyexcel-matplotlib
108112.. _matplotlib : https://matplotlib.org
109113
110- .. [#f3 ] coming soon
111114
112115In order to manage the list of plugins installed, you need to use pip to add or remove
113116a plugin. When you use virtualenv, you can have different plugins per virtual
0 commit comments