Skip to content

Commit

Permalink
Updated readme with build and coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrymek committed Nov 1, 2017
1 parent 569a56c commit 763579c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
=======================
Python Disk Collections
=======================

.. image:: https://travis-ci.org/thegrymek/python-disk-collections.svg?branch=master
:target: https://travis-ci.org/thegrymek/python-disk-collections

.. image:: https://coveralls.io/repos/github/thegrymek/python-disk-collections/badge.svg
:target: https://coveralls.io/github/thegrymek/python-disk-collections


Module contains class with extended python list that stores items at disk.
By default items before save are pickled and compressed. Use that list
as usual list!
Expand Down

0 comments on commit 763579c

Please sign in to comment.