Metadata-Version: 1.1
Name: socorrolib
Version: 0.1.2
Summary: the common library of the socorro crash reporter
Home-page: https://github.com/mozilla/socorrolib
Author: mozilla socorro team and friends
Author-email: UNKNOWN
License: MPL-2
Description: socorrolib
        -----------
        
        [![Build Status](https://travis-ci.org/mozilla/socorrolib.svg?branch=master)](https://travis-ci.org/mozilla/socorrolib)
        
        The common library of the socorro crash reporter system.
        
        Factoring out the common library is the first step to breaking up the mozilla/socorro monorepo, which contains multiple services as a historic quirk of Mozilla's development and deployment process.
        
        Currently socorrolib is pinned to socorro revision: 8e9b1ca1c33f385d7c12fc844c7aa60075b33da4
        
        Eventually this relationship will invert and socorro should use standard import tools to pin a version of socorrolib.
        
        ## running tests
        
        ```
        pip install --require-hashes -r requirements.txt
        
        # all them tests
        nosetests socorrolib
        
        # with coverage
        nosetests socorrolib --with-coverage --cover-html --cover-package=socorrolib
        
        # to run a specific test
        nostests socorrolib.unittest.external.test_crashstorage_base:TestCase.TestBase
        ```
        
        ## making a release
        
        Travis-CI ships releases to pypi whenever a tag is pushed. You'll want to bump the version number in `setup.py` before you try that.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
