GrimoireELK plugic for public-inbox.
Project description
GrimoireELK public-inbox plugin
public-inbox archive plugin for GrimoireELK.
Requirements
- Python >= 3.8
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 grimoire-elk-public-inbox on your system: packages or source code using Poetry or pip.
PyPI
grimoire-elk-public-inbox can be installed using pip, a tool for installing Python packages. To do it, run the next command:
$ pip install grimoire-elk-public-inbox
Source code
To install from the source code you will need to clone the repository first:
$ git clone https://github.com/bitergia-analytics/grimoirelab-elk-public-inbox
$ cd grimoirelab-elk-public-inbox
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 grimoire-elk-public-inbox 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 grimoire-elk-public-inbox and the dependencies in a project isolated environment using:
$ poetry install
To spaw a new shell within the virtual environment use:
$ poetry shell
License
Licensed under GNU General Public License (GPL), version 3 or later.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for grimoire_elk_public_inbox-0.1.8.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3748e820e575d29d4dadb311735eed4eb90f3514eafe8bd5b5438a4c961fe721 |
|
MD5 | 072341e428033cb27044678bc8d89a26 |
|
BLAKE2b-256 | 23ad5f49c87db648e953e2d6ceae103244aab4f3032e4bf77375b53dda76e013 |
Hashes for grimoire_elk_public_inbox-0.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2584790c16ffbe20acc6557ee3fb452f9c77505509c0da62be27ffc3b8e39b26 |
|
MD5 | ebfec660b6629f7ff0f4af65a1d6f1f4 |
|
BLAKE2b-256 | ec77c82de2d032452a63d6c1cd95cb8e48f7b9e2a67fc59393d1374449e728d4 |