Name | foundry-map-tool JSON |
Version |
0.1.6
JSON |
| download |
home_page | None |
Summary | A tool to adjust the scale of maps in JSON files for Foundry VTT. |
upload_time | 2024-11-30 01:05:11 |
maintainer | None |
docs_url | None |
author | Rory Burke |
requires_python | >=3.13 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Foundry Map Tool
This utility takes the JSON from either a DA map export or from a Foundry VTT map export JSON. It scales it down so that all walls, tokens, lights, drawings, notes, and tiles stay in place but there are 4 grid squares for every original.
## Installation
pip install foundry-map-tool
## Usage
from foundry_map_tool import adjust_map
adjust_map()
(install will create a data folder in project folder for output)
## Before

## After

Raw data
{
"_id": null,
"home_page": null,
"name": "foundry-map-tool",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.13",
"maintainer_email": null,
"keywords": null,
"author": "Rory Burke",
"author_email": "RoryABurke+DAMapTool@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a9/30/255f9191f6ce1a977e8feaa6df6defb85a654911a0093586129ce0351e0c/foundry_map_tool-0.1.6.tar.gz",
"platform": null,
"description": "# Foundry Map Tool\r\n\r\nThis utility takes the JSON from either a DA map export or from a Foundry VTT map export JSON. It scales it down so that all walls, tokens, lights, drawings, notes, and tiles stay in place but there are 4 grid squares for every original.\r\n\r\n## Installation\r\n\r\npip install foundry-map-tool\r\n\r\n## Usage\r\n\r\nfrom foundry_map_tool import adjust_map\r\n\r\nadjust_map()\r\n\r\n(install will create a data folder in project folder for output)\r\n\r\n## Before\r\n\r\n\r\n\r\n## After\r\n\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A tool to adjust the scale of maps in JSON files for Foundry VTT.",
"version": "0.1.6",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f1338aad63f726ccbfcac274acc245218f0fa9f2576ecccc8ae7be263f87fe72",
"md5": "9dc942b209a45e841feacfc28e99ead9",
"sha256": "51c1fd75a6c2418ad1221290e2679ad783047f1e2512381636c4b8d0ec38613c"
},
"downloads": -1,
"filename": "foundry_map_tool-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9dc942b209a45e841feacfc28e99ead9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 2924,
"upload_time": "2024-11-30T01:04:52",
"upload_time_iso_8601": "2024-11-30T01:04:52.711813Z",
"url": "https://files.pythonhosted.org/packages/f1/33/8aad63f726ccbfcac274acc245218f0fa9f2576ecccc8ae7be263f87fe72/foundry_map_tool-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a930255f9191f6ce1a977e8feaa6df6defb85a654911a0093586129ce0351e0c",
"md5": "28228f8302510dfca2e2ac8c1a0d9b70",
"sha256": "ee68185a9d605e25b7a91204bfe33f17437807350053875ee27f329502d62833"
},
"downloads": -1,
"filename": "foundry_map_tool-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "28228f8302510dfca2e2ac8c1a0d9b70",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 2869,
"upload_time": "2024-11-30T01:05:11",
"upload_time_iso_8601": "2024-11-30T01:05:11.104897Z",
"url": "https://files.pythonhosted.org/packages/a9/30/255f9191f6ce1a977e8feaa6df6defb85a654911a0093586129ce0351e0c/foundry_map_tool-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-30 01:05:11",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "foundry-map-tool"
}