Metadata-Version: 1.1
Name: overalls
Version: 0.1.1
Summary: Coveralls coverage uploader.
Home-page: https://github.com/hodgestar/overalls
Author: Simon Cross
Author-email: hodgestar@gmail.com
License: UNKNOWN
Description: Overalls
        ========
        
        |overalls-ci|_ |overalls-cover|_
        
        .. |overalls-ci| image:: https://travis-ci.org/hodgestar/overalls.png?branch=master
        .. _overalls-ci: https://travis-ci.org/hodgestar/overalls
        
        .. |overalls-cover| image:: https://coveralls.io/repos/hodgestar/overalls/badge.png?branch=master
        .. _overalls-cover: https://coveralls.io/r/hodgestar/overalls
        
        Available on `PyPi <https://pypi.python.org/pypi/overalls>`_.
        
        The `coveralls.io <http://coveralls.io>`_ coverage service is awesome
        but all the coverage results need to be uploaded at once. Sometimes
        one has multiple sources of coverage (e.g. tests for code in different
        languages). Thus one needs a tool that can parse all sorts of coverage
        results and combine them into a single submission to `coveralls.io
        <http://coveralls.io>`_.
        
        This is that tool.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
