GrimoireELK plugic for public-inbox.
Project description
GrimoireELK public-inbox plugin
public-inbox archive plugin for GrimoireELK.
Requirements
- Python >= 3.7
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.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51d568e4f5d4ea87d3fd2bca393aae80e1f307cac1670ad9129d410a59fe189d |
|
MD5 | b92be28dfc9935c4284535e354124016 |
|
BLAKE2b-256 | 653dfecf526e30bae7e83d85c785ee8698e034de14fca6225542c9316ebc3a34 |
Hashes for grimoire_elk_public_inbox-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1aafdc065342453d8e81216f2a4d099620bf9b87afcff7c6ddc7271d7c6e3438 |
|
MD5 | 431d78d6201dfdccbf52708794acdc59 |
|
BLAKE2b-256 | fcf65a8af11a79acda016ad3c4c3abfb7392edf2a42eeb109cbfd9cf4d2aafe9 |