Metadata-Version: 2.1
Name: index-parser
Version: 0.0.1.dev0
Summary: An index parser tool
Home-page: https://github.com/ndtfy/index_parser
Author: Stan Ovchinnikov
Author-email: lishnih@gmail.com
License: MIT
Project-URL: Code, https://gitflic.ru/project/stan/index_parser
Project-URL: Issue tracker, https://github.com/ndtfy/index_parser/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
License-File: LICENSE.txt
Requires-Dist: Flask

# index_parser

A parser manager.

## Installation & Configuration

> `index_parser` requires **Python 3.6.0 or higher** and **pip 19.0 or higher**.

To install, use the following command:

```bash
pip install --pre index_parser
```

This will automatically install all necessary packages for operation: `flask`.

## Quick Start

```bash
python -m index_parser
```

or in development and debug mode

```bash
flask --app index_parser run --debug
```

## Project Status

`Development Status :: 4 - Beta`

## Useful Links

*   [https://pypi.org/project/index_parser/](https://pypi.org/project/index_parser/)
*   [https://pypi.org/project/index/](https://pypi.org/project/index/)

## License

*   MIT

