Skip to content

Commit

Permalink
Minor fix in docs index page
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianopaz committed Jul 18, 2020
1 parent 5e35e35 commit 5683690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Welcome to compress_pickle's documentation!

The standard `pickle package <https://docs.python.org/3/library/pickle.html>`_ provides an excellent default tool for serializing arbitrary python objects and storing them to disk. Standard python also includes broad set of `data compression packages <https://docs.python.org/3/library/archiving.html>`_. ``compress_pickle`` provides an interface to the standard ``pickle.dump``, ``pickle.load``, ``pickle.dumps`` and ``pickle.loads`` functions, but wraps them in order to direct the serialized data through one of the standard compression packages. This way you can seemlessly serialize data to disk or to any file-like object in a compressed way.

``compress_pickle`` is `built and tested on python >= 3.5 <https://dev.azure.com/lucianopazneuro/lucianopazneuro/_build/latest?definitionId=1&branchName=master>`_, and Ubuntu, macOs and Windows.
``compress_pickle`` supports `python >= 3.6 <https://dev.azure.com/lucianopazneuro/lucianopazneuro/_build/latest?definitionId=1&branchName=master>`_, and can run on Ubuntu, macOs and Windows. If you must support python 3.5, please install ``compress_pickle==v1.1.1``.


Expand Down

0 comments on commit 5683690

Please sign in to comment.