https://github.com/chaoss/grimoirelab-perceval-opnfv
GrimoireLab: Bundle of Perceval backends for OPNFV ecosystem
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.0%) to scientific vocabulary
Keywords from Contributors
Repository
GrimoireLab: Bundle of Perceval backends for OPNFV ecosystem
Basic Info
Statistics
- Stars: 2
- Watchers: 12
- Forks: 56
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
perceval-opnfv

Bundle of Perceval backends for OPNFV ecosystem.
Backends
The backends currently managed by this package support the next repositories:
- Functest
Requirements
- Python >= 3.10
You will also need some other libraries for running the tool, you can find the whole list of dependencies in pyproject.toml file.
Installation
There are several ways to install perceval-opnfv on your system: packages or source code using Poetry or pip.
PyPI
perceval-opnfv can be installed using pip, a tool for installing Python packages.
To do it, run the next command:
$ pip install perceval-opnfv
Source code
To install from the source code you will need to clone the repository first:
$ git clone https://github.com/chaoss/grimoirelab-perceval-opnfv
$ cd grimoirelab-perceval-opnfv
Then use pip or Poetry to install the package along with its dependencies.
Pip
To install the package from local directory run the following command:
$ pip install .
In case you are a developer, you should install perceval-opnfv in editable mode:
$ pip install -e .
Poetry
We use poetry for dependency management and
packaging. You can install it following its documentation.
Once you have installed it, you can install perceval-opnfv and the dependencies in
a project isolated environment using:
$ poetry install
To spaw a new shell within the virtual environment use:
$ poetry shell
Examples
Functest
$ perceval functest http://testresults.opnfv.org/test/ --from-date 2017-06-01 --to-date 2017-06-02
License
Licensed under GNU General Public License (GPL), version 3 or later.
Owner
- Name: CHAOSS
- Login: chaoss
- Kind: organization
- Website: https://chaoss.community/
- Twitter: chaossproj
- Repositories: 64
- Profile: https://github.com/chaoss
GitHub Events
Total
- Release event: 17
- Delete event: 2
- Push event: 17
- Pull request review event: 2
- Pull request event: 3
- Fork event: 3
- Create event: 17
Last Year
- Release event: 17
- Delete event: 2
- Push event: 17
- Pull request review event: 2
- Pull request event: 3
- Fork event: 3
- Create event: 17
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Santiago Dueñas | s****s@b****m | 191 |
| Jose Javier Merchante | j****e@b****m | 55 |
| Valerio Cosentino | v****s@b****m | 21 |
| Alvaro del Castillo | a****s@b****m | 6 |
| Venu Vardhan Reddy Tekula | v****u@b****m | 5 |
| Quan Zhou | q****n@b****m | 4 |
| Jesus M. Gonzalez-Barahona | j****b@g****s | 4 |
| Miguel Ángel Fernández | m****n@b****m | 3 |
| Harshal Mittal | h****4@g****m | 2 |
| dependabot[bot] | 4****] | 1 |
| Eva Millán | e****n@b****m | 1 |
| Animesh Kumar | a****1@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 4
- Total pull requests: 54
- Average time to close issues: 4 days
- Average time to close pull requests: 4 days
- Total issue authors: 4
- Total pull request authors: 11
- Average comments per issue: 1.0
- Average comments per pull request: 1.2
- Merged pull requests: 44
- Bot issues: 0
- Bot pull requests: 4
Past Year
- Issues: 0
- Pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: about 17 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- valeriocos (1)
- GeorgLink (1)
- sduenas (1)
- jgbarah (1)
Pull Request Authors
- jjmerchante (18)
- valeriocos (16)
- jgbarah (5)
- vchrombie (5)
- dependabot[bot] (4)
- sduenas (4)
- zhquan (2)
- animeshk08 (1)
- harshalmittal4 (1)
- evamillan (1)
- mafesan (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 2,568 last-month
- Total docker downloads: 69
- Total dependent packages: 3
- Total dependent repositories: 13
- Total versions: 119
- Total maintainers: 2
pypi.org: perceval-opnfv
Bundle of Perceval backends for OPNFV ecosystem.
- Homepage: https://chaoss.github.io/grimoirelab/
- Documentation: https://perceval-opnfv.readthedocs.io/
- License: GPL-3.0+
-
Latest release: 1.0.19
published 11 months ago
Rankings
Dependencies
- coverage 6.3.2 develop
- flake8 4.0.1 develop
- httpretty 1.0.2 develop
- importlib-metadata 4.2.0 develop
- mccabe 0.6.1 develop
- pycodestyle 2.8.0 develop
- pyflakes 2.4.0 develop
- typing-extensions 4.1.1 develop
- zipp 3.7.0 develop
- beautifulsoup4 4.10.0
- certifi 2021.10.8
- cffi 1.15.0
- charset-normalizer 2.0.12
- cryptography 3.4.8
- dulwich 0.20.34
- feedparser 6.0.8
- grimoirelab-toolkit 0.3.0
- idna 3.3
- perceval 0.20.0rc2
- pycparser 2.21
- pyjwt 2.4.0
- python-dateutil 2.8.2
- requests 2.27.1
- sgmllib3k 1.0.0
- six 1.16.0
- soupsieve 2.3.1
- urllib3 1.26.8
- coverage ^6.3.2 develop
- flake8 ^4.0.1 develop
- httpretty 1.0.2 develop
- grimoirelab-toolkit >=0.3
- perceval >=0.19
- python ^3.7
- requests ^2.7.0
- bitergia/release-tools-check-changelog master composite
- actions/checkout 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 composite
- actions/download-artifact fb598a63ae348fa914e94cd0ff38f362e927b741 composite
- actions/setup-python 13ae5bb136fac2878aff31522b9efb785519f984 composite
- chaoss/grimoirelab-github-actions/build master composite
- chaoss/grimoirelab-github-actions/publish master composite
- chaoss/grimoirelab-github-actions/release master composite
- actions/checkout 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 composite
- actions/setup-python 13ae5bb136fac2878aff31522b9efb785519f984 composite