Commit 8f7440f4 authored by Tres Seaver's avatar Tres Seaver

Add badges: Travis, RTD, PyPI, PyVersions.

[ci skip]
parent 8babd550
``persistent``: automatic persistence for Python objects
=========================================================
.. image:: https://travis-ci.org/zopefoundation/persistent.png?branch=master
:target: https://travis-ci.org/zopefoundation/persistent
.. image:: https://readthedocs.org/projects/persistent/badge/?version=latest
:target: http://persistent.readthedocs.org/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/persistent.svg
:target: https://pypi.python.org/pypi/persistent
:alt: PyPI
.. image:: https://img.shields.io/pypi/pyversions/persistent.svg
:target: https://pypi.python.org/pypi/persistent
:alt: Python versions
This package contains a generic persistence implementation for Python. It
forms the core protocol for making objects interact "transparently" with
a database such as the ZODB.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment