Metadata-Version: 2.0
Name: perceval-mozilla
Version: 0.1.0.dev0
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
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
Requires-Dist: perceval (>0.4)
Requires-Dist: requests (>=2.7.0)

perceval-mozilla
================

Bundle of Perceval backends for Mozilla ecosystem.

Backends
--------

The backends currently managed by this package support the next
repositories:

-  Kitsune
-  ReMo

Requirements
------------

-  Python >= 3.4
-  python3-requests >= 2.7
-  perceval > 0.4

Installation
------------

To install this package you will need to clone the repository first:

::

    $ git clone https://github.com/grimoirelab/perceval-mozilla.git

In this case,
`setuptools <http://setuptools.readthedocs.io/en/latest/>`__ package
will be required. Make sure it is installed before running the next
commands:

::

    $ pip3 install -r requirements.txt
    $ python3 setup.py install

Examples
--------

Kitsune
~~~~~~~

::

    $ perceval kitsune --offset 373990

ReMo
~~~~

::

    $ perceval remo

License
-------

Licensed under GNU General Public License (GPL), version 3 or later.


