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.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3a799a8940366e67541cc429197181b5a29385fecf63ed5ea2870dd05a9c1e1 |
|
MD5 | 482c6f00acfa655aa2b186bc0819075e |
|
BLAKE2b-256 | 33ebbfbb4c5d02d6acba07be4eb1dec6569d487987f34e88ae59d53c256b22f5 |
Hashes for grimoire_elk_public_inbox-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec3895841f6116bbc0834116f7fd9e0ea44eb60117fdba796a48e24d74f0a89c |
|
MD5 | 3aeab249b40987f43fa2a540f78e8464 |
|
BLAKE2b-256 | 55ff1b69ca11b5dc407080a5210160d601e1605091da35534221c4081a25957d |