# perceval-weblate [![Build Status](https://github.com/chaoss/grimoirelab-perceval-weblate/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-perceval-weblate/actions?query=workflow:tests+branch:master+event:push) [![Coverage Status](https://img.shields.io/coveralls/chaoss/grimoirelab-perceval-weblate.svg)](https://coveralls.io/r/chaoss/grimoirelab-perceval-weblate?branch=master) [![PyPI version](https://badge.fury.io/py/perceval-weblate.svg)](https://badge.fury.io/py/perceval-weblate)
Bundle of Perceval backends for Weblate.
## Backends
The backends currently managed by this package support the next repositories:
* Weblate
## 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-weblate on your system: packages or source
code using Poetry or pip.
### PyPI
perceval-weblate can be installed using pip, a tool for installing Python packages.
To do it, run the next command:
```
$ pip install perceval-weblate
```
### Source code
To install from the source code you will need to clone the repository first:
```
$ git clone https://github.com/chaoss/grimoirelab-perceval-weblate
$ cd grimoirelab-perceval-weblate
```
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-weblate 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-weblate and the dependencies in
a project isolated environment using:
```
$ poetry install
```
To spaw a new shell within the virtual environment use:
```
$ poetry shell
```
## Examples
### Weblate
```
$ perceval weblate
```
## 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-weblate",
"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/a7/28/d29bce4a62f7459f9cd8f3cabb14e99808d10763f92d4498a9bfed18fce4/perceval_weblate-1.0.10.tar.gz",
"platform": null,
"description": "# perceval-weblate [![Build Status](https://github.com/chaoss/grimoirelab-perceval-weblate/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-perceval-weblate/actions?query=workflow:tests+branch:master+event:push) [![Coverage Status](https://img.shields.io/coveralls/chaoss/grimoirelab-perceval-weblate.svg)](https://coveralls.io/r/chaoss/grimoirelab-perceval-weblate?branch=master) [![PyPI version](https://badge.fury.io/py/perceval-weblate.svg)](https://badge.fury.io/py/perceval-weblate)\n\nBundle of Perceval backends for Weblate.\n\n## Backends\n\nThe backends currently managed by this package support the next repositories:\n\n* Weblate\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-weblate on your system: packages or source \ncode using Poetry or pip.\n\n### PyPI\n\nperceval-weblate can be installed using pip, a tool for installing Python packages. \nTo do it, run the next command:\n```\n$ pip install perceval-weblate\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-weblate\n$ cd grimoirelab-perceval-weblate\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-weblate 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-weblate 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### Weblate\n\n```\n$ perceval weblate\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 Weblate.",
"version": "1.0.10",
"project_urls": {
"Bug Tracker": "https://github.com/chaoss/grimoirelab-perceval-weblate/issues",
"Homepage": "https://chaoss.github.io/grimoirelab/",
"Repository": "https://github.com/chaoss/grimoirelab-perceval-weblate"
},
"split_keywords": [
"development",
" grimoirelab"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f011cdbd64aa63fc5f88f1de709f9b68bab3123ba9a41e43d2a7860fc47d87fd",
"md5": "af9769b7712cc8c63fcd2aaba6e11367",
"sha256": "692a4c2ff25a5894a2c239280de66ab58ce85dfff6de7efe6d7bf28f8cd58953"
},
"downloads": -1,
"filename": "perceval_weblate-1.0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "af9769b7712cc8c63fcd2aaba6e11367",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 19200,
"upload_time": "2024-12-11T10:30:46",
"upload_time_iso_8601": "2024-12-11T10:30:46.873366Z",
"url": "https://files.pythonhosted.org/packages/f0/11/cdbd64aa63fc5f88f1de709f9b68bab3123ba9a41e43d2a7860fc47d87fd/perceval_weblate-1.0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a728d29bce4a62f7459f9cd8f3cabb14e99808d10763f92d4498a9bfed18fce4",
"md5": "e7020501111710920bdcb20bb008d30b",
"sha256": "0a2dd93a009f6b7184218ef764823cd3514b3b2dbf33d96d18fa114071862913"
},
"downloads": -1,
"filename": "perceval_weblate-1.0.10.tar.gz",
"has_sig": false,
"md5_digest": "e7020501111710920bdcb20bb008d30b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 24796,
"upload_time": "2024-12-11T10:30:51",
"upload_time_iso_8601": "2024-12-11T10:30:51.736167Z",
"url": "https://files.pythonhosted.org/packages/a7/28/d29bce4a62f7459f9cd8f3cabb14e99808d10763f92d4498a9bfed18fce4/perceval_weblate-1.0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-11 10:30:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chaoss",
"github_project": "grimoirelab-perceval-weblate",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "perceval-weblate"
}