Metadata-Version: 1.1
Name: perceval-mozilla
Version: 0.2.4
Summary: Bundle of Perceval backends for Mozilla ecosystem
Home-page: https://github.com/grimoirelab/perceval-mozilla
Author: Bitergia
Author-email: sduenas@bitergia.com
License: GPLv3
Description: perceval-mozilla |Build Status| |Coverage Status|
        =================================================
        
        Bundle of Perceval backends for Mozilla ecosystem.
        
        Backends
        --------
        
        The backends currently managed by this package support the next
        repositories:
        
        -  Crates
        -  Kitsune
        -  MozillaClub
        -  ReMo
        
        Requirements
        ------------
        
        -  Python >= 3.4
        -  python3-requests >= 2.7
        -  grimoirelab-toolkit >= 0.1
        -  perceval >= 0.11.0
        
        Installation
        ------------
        
        To install this package you will need to clone the repository first:
        
        ::
        
            $ git clone https://github.com/grimoirelab/perceval-mozilla.git
        
        Then you can execute the following commands:
        
        ::
        
            $ pip3 install -r requirements.txt
            $ pip3 install -e .
        
        In case you are a developer, you should execute the following commands
        to install Perceval in your working directory (option ``-e``) and the
        packages of requirements\_tests.txt.
        
        ::
        
            $ pip3 install -r requirements.txt
            $ pip3 install -r requirements_test.txt
            $ pip3 install -e .
        
        Examples
        --------
        
        Crates
        ~~~~~~
        
        ::
        
            $ perceval crates
        
        Kitsune
        ~~~~~~~
        
        ::
        
            $ perceval kitsune --offset 373990
        
        Mozilla Club Events
        ~~~~~~~~~~~~~~~~~~~
        
        ::
        
            $ perceval mozillaclub
        
        ReMo
        ~~~~
        
        ::
        
            $ perceval remo
        
        License
        -------
        
        Licensed under GNU General Public License (GPL), version 3 or later.
        
        .. |Build Status| image:: https://travis-ci.org/chaoss/grimoirelab-perceval-mozilla.svg?branch=master
           :target: https://travis-ci.org/chaos/grimoirelab-perceval-mozilla
        .. |Coverage Status| image:: https://img.shields.io/coveralls/chaoss/grimoirelab-perceval-mozilla.svg
           :target: https://coveralls.io/r/chaoss/grimoirelab-perceval-mozilla?branch=master
        
Keywords: development repositories analytics mozilla kitsune remo
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
