perceval-opnfv


Nameperceval-opnfv JSON
Version 1.0.19 PyPI version JSON
download
home_pagehttps://chaoss.github.io/grimoirelab/
SummaryBundle of Perceval backends for OPNFV ecosystem.
upload_time2025-08-21 13:54:48
maintainerNone
docs_urlNone
authorGrimoireLab Developers
requires_python<4.0,>=3.9
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.9

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.9",
    "maintainer_email": null,
    "keywords": "development, grimoirelab",
    "author": "GrimoireLab Developers",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/47/6c/29e29209f8ab592442de29191daa07bf9bb58b618ff2f60c8e2f47022ecc/perceval_opnfv-1.0.19.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.9\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.0.19",
    "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": "413efaa475bdd5a84654bf2296bfcd5dc68cd0e4230f1ef4c11bc424dea29c9e",
                "md5": "ff936f33529e69eb76b9f141565e5748",
                "sha256": "cfe8d6e0cac328543173b73c13638b5b89db7a9fea247608fac66d402484ddc5"
            },
            "downloads": -1,
            "filename": "perceval_opnfv-1.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ff936f33529e69eb76b9f141565e5748",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 17736,
            "upload_time": "2025-08-21T13:54:46",
            "upload_time_iso_8601": "2025-08-21T13:54:46.920178Z",
            "url": "https://files.pythonhosted.org/packages/41/3e/faa475bdd5a84654bf2296bfcd5dc68cd0e4230f1ef4c11bc424dea29c9e/perceval_opnfv-1.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "476c29e29209f8ab592442de29191daa07bf9bb58b618ff2f60c8e2f47022ecc",
                "md5": "8cfcffc9bfdca720d9fd226a224ba08f",
                "sha256": "e58c4d6a817a5d3a9384e545810db6f4daaf6d763afaa55045666cfba3adb0cc"
            },
            "downloads": -1,
            "filename": "perceval_opnfv-1.0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "8cfcffc9bfdca720d9fd226a224ba08f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 33067,
            "upload_time": "2025-08-21T13:54:48",
            "upload_time_iso_8601": "2025-08-21T13:54:48.335434Z",
            "url": "https://files.pythonhosted.org/packages/47/6c/29e29209f8ab592442de29191daa07bf9bb58b618ff2f60c8e2f47022ecc/perceval_opnfv-1.0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-21 13:54:48",
    "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: 3.55745s