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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | abebcaf1befe42473dd138d9961ddf47c0b52c48b1c8a20ef4c4de15737c08cb |
|
MD5 | 0ee8539699bde91ef80e115b5b891433 |
|
BLAKE2b-256 | ede392f64fcda1feedc64b20a0a6b531ce85d03327cce8bc8901d9b0c7cd72e2 |
Hashes for grimoire_elk_public_inbox-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5a0cdef09a15edbe68acb584419170d94a2efc4f68ca0366a333c55d201fd95 |
|
MD5 | 766444385928a7d378757a748d6b8f1b |
|
BLAKE2b-256 | 24a1762bd4679e65b242b07e203731a35c16f3c8f3570de78ad3c54e6a130e22 |