We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569a56c commit 763579cCopy full SHA for 763579c
README.rst
@@ -1,6 +1,14 @@
1
+=======================
2
Python Disk Collections
3
=======================
4
5
+.. image:: https://travis-ci.org/thegrymek/python-disk-collections.svg?branch=master
6
+ :target: https://travis-ci.org/thegrymek/python-disk-collections
7
+
8
+.. image:: https://coveralls.io/repos/github/thegrymek/python-disk-collections/badge.svg
9
+ :target: https://coveralls.io/github/thegrymek/python-disk-collections
10
11
12
Module contains class with extended python list that stores items at disk.
13
By default items before save are pickled and compressed. Use that list
14
as usual list!
0 commit comments