Metadata-Version: 2.1
Name: index-generator
Version: 0.3.0
Summary: Yet another index generator.
Home-page: https://github.com/index-generator-project/index-generator
Author: Index Generator Project
Author-email: 
License: MIT
Description: # index-generator
        
        Yet another python index generator
        
        [![Travis](https://img.shields.io/travis/index-generator-project/index-generator.svg?style=for-the-badge)](https://travis-ci.org/index-generator-project/index-generator)
        [![GitHub top language](https://img.shields.io/github/languages/top/index-generator-project/index-generator.svg?style=for-the-badge)](https://github.com/index-generator-project/index-generator)
        [![GitHub](https://img.shields.io/github/license/index-generator-project/index-generator.svg?style=for-the-badge)](https://github.com/index-generator-project/index-generator/blob/master/LICENSE)
        [![Codacy grade](https://img.shields.io/codacy/grade/6ee09a36f8b04bd690d23d39d355b3b9.svg?style=for-the-badge)](https://app.codacy.com/project/index-generator-project/index-generator/dashboard)
        [![Codacy coverage](https://img.shields.io/codacy/coverage/6ee09a36f8b04bd690d23d39d355b3b9.svg?style=for-the-badge)](https://app.codacy.com/project/index-generator-project/index-generator/dashboard)
        
        ## Install
        
        ### Pypi
        
        [![PyPI](https://img.shields.io/pypi/v/index-generator.svg?style=for-the-badge)](https://pypi.org/project/index-generator)
        
        ```bash
        pip install index-generator
        ```
        
        ### GitHub release
        
        [![GitHub release](https://img.shields.io/github/release/index-generator-project/index-generator.svg?style=for-the-badge)](https://github.com/index-generator-project/index-generator/releases)
        
        You can just download wheel(.whl) file, and install using `pip install`.
        
        ### Distributions
        
        #### Arch Linux
        
        ```bash
        # Coming soon
        ```
        
        #### Other Distribution
        
        ### GitHub master branch
        
        ```bash
        git clone https://github.com/BruceZhang1993/index-generator.git
        cd index-generator
        sudo python setup.py install
        # OR
        sudo pip install .
        ```
        
        ## Usage
        
        See [Wiki Page](https://github.com/index-generator-project/index-generator/wiki)
        
        ## License
        
        [MIT](https://github.com/index-generator-project/index-generator/blob/master/LICENSE)
        
        ## Contributors
        
            Sorting by alphabet order. 
        
        - Bruce Zhang ([BruceZhang1993](https://github.com/BruceZhang1993))
        - Edward P ([edward-p](https://github.com/edward-p))
        - OriginCode ([OriginCode](https://github.com/OriginCode))
        
        [More...](https://github.com/index-generator-project/index-generator/graphs/contributors)
        
Keywords: index,listing,directory
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
