perceval-opnfv


Nameperceval-opnfv JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://chaoss.github.io/grimoirelab/
SummaryBundle of Perceval backends for OPNFV ecosystem.
upload_time2025-10-10 15:51:02
maintainerNone
docs_urlNone
authorGrimoireLab Developers
requires_python<4.0,>=3.10
licenseGPL-3.0+
keywords development grimoirelab
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # perceval-opnfv [![Build Status](https://github.com/chaoss/grimoirelab-perceval-opnfv/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-perceval-opnfv/actions?query=workflow:tests+branch:main+event:push) [![Coverage Status](https://img.shields.io/coveralls/chaoss/grimoirelab-perceval-opnfv.svg)](https://coveralls.io/r/chaoss/grimoirelab-perceval-opnfv?branch=main)  [![PyPI version](https://badge.fury.io/py/perceval-opnfv.svg)](https://badge.fury.io/py/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](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](https://python-poetry.org/) for dependency management and 
packaging. You can install it following its [documentation](https://python-poetry.org/docs/#installation).
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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://chaoss.github.io/grimoirelab/",
    "name": "perceval-opnfv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "development, grimoirelab",
    "author": "GrimoireLab Developers",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d9/8d/f1a1badd34ac19627ff93d5f48d317bc9ff5ec0a9c6452f6926ca673d9b8/perceval_opnfv-1.1.1.tar.gz",
    "platform": null,
    "description": "# perceval-opnfv [![Build Status](https://github.com/chaoss/grimoirelab-perceval-opnfv/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-perceval-opnfv/actions?query=workflow:tests+branch:main+event:push) [![Coverage Status](https://img.shields.io/coveralls/chaoss/grimoirelab-perceval-opnfv.svg)](https://coveralls.io/r/chaoss/grimoirelab-perceval-opnfv?branch=main)  [![PyPI version](https://badge.fury.io/py/perceval-opnfv.svg)](https://badge.fury.io/py/perceval-opnfv)\n\nBundle of Perceval backends for OPNFV ecosystem.\n\n## Backends\n\nThe backends currently managed by this package support the next repositories:\n\n* Functest\n\n## Requirements\n\n * Python >= 3.10\n\nYou will also need some other libraries for running the tool, you can find the\nwhole list of dependencies in [pyproject.toml](pyproject.toml) file.\n\n## Installation\n\nThere are several ways to install perceval-opnfv on your system: packages or source \ncode using Poetry or pip.\n\n### PyPI\n\nperceval-opnfv can be installed using pip, a tool for installing Python packages. \nTo do it, run the next command:\n```\n$ pip install perceval-opnfv\n```\n\n### Source code\n\nTo install from the source code you will need to clone the repository first:\n```\n$ git clone https://github.com/chaoss/grimoirelab-perceval-opnfv\n$ cd grimoirelab-perceval-opnfv\n```\n\nThen use pip or Poetry to install the package along with its dependencies.\n\n#### Pip\nTo install the package from local directory run the following command:\n```\n$ pip install .\n```\nIn case you are a developer, you should install perceval-opnfv in editable mode:\n```\n$ pip install -e .\n```\n\n#### Poetry\nWe use [poetry](https://python-poetry.org/) for dependency management and \npackaging. You can install it following its [documentation](https://python-poetry.org/docs/#installation).\nOnce you have installed it, you can install perceval-opnfv and the dependencies in \na project isolated environment using:\n```\n$ poetry install\n```\nTo spaw a new shell within the virtual environment use:\n```\n$ poetry shell\n```\n\n## Examples\n\n### Functest\n\n```\n$ perceval functest http://testresults.opnfv.org/test/ --from-date 2017-06-01 --to-date 2017-06-02\n```\n\n## License\n\nLicensed under GNU General Public License (GPL), version 3 or later.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0+",
    "summary": "Bundle of Perceval backends for OPNFV ecosystem.",
    "version": "1.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/chaoss/grimoirelab-perceval-opnfv/issues",
        "Homepage": "https://chaoss.github.io/grimoirelab/",
        "Repository": "https://github.com/chaoss/grimoirelab-perceval-opnfv"
    },
    "split_keywords": [
        "development",
        " grimoirelab"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bf0cc9f91900c904544f33d01806df92641e817a77df9c3c7888cf78c760b40",
                "md5": "1cf536ee3237fafcc4f6320bf42c34da",
                "sha256": "a6c2b678082833c0af5e5525ae81abb6b4134c063c6c14a574726bd6ec46c1e5"
            },
            "downloads": -1,
            "filename": "perceval_opnfv-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1cf536ee3237fafcc4f6320bf42c34da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 18185,
            "upload_time": "2025-10-10T15:51:01",
            "upload_time_iso_8601": "2025-10-10T15:51:01.378883Z",
            "url": "https://files.pythonhosted.org/packages/0b/f0/cc9f91900c904544f33d01806df92641e817a77df9c3c7888cf78c760b40/perceval_opnfv-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d98df1a1badd34ac19627ff93d5f48d317bc9ff5ec0a9c6452f6926ca673d9b8",
                "md5": "53360e18ce8c36cebaab569cb135a8f3",
                "sha256": "19f616fa3727269ac984f90bb599bc939686130ff5b2ca66c53d73bcd6dcad93"
            },
            "downloads": -1,
            "filename": "perceval_opnfv-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "53360e18ce8c36cebaab569cb135a8f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 32652,
            "upload_time": "2025-10-10T15:51:02",
            "upload_time_iso_8601": "2025-10-10T15:51:02.286615Z",
            "url": "https://files.pythonhosted.org/packages/d9/8d/f1a1badd34ac19627ff93d5f48d317bc9ff5ec0a9c6452f6926ca673d9b8/perceval_opnfv-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-10 15:51:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chaoss",
    "github_project": "grimoirelab-perceval-opnfv",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "perceval-opnfv"
}
        
Elapsed time: 2.56942s