Metadata-Version: 2.1
Name: chatmap-py
Version: 0.0.9
Summary: Analyzes chat logs and pair locations with messages, generating a GeoJSON.
Keywords: hot,geojson,data,chat,chatmap
Author-Email: Emilio Mariscal <emilio.mariscal@hotosm.org>
License: AGPL-3.0-only
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Project-URL: homepage, https://github.com/hotosm/chatmap/tree/master/chatmap-py
Project-URL: documentation, https://github.com/hotosm/chatmap/tree/master/chatmap-py
Project-URL: repository, https://github.com/hotosm/chatmap
Requires-Python: >=3.1
Description-Content-Type: text/markdown

# chatmap-py

This is a Python package for analyzing chat logs in JSON format,
pair locations with messages and generate a GeoJSON as a result.

## Install

```bash
pip install chatmap-py
```

## Usage

```
chatmap_py.cli <filename> > map.geojson
```

Or in your code:

```py
from chatmap_py import parser
geoJSON = parser.streamParser(data)
```

## Licensing

This project is part of ChatMap

Copyright 2025 Emilio Mariscal

This is free software! you may use this project under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
