https://github.com/chaoss/grimoirelab-perceval-opnfv

GrimoireLab: Bundle of Perceval backends for OPNFV ecosystem

https://github.com/chaoss/grimoirelab-perceval-opnfv

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

orchestration data-enrichment software-analytics grimoirelab community archival projection chaoss project-governance mentorship
Last synced: 10 months ago · JSON representation

Repository

GrimoireLab: Bundle of Perceval backends for OPNFV ecosystem

Basic Info
  • Host: GitHub
  • Owner: chaoss
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 408 KB
Statistics
  • Stars: 2
  • Watchers: 12
  • Forks: 56
  • Open Issues: 1
  • Releases: 0
Created about 9 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License Authors

README.md

perceval-opnfv Build Status Coverage Status PyPI version

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

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

All Time
  • Total Commits: 294
  • Total Committers: 12
  • Avg Commits per committer: 24.5
  • Development Distribution Score (DDS): 0.35
Past Year
  • Commits: 65
  • Committers: 2
  • Avg Commits per committer: 32.5
  • Development Distribution Score (DDS): 0.369
Top Committers
Name Email 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
dependencies (4) invalid (2)

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.

  • Versions: 119
  • Dependent Packages: 3
  • Dependent Repositories: 13
  • Downloads: 2,568 Last month
  • Docker Downloads: 69
Rankings
Dependent packages count: 2.4%
Dependent repos count: 4.0%
Docker downloads count: 4.3%
Forks count: 5.7%
Downloads: 6.9%
Average: 8.5%
Stargazers count: 27.8%
Maintainers (2)
Last synced: 11 months ago

Dependencies

poetry.lock pypi
  • 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
pyproject.toml pypi
  • 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
.github/workflows/changelog.yml actions
  • bitergia/release-tools-check-changelog master composite
.github/workflows/release.yml actions
  • 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
.github/workflows/tests.yml actions
  • actions/checkout 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 composite
  • actions/setup-python 13ae5bb136fac2878aff31522b9efb785519f984 composite