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.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca1081aa8e49db607f55005e30701cc90c5d9581eb72544d5c098586ea3faab8 |
|
MD5 | fb03494e9528ef2e1c3ffab09234b3df |
|
BLAKE2b-256 | 5a4a0673494f2e4c16aa02b9d9cb11e45faac08a14b0ece97de586f19e817fbe |
Hashes for grimoire_elk_public_inbox-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22993ce2da7f313d26e1cc0289215e8c6bdd1808cef4ad4842d2544911072f93 |
|
MD5 | edbb57484739100e5c971dcb02d2a911 |
|
BLAKE2b-256 | bd7c511f953a74340db8bf8534c2ea8afd689b9997d40fee0a3d89d672827fd9 |