maps4fs 0.6.0__py3-none-any.whl → 0.6.1__py3-none-any.whl
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.
- {maps4fs-0.6.0.dist-info → maps4fs-0.6.1.dist-info}/METADATA +6 -4
- {maps4fs-0.6.0.dist-info → maps4fs-0.6.1.dist-info}/RECORD +5 -5
- {maps4fs-0.6.0.dist-info → maps4fs-0.6.1.dist-info}/LICENSE.md +0 -0
- {maps4fs-0.6.0.dist-info → maps4fs-0.6.1.dist-info}/WHEEL +0 -0
- {maps4fs-0.6.0.dist-info → maps4fs-0.6.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: maps4fs
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.1
|
4
4
|
Summary: Generate map templates for Farming Simulator from real places.
|
5
5
|
Author-email: iwatkot <iwatkot@gmail.com>
|
6
6
|
License: MIT License
|
@@ -13,9 +13,11 @@ Classifier: License :: OSI Approved :: MIT License
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
14
14
|
Description-Content-Type: text/markdown
|
15
15
|
License-File: LICENSE.md
|
16
|
-
Requires-Dist:
|
17
|
-
Requires-Dist:
|
18
|
-
Requires-Dist:
|
16
|
+
Requires-Dist: opencv-python
|
17
|
+
Requires-Dist: osmnx<2.0.0
|
18
|
+
Requires-Dist: rasterio
|
19
|
+
Requires-Dist: python-dotenv
|
20
|
+
Requires-Dist: tqdm
|
19
21
|
|
20
22
|
<div align="center" markdown>
|
21
23
|
<img src="https://github.com/iwatkot/maps4fs/assets/118521851/ffd7f0a3-e317-4c3f-911f-2c2fb736fbfa">
|
@@ -7,8 +7,8 @@ maps4fs/generator/dem.py,sha256=_1d_TPMOGBgl2-R_CRMbKumzxCbQyb-hcpqsElhYbQ4,8546
|
|
7
7
|
maps4fs/generator/game.py,sha256=IyXjNEC5epJmDdqjsrl4wKL85T1F23km73pUkBiuDWU,4468
|
8
8
|
maps4fs/generator/map.py,sha256=Y7ERUB6ivxJilDAjE9UD0-vl0SKtzj6J2f8QPXM6i48,3712
|
9
9
|
maps4fs/generator/texture.py,sha256=BUDDYIASk7lhYhJpEjZUTccKUI1GIfJIcPRgIgiUHAE,17938
|
10
|
-
maps4fs-0.6.
|
11
|
-
maps4fs-0.6.
|
12
|
-
maps4fs-0.6.
|
13
|
-
maps4fs-0.6.
|
14
|
-
maps4fs-0.6.
|
10
|
+
maps4fs-0.6.1.dist-info/LICENSE.md,sha256=-JY0v7p3dwXze61EbYiK7YEJ2aKrjaFZ8y2xYEOrmRY,1068
|
11
|
+
maps4fs-0.6.1.dist-info/METADATA,sha256=EyEj_0nPpuwS0D0dFi7jHDbXL6s7nx9I6fZs9CBXRbw,8975
|
12
|
+
maps4fs-0.6.1.dist-info/WHEEL,sha256=a7TGlA-5DaHMRrarXjVbQagU3Man_dCnGIWMJr5kRWo,91
|
13
|
+
maps4fs-0.6.1.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
|
14
|
+
maps4fs-0.6.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|