goodmap 0.5.0__py3-none-any.whl → 0.5.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: goodmap
3
- Version: 0.5.0
3
+ Version: 0.5.2
4
4
  Summary: Map engine to serve all the people :)
5
5
  Author: Krzysztof Kolodzinski
6
6
  Author-email: krzysztof.kolodzinski@problematy.pl
@@ -22,7 +22,7 @@ Requires-Dist: google-cloud-storage (>=2.7.0,<3.0.0)
22
22
  Requires-Dist: gql (>=3.4.0,<4.0.0)
23
23
  Requires-Dist: gunicorn (>=20.1.0,<21.0.0)
24
24
  Requires-Dist: humanize (>=4.6.0,<5.0.0)
25
- Requires-Dist: platzky (>=0.3.1,<0.4.0)
25
+ Requires-Dist: platzky (>=0.3.6,<0.4.0)
26
26
  Requires-Dist: pydantic (>=2.7.1,<3.0.0)
27
27
  Description-Content-Type: text/markdown
28
28
 
@@ -82,11 +82,17 @@ you can simply run app with test dataset provided in `tests/e2e_tests` directory
82
82
  ### Configuration
83
83
 
84
84
  If you want to serve app with your configuration rename config-template.yml to config.yml and change its contents according to your needs.
85
- Values descriptions you can find inside config-template.yml.
86
85
 
87
86
  Afterwards run it with:
88
87
  > poetry run flask --app 'goodmap.goodmap:create_app(config_path="/PATH/TO/YOUR/CONFIG")' --debug run
89
88
 
89
+
90
+ | Option | Description |
91
+ |--------------------------|------------------------------------------------------------------------------------------------------------------------------------|
92
+ | USE_LAZY_LOADING | Loads point data only after the user clicks a point. If set to false, point data is loaded together with the initial map. |
93
+ | FAKE_LOGIN | If set to true, allows access to the admin panel by simply selecting the role instead of logging in. **DO NOT USE IN PRODUCTION!** |
94
+ | SHOW_ACCESSIBILITY_TABLE | If set as true it shows special view to help with accessing application. |
95
+
90
96
  ## Database
91
97
 
92
98
  The database is stored in JSON, in the `map` section. For an example database see `tests/e2e_tests/e2e_test_data.json`. The first subsection `data` consists of the actual datapoints, representing points on a map.
@@ -121,3 +127,5 @@ You can find examples of working configuration and database in `tests/e2e_tests`
121
127
  - `e2e_test_config.yml`
122
128
  - `e2e_test_data.json`
123
129
 
130
+
131
+
@@ -0,0 +1,14 @@
1
+ goodmap/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
2
+ goodmap/core.py,sha256=rzMhOIYnR1jxTX6uHQJKIPLYxdUm4_v2d6LrtHtJpHU,1465
3
+ goodmap/core_api.py,sha256=pxR14Hiaotu_7GCGB4bNmntyroFV7aBamYzNnwytCW8,13985
4
+ goodmap/data_models/location.py,sha256=H3EKozc-WZvrYm6cwajl8_gaw4rQhxdlvxR1mk4mpkA,1104
5
+ goodmap/data_validator.py,sha256=lBmVAPxvSmEOdUGeVYSjUvVVmKfPyq4CWoHfczTtEMM,4090
6
+ goodmap/db.py,sha256=fB9B0nzNuTsMBak7iV4bGxAxGF5NSTGikht9keDOTGA,17518
7
+ goodmap/formatter.py,sha256=VlUHcK1HtM_IEU0VE3S5TOkZLVheMdakvUeW2tCKdq0,783
8
+ goodmap/goodmap.py,sha256=Nx_s9JfEBbICNiPykiaMr7vepynZ6LcT0sb_pndL4D4,2654
9
+ goodmap/templates/goodmap-admin.html,sha256=zGuau239BXyBerV21mDXcHy34ke8cLmZcMngcX1xhAs,35598
10
+ goodmap/templates/map.html,sha256=llzzfWGHM0Xtr4Io05QJLCLajySHNBzKejR0Km5nGMw,3926
11
+ goodmap-0.5.2.dist-info/LICENSE.md,sha256=nkCQOR7uheLRvHRfXmwx9LhBnMcPeBU9d4ebLojDiQU,1067
12
+ goodmap-0.5.2.dist-info/METADATA,sha256=YVAmrfOhYjm2Z9jTgfC1Zkwp9qGMUuWOyAK8wEfUluY,5278
13
+ goodmap-0.5.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
14
+ goodmap-0.5.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.1
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
File without changes
@@ -1,14 +0,0 @@
1
- goodmap/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
2
- goodmap/core.py,sha256=rzMhOIYnR1jxTX6uHQJKIPLYxdUm4_v2d6LrtHtJpHU,1465
3
- goodmap/core_api.py,sha256=9rF7eBsHvkAYtho-UWYdqMQ96z9Gh8n2hJDMX9lXZDM,5507
4
- goodmap/data_models/location.py,sha256=ESR4Z_zINIjldJKhlXImMaQrdtUPJBQc6SatpPPJyNQ,1054
5
- goodmap/data_validator.py,sha256=lBmVAPxvSmEOdUGeVYSjUvVVmKfPyq4CWoHfczTtEMM,4090
6
- goodmap/db.py,sha256=AJHUP3n29BRjgt6GoGnPtxLNg5TL-KSJhtSZtsZKmGM,3665
7
- goodmap/formatter.py,sha256=VlUHcK1HtM_IEU0VE3S5TOkZLVheMdakvUeW2tCKdq0,783
8
- goodmap/goodmap.py,sha256=cPTTyGqajuza3RDlfFuCl8idxy7TFo6LPuANP8hmg7U,1806
9
- goodmap/templates/admin.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- goodmap/templates/map.html,sha256=llzzfWGHM0Xtr4Io05QJLCLajySHNBzKejR0Km5nGMw,3926
11
- goodmap-0.5.0.dist-info/LICENSE.md,sha256=nkCQOR7uheLRvHRfXmwx9LhBnMcPeBU9d4ebLojDiQU,1067
12
- goodmap-0.5.0.dist-info/METADATA,sha256=pRKGRufpDkMBOHotyZ6SYEyD7iUIeFDnDCuYIpStyQI,4525
13
- goodmap-0.5.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
14
- goodmap-0.5.0.dist-info/RECORD,,