Metadata-Version: 2.1
Name: elk-stack
Version: 0.0.1
Summary: Complete ElasticSearch Stack
Home-page: https://github.com/AmirBahadorDev/elk-stack.git
Author: AmirBahadorDev
Author-email: amirbahadordev@gmail.com
License: UNKNOWN
Description: # Table of Content
        0. [Installation](#installation)
        1. [License](#license--copyright)
        2. [DEVELOPING]
        ___
        # installation
        
        how to install:
        
        ```
        pip install elk-stack
        
        ```
        ___
        # License & copyright
        © AmirBahador Bahadori, Shahrood university Computer Engineering
        Licensed under the [MIT LICENSE](LICENSE)
        ___
        # DEVELOPING elk-stack
        
        To Install elk-stack, along with the tools you need to develop and run tests,
        run the following in your virtualenv:
        ```bash
        pip install -e .[dev]
        ```
        
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
