Metadata-Version: 2.4
Name: fog-of-world-data-parser
Version: 0.1.4
Summary: A data parser for the internal syncing data format used by Fog of World
Author-email: "Zed (Zijun) Chen" <zed@zijun.dev>, Ming <pypi-fogdp@myli.page>
Project-URL: Homepage, https://github.com/tslmy/Fog-of-World-Data-Parser
Project-URL: Repository, https://github.com/tslmy/Fog-of-World-Data-Parser
Project-URL: Issues, https://github.com/tslmy/Fog-of-World-Data-Parser/issues
Keywords: fog-of-world,data-parser,visualization
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Fog of World Data Parser

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
![Coverage Status](coverage.svg)
![License](https://img.shields.io/github/license/tslmy/Fog-of-World-Data-Parser)

A parser for the data used by [Fog of World](https://fogofworld.app/).

![screenshot](./.github/screenshot.png)

Motivation for building this library can be found in this [blog post](https://www.zijun.dev/en/posts/fog-of-world-data-parser/).

> [!NOTE]
> Check out the web app for visualizing and editing the data of Fog of World App, [FogMachine](https://github.com/CaviarChen/fog-machine), made by the original author.

To update coverage badge, run:

```shell
uv run pytest --cov=src/ ; uv run coverage-badge -f -o coverage.svg
```
