rust-map-parser 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rust_map_parser-0.1.0/src/rust_map_parser.egg-info → rust_map_parser-0.1.1}/PKG-INFO +9 -4
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/README.md +4 -3
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/pyproject.toml +7 -1
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1/src/rust_map_parser.egg-info}/PKG-INFO +9 -4
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/__init__.py +1 -1
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/LICENSE +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/MANIFEST.in +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/docs/export-config.md +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/docs/export-result.md +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/docs/images/heatmap-ores.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/docs/images/map-render.jpg +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/docs/images/no-build-zones.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/docs/images/splat-composite.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/docs/images/tunnels-layer.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/example.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/refresh_all_data.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/setup.cfg +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rust_map_parser.egg-info/SOURCES.txt +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rust_map_parser.egg-info/dependency_links.txt +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rust_map_parser.egg-info/requires.txt +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rust_map_parser.egg-info/top_level.txt +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/config.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/__init__.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/monument_metadata.json +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/no_build_zones.json +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/prefab_manifest.json +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/spawn_rules.json +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/__init__.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_000__curve-nw-0.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_001__curve-nw-1.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_002__intersection-bb1-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_003__intersection-bb4-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_004__intersection-b5-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_005__intersection-b3-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_006__intersection-b2-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_007__intersection-bb2-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_008__intersection-b6-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_009__intersection-bb3-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_010__intersection-b4-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_011__intersection-bb6-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_012__intersection-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_013__intersection-b1-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_014__intersection-bb5-n.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_015__station-sn-0.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_016__straight-sn-3.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_017__straight-sn-2.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_018__station-sn-1.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_019__straight-sn-0.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_020__straight-sn-1.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_021__station-sn-3.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_022__straight-sn-4.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_023__station-sn-2.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_024__straight-sn-5.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_025__curve-ne-1.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_026__curve-ne-0.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_027__intersection.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_028__intersection-bb2-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_029__intersection-b2-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_030__intersection-b6-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_031__intersection-bb5-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_032__intersection-bb1-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_033__intersection-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_034__intersection-b1-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_035__intersection-bb6-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_036__intersection-b5-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_037__intersection-bb4-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_038__intersection-b3-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_039__intersection-bb3-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_040__intersection-b4-s.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_041__straight-we-3.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_042__station-we-1.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_043__straight-we-5.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_044__straight-we-4.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_045__station-we-2.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_046__station-we-3.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_047__station-we-0.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_048__straight-we-2.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_049__straight-we-1.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_050__straight-we-0.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_051__curve-se-0.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_052__curve-se-1.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_053__intersection-bb3-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_054__intersection-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_055__intersection-bb5-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_056__intersection-b5-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_057__intersection-b1-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_058__intersection-bb1-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_059__intersection-bb4-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_060__intersection-b4-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_061__intersection-b6-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_062__intersection-bb2-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_063__intersection-b3-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_064__intersection-b2-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_065__intersection-bb6-w.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_066__curve-sw-0.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_067__curve-sw-1.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_068__intersection-bb3-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_069__intersection-bb6-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_070__intersection-b4-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_071__intersection-b6-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_072__intersection-b5-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_073__intersection-b1-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_074__intersection-b3-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_075__intersection-bb2-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_076__intersection-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_077__intersection-bb1-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_078__intersection-bb4-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_079__intersection-b2-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/template_080__intersection-bb5-e.png +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/data/tunnel_tiles/tiles.json +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/exporter.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/layers.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/monument_assets.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/monuments.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/no_build.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/no_build_assets.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/parser.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/png.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/populations.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/prefabs.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/renderer.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/resources.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/tunnel_assets.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/tunnels.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rustmap/validation.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/tests/test_exporter.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/tests/test_map_tiles.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/tests/test_monuments.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/tests/test_no_build.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/tests/test_png_metadata.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/tests/test_populations.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/tests/test_renderer_water.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/tests/test_tunnels.py +0 -0
- {rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/tests/test_validation.py +0 -0
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rust-map-parser
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Standalone Python parser, heatmap generator, and renderer for Facepunch Rust map files
|
|
5
5
|
Author: rust-map-parser contributors
|
|
6
6
|
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/Cooperkit/Rustmap-Parser
|
|
8
|
+
Project-URL: Repository, https://github.com/Cooperkit/Rustmap-Parser
|
|
9
|
+
Project-URL: Documentation, https://github.com/Cooperkit/Rustmap-Parser#readme
|
|
10
|
+
Project-URL: Issues, https://github.com/Cooperkit/Rustmap-Parser/issues
|
|
7
11
|
Classifier: Development Status :: 3 - Alpha
|
|
8
12
|
Classifier: Programming Language :: Python :: 3
|
|
9
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -100,13 +104,14 @@ These images were generated from a real size-4500 Rust map.
|
|
|
100
104
|
- Python 3.11 or newer
|
|
101
105
|
- A Rust `.map` file
|
|
102
106
|
|
|
103
|
-
Install from
|
|
107
|
+
Install the latest release from PyPI:
|
|
104
108
|
|
|
105
109
|
```powershell
|
|
106
|
-
|
|
110
|
+
pip install rust-map-parser
|
|
107
111
|
```
|
|
108
112
|
|
|
109
|
-
|
|
113
|
+
For contributors working from a cloned checkout, use an editable development
|
|
114
|
+
install instead:
|
|
110
115
|
|
|
111
116
|
```powershell
|
|
112
117
|
python -m pip install -e .
|
|
@@ -78,13 +78,14 @@ These images were generated from a real size-4500 Rust map.
|
|
|
78
78
|
- Python 3.11 or newer
|
|
79
79
|
- A Rust `.map` file
|
|
80
80
|
|
|
81
|
-
Install from
|
|
81
|
+
Install the latest release from PyPI:
|
|
82
82
|
|
|
83
83
|
```powershell
|
|
84
|
-
|
|
84
|
+
pip install rust-map-parser
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
For contributors working from a cloned checkout, use an editable development
|
|
88
|
+
install instead:
|
|
88
89
|
|
|
89
90
|
```powershell
|
|
90
91
|
python -m pip install -e .
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rust-map-parser"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "Standalone Python parser, heatmap generator, and renderer for Facepunch Rust map files"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -28,6 +28,12 @@ dependencies = [
|
|
|
28
28
|
[project.optional-dependencies]
|
|
29
29
|
assets = ["UnityPy==1.24.2"]
|
|
30
30
|
|
|
31
|
+
[project.urls]
|
|
32
|
+
Homepage = "https://github.com/Cooperkit/Rustmap-Parser"
|
|
33
|
+
Repository = "https://github.com/Cooperkit/Rustmap-Parser"
|
|
34
|
+
Documentation = "https://github.com/Cooperkit/Rustmap-Parser#readme"
|
|
35
|
+
Issues = "https://github.com/Cooperkit/Rustmap-Parser/issues"
|
|
36
|
+
|
|
31
37
|
[tool.setuptools]
|
|
32
38
|
package-dir = {"" = "src"}
|
|
33
39
|
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rust-map-parser
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Standalone Python parser, heatmap generator, and renderer for Facepunch Rust map files
|
|
5
5
|
Author: rust-map-parser contributors
|
|
6
6
|
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/Cooperkit/Rustmap-Parser
|
|
8
|
+
Project-URL: Repository, https://github.com/Cooperkit/Rustmap-Parser
|
|
9
|
+
Project-URL: Documentation, https://github.com/Cooperkit/Rustmap-Parser#readme
|
|
10
|
+
Project-URL: Issues, https://github.com/Cooperkit/Rustmap-Parser/issues
|
|
7
11
|
Classifier: Development Status :: 3 - Alpha
|
|
8
12
|
Classifier: Programming Language :: Python :: 3
|
|
9
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -100,13 +104,14 @@ These images were generated from a real size-4500 Rust map.
|
|
|
100
104
|
- Python 3.11 or newer
|
|
101
105
|
- A Rust `.map` file
|
|
102
106
|
|
|
103
|
-
Install from
|
|
107
|
+
Install the latest release from PyPI:
|
|
104
108
|
|
|
105
109
|
```powershell
|
|
106
|
-
|
|
110
|
+
pip install rust-map-parser
|
|
107
111
|
```
|
|
108
112
|
|
|
109
|
-
|
|
113
|
+
For contributors working from a cloned checkout, use an editable development
|
|
114
|
+
install instead:
|
|
110
115
|
|
|
111
116
|
```powershell
|
|
112
117
|
python -m pip install -e .
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rust_map_parser-0.1.0 → rust_map_parser-0.1.1}/src/rust_map_parser.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|