Metadata-Version: 1.1
Name: zodbshootout
Version: 0.6.0
Summary: A ZODB performance test
Home-page: http://zodbshootout.readthedocs.io
Author: Jason Madden
Author-email: jason@nextthought.com
License: ZPL
Description: 
        This application measures and compares the performance of various
        ZODB storages and configurations. It is derived from the RelStorage
        speedtest script, but this version allows arbitrary storage types and
        configurations, provides more measurements, and produces numbers that
        are easier to interpret.
        
        
        ===============
         Documentation
        ===============
        
        .. image:: https://readthedocs.org/projects/zodbshootout/badge/?version=latest
                 :target: http://zodbshootout.readthedocs.io/en/latest/?badge=latest
                 :alt: Documentation Status
        
        
        `Documentation`_ including `installation instructions`_ is hosted on `readthedocs`_.
        
        The complete `changelog`_ is also there.
        
        .. _`Documentation`: http://zodbshootout.readthedocs.io/en/latest/
        .. _`installation instructions`: http://zodbshootout.readthedocs.io/en/latest/install.html
        .. _`readthedocs`: http://zodbshootout.readthedocs.io/en/latest/
        .. _`changelog`: http://zodbshootout.readthedocs.io/en/latest/changelog.html
        
        
        =============
         Development
        =============
        
        .. image:: https://travis-ci.org/zodb/zodbshootout.png?branch=master
                :target: https://travis-ci.org/zodb/zodbshootout
        
        .. image:: https://coveralls.io/repos/zodb/zodbshootout/badge.svg?branch=master&service=github
           :target: https://coveralls.io/github/zodb/zodbshootout?branch=master
        
        zodbshootout is hosted at GitHub:
        
            https://github.com/zodb/zodbshootout
        
Keywords: ZODB ZEO RelStorage benchmark
Platform: Any
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
