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.4rc2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a7b66ed868efbc9547d7d37f80ef8c844267dddb7300d8648ce6c864ca64fb8 |
|
MD5 | 888510d4d9cbe9cda88828bdfabba26b |
|
BLAKE2b-256 | 2b3b51fbe7e019c1cf78d561926f4633981ea0e09be0342b04aafe3d4e3d4187 |
Hashes for grimoire_elk_public_inbox-0.1.4rc2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17860e5388c7759b483ae2bc1f3edea08a31d30f051592bf8df6ea6baf5e44c1 |
|
MD5 | 2014924a391ce2fafb9dcdeb79a580d8 |
|
BLAKE2b-256 | 0ce60b7f66ff96bac7f19ef08e1b6abe37210c67ce9783ae5c7af7052ba321a9 |