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.6rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48ef879f3481790b8e0a3cc30551d0dcfd7d16de0e44b3542031293ea92f7c83 |
|
MD5 | e06b391601c351cdef134160fec06664 |
|
BLAKE2b-256 | db889eb3c6aada98267068064eefafd84a868edbc069f2b02e7af6d18c1f5abf |
Hashes for grimoire_elk_public_inbox-0.1.6rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | deaa7e930ffe57aafba1aa37dfbf478b6205919c6c0cd80ef03ec7d9ea2f6a0a |
|
MD5 | 46ed7f3ce1f9e3f0e474a74f956e7d79 |
|
BLAKE2b-256 | 63a9e40c1adb608988d872e19b63ee9a18355fd0732e3229a548b983c9562690 |