Replaced vendored omnijson by the standard lib version (#279)

Refs #273.
This commit is contained in:
Claude Paroz
2017-02-24 13:38:07 +01:00
committed by Iuri de Silvio
parent 44e9e24fec
commit 46102d4be7
12 changed files with 7 additions and 1701 deletions
+4 -8
View File
@@ -2,7 +2,7 @@
Installation
============
This part of the documentation covers the installation of Tablib. The first step to using any software package is getting it properly installed. Please read this section carefully, or you may miss out on some nice :ref:`speed enhancements <peed-extensions>`.
This part of the documentation covers the installation of Tablib. The first step to using any software package is getting it properly installed.
.. _installing:
@@ -44,14 +44,10 @@ To download the full source history from Git, see :ref:`Source Control <scm>`.
Speed Extensions
----------------
.. versionadded:: 0.8.5
Tablib is partially dependent on the **simplejson**, and **xlwt** modules. To reduce installation issues, fully integrated versions of all required libraries are included in Tablib.
If you're using Python 2.5, you should also install the **simplejson** module (pip will do this for you). If you're using Python 2.6+, the built-in **json** module is already optimized and in use. ::
$ pip install simplejson
You can gain some speed improvement by optionally installing the ujson_ library.
Tablib will fallback to the standard `json` module if it doesn't find ``ujson``.
.. _ujson: https://pypi.python.org/pypi/ujson
.. _updates: