Metadata-Version: 2.1
Name: mapfile_parser
Version: 1.1.0
Summary: Map file parser library focusing decompilation projects
Project-URL: Homepage, https://github.com/Decompollaborate/mapfile_parser
Project-URL: Bug Tracker, https://github.com/Decompollaborate/mapfile_parser/issues
License-File: LICENSE
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# mapfile_parser

[![PyPI - Downloads](https://img.shields.io/pypi/dm/mapfile-parser)](https://pypi.org/project/mapfile-parser/)
[![GitHub License](https://img.shields.io/github/license/Decompollaborate/mapfile_parser)](https://github.com/Decompollaborate/mapfile_parser/releases/latest)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Decompollaborate/mapfile_parser)](https://github.com/Decompollaborate/mapfile_parser/releases/latest)
[![PyPI](https://img.shields.io/pypi/v/mapfile-parser)](https://pypi.org/project/mapfile-parser/)
[![GitHub contributors](https://img.shields.io/github/contributors/Decompollaborate/mapfile_parser?logo=purple)](https://github.com/Decompollaborate/mapfile_parser/graphs/contributors)

Map file parser library focusing decompilation projects.

## Installing

The recommended way to install is using from the PyPi release, via `pip`:

```bash
pip install mapfile-parser
```

In case you want to mess with the latest development version without wanting to clone the repository, then you could use the following command:

```bash
pip uninstall mapfile-parser
pip install git+https://github.com/Decompollaborate/mapfile_parser.git@develop
```

NOTE: Installing the development version is not recommended. Proceed at your own risk.
