psionapp

A basic application class which other applications can inherit.


Keywords
Application, User, configuration
License
MIT
Install
pip install psionapp==0.0.5

Documentation

Useful tools to work with Elastic stack in Python

Description

It consists of two main modules:

  • indextools: tools to work with Elastic indices
  • doctools: tools to work with Elastic documents

Installation

Normal installation

pip install elastictools

Development installation

git clone https://github.com/ncthuc/elastictools.git
cd elastictools
pip install --editable .