# perceval-puppet [![Build Status](https://github.com/chaoss/grimoirelab-perceval-puppet/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-perceval-puppet/actions?query=workflow:tests+branch:master+event:push) [![Coverage Status](https://img.shields.io/coveralls/chaoss/grimoirelab-perceval-puppet.svg)](https://coveralls.io/r/chaoss/grimoirelab-perceval-puppet?branch=master) [![PyPI version](https://badge.fury.io/py/perceval-puppet.svg)](https://badge.fury.io/py/perceval-puppet)
Bundle of Perceval backends for Puppet ecosystem.
## Backends
The backends currently managed by this package support the next repositories:
* Puppet Forge
## 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-puppet on your system: packages or source
code using Poetry or pip.
### PyPI
perceval-puppet can be installed using pip, a tool for installing Python packages.
To do it, run the next command:
```
$ pip install perceval-puppet
```
### Source code
To install from the source code you will need to clone the repository first:
```
$ git clone https://github.com/chaoss/grimoirelab-perceval-puppet
$ cd grimoirelab-perceval-puppet
```
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-puppet 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-puppet and the dependencies in
a project isolated environment using:
```
$ poetry install
```
To spaw a new shell within the virtual environment use:
```
$ poetry shell
```
## Examples
### Puppet Forge
```
$ perceval puppetforge
```
## 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-puppet",
"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/40/6f/90252d0387a3aab95e4b65ccd9a607fe59e54de5be3c081edce76be399dc/perceval_puppet-1.0.10.tar.gz",
"platform": null,
"description": "# perceval-puppet [![Build Status](https://github.com/chaoss/grimoirelab-perceval-puppet/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-perceval-puppet/actions?query=workflow:tests+branch:master+event:push) [![Coverage Status](https://img.shields.io/coveralls/chaoss/grimoirelab-perceval-puppet.svg)](https://coveralls.io/r/chaoss/grimoirelab-perceval-puppet?branch=master) [![PyPI version](https://badge.fury.io/py/perceval-puppet.svg)](https://badge.fury.io/py/perceval-puppet)\n\nBundle of Perceval backends for Puppet ecosystem.\n\n## Backends\n\nThe backends currently managed by this package support the next repositories:\n\n* Puppet Forge\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-puppet on your system: packages or source \ncode using Poetry or pip.\n\n### PyPI\n\nperceval-puppet can be installed using pip, a tool for installing Python packages. \nTo do it, run the next command:\n```\n$ pip install perceval-puppet\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-puppet\n$ cd grimoirelab-perceval-puppet\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-puppet 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-puppet 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### Puppet Forge\n\n```\n$ perceval puppetforge\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 Puppet, Inc. ecosystem.",
"version": "1.0.10",
"project_urls": {
"Bug Tracker": "https://github.com/chaoss/grimoirelab-perceval-puppet/issues",
"Homepage": "https://chaoss.github.io/grimoirelab/",
"Repository": "https://github.com/chaoss/grimoirelab-perceval-puppet"
},
"split_keywords": [
"development",
" grimoirelab"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c97ab63c29d8273b3786b5252a1523a1a6e6e7add9d93b18b5f1804ffd50ac81",
"md5": "06199e1ee3f2ac031eb2863acc1a238c",
"sha256": "bbd3bd923e582a13fd465fe4c76d5f04706da0cd323612f05737c20f051591a4"
},
"downloads": -1,
"filename": "perceval_puppet-1.0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "06199e1ee3f2ac031eb2863acc1a238c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 18464,
"upload_time": "2024-12-11T10:31:42",
"upload_time_iso_8601": "2024-12-11T10:31:42.095212Z",
"url": "https://files.pythonhosted.org/packages/c9/7a/b63c29d8273b3786b5252a1523a1a6e6e7add9d93b18b5f1804ffd50ac81/perceval_puppet-1.0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "406f90252d0387a3aab95e4b65ccd9a607fe59e54de5be3c081edce76be399dc",
"md5": "50f65ae4cd969d8f5320d059d5a9ae63",
"sha256": "662ae107b6671e7b1e8848b4d806cf8d687bc21d5c049dd75803c94cb38a2ee2"
},
"downloads": -1,
"filename": "perceval_puppet-1.0.10.tar.gz",
"has_sig": false,
"md5_digest": "50f65ae4cd969d8f5320d059d5a9ae63",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 28554,
"upload_time": "2024-12-11T10:31:43",
"upload_time_iso_8601": "2024-12-11T10:31:43.125670Z",
"url": "https://files.pythonhosted.org/packages/40/6f/90252d0387a3aab95e4b65ccd9a607fe59e54de5be3c081edce76be399dc/perceval_puppet-1.0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-11 10:31:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chaoss",
"github_project": "grimoirelab-perceval-puppet",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "perceval-puppet"
}