Perceval backend for Gitee.(For the complete solution of grimoirelab-gitee, you can refer to the wiki page.)
The backends currently managed by this package support the next repositories:
To install this package you will need to clone the repository first:
$ git clone https://github.com/chaoss/grimoirelab-perceval-gitee.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 .
$ perceval gitee openeuler docs --from-date 2020-01-01 --to-date 2020-05-01
Licensed under GNU General Public License (GPL), version 3 or later.