chatmap-py


Namechatmap-py JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryAnalyzes chat logs and pair locations with messages, generating a GeoJSON.
upload_time2025-07-30 22:31:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.1
licenseAGPL-3.0-only
keywords hot geojson data chat chatmap
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

```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 General Public License (GPL) Version 3.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "chatmap-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.1",
    "maintainer_email": null,
    "keywords": "hot, geojson, data, chat, chatmap",
    "author": null,
    "author_email": "Emilio Mariscal <emilio.mariscal@hotosm.org>",
    "download_url": "https://files.pythonhosted.org/packages/1b/fe/41143faf0cef6e34af46eb3275009818a47ea331bf8881ea7904c6467920/chatmap_py-0.0.3.tar.gz",
    "platform": null,
    "description": "# chatmap-py\n\nThis is a Python package for analyzing chat logs in JSON format,\npair locations with messages and generate a GeoJSON as a result.\n\n## Install\n\n```bash\npip install chatmap-py\n```\n\n## Usage\n\n```py\nfrom chatmap_py import parser\ngeoJSON = parser.streamParser(data)\n```\n\n## Licensing\n\nThis project is part of ChatMap\n\nCopyright 2025 Emilio Mariscal\n\nThis is free software! you may use this project under the terms of the GNU General Public License (GPL) Version 3.\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-only",
    "summary": "Analyzes chat logs and pair locations with messages, generating a GeoJSON.",
    "version": "0.0.3",
    "project_urls": {
        "documentation": "https://github.com/hotosm/chatmap/tree/master/chatmap-py",
        "homepage": "https://github.com/hotosm/chatmap/tree/master/chatmap-py",
        "repository": "https://github.com/hotosm/chatmap"
    },
    "split_keywords": [
        "hot",
        " geojson",
        " data",
        " chat",
        " chatmap"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d1c886d18eeb6866c6630dc879c8cc8e71db6cdd16c63b0040ecd469e250eb7",
                "md5": "963a6210bd71228e75cb08a946bad73b",
                "sha256": "08be4a3edaea2449ad40821903122350b80363bd9ca10eb63f18c67a29424359"
            },
            "downloads": -1,
            "filename": "chatmap_py-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "963a6210bd71228e75cb08a946bad73b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.1",
            "size": 17749,
            "upload_time": "2025-07-30T22:31:10",
            "upload_time_iso_8601": "2025-07-30T22:31:10.863521Z",
            "url": "https://files.pythonhosted.org/packages/6d/1c/886d18eeb6866c6630dc879c8cc8e71db6cdd16c63b0040ecd469e250eb7/chatmap_py-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bfe41143faf0cef6e34af46eb3275009818a47ea331bf8881ea7904c6467920",
                "md5": "8f0ac8c78851196325ec459f6b634e8d",
                "sha256": "79b27c8e4056953b49e4df4b57aa6b77111cd7b5698a5addd49eed314c238b26"
            },
            "downloads": -1,
            "filename": "chatmap_py-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8f0ac8c78851196325ec459f6b634e8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.1",
            "size": 16874,
            "upload_time": "2025-07-30T22:31:11",
            "upload_time_iso_8601": "2025-07-30T22:31:11.828834Z",
            "url": "https://files.pythonhosted.org/packages/1b/fe/41143faf0cef6e34af46eb3275009818a47ea331bf8881ea7904c6467920/chatmap_py-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 22:31:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hotosm",
    "github_project": "chatmap",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "chatmap-py"
}
        
Elapsed time: 0.50705s