xmas-app 0.11.2__py3-none-any.whl → 0.11.3__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.
- xmas_app/models/crud.py +1 -1
- {xmas_app-0.11.2.dist-info → xmas_app-0.11.3.dist-info}/METADATA +2 -2
- {xmas_app-0.11.2.dist-info → xmas_app-0.11.3.dist-info}/RECORD +6 -6
- {xmas_app-0.11.2.dist-info → xmas_app-0.11.3.dist-info}/WHEEL +0 -0
- {xmas_app-0.11.2.dist-info → xmas_app-0.11.3.dist-info}/entry_points.txt +0 -0
- {xmas_app-0.11.2.dist-info → xmas_app-0.11.3.dist-info}/licenses/LICENSE +0 -0
xmas_app/models/crud.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xmas-app
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.3
|
|
4
4
|
Summary: The XLeitstelle model-driven application schema app.
|
|
5
5
|
License: EUPL-1.2-or-later
|
|
6
6
|
License-File: LICENSE
|
|
@@ -119,7 +119,7 @@ To import all .gml files at once, extract the archive and use:
|
|
|
119
119
|
(on Linux/Mac/Wsl Bash):
|
|
120
120
|
```bash
|
|
121
121
|
for f in <pfad>/bp/*.gml; do
|
|
122
|
-
xplan-tools convert "$f" postgresql://postgres:postgres@localhost:
|
|
122
|
+
xplan-tools convert "$f" postgresql://postgres:postgres@localhost:55432/postgres
|
|
123
123
|
done
|
|
124
124
|
```
|
|
125
125
|
|
|
@@ -3,7 +3,7 @@ xmas_app/db_uow.py,sha256=usvqo1bO4dQnMbiub5PyQAAgu8Af-HYAJTsFNYS3Le0,761
|
|
|
3
3
|
xmas_app/deps/version_guard.py,sha256=iBVLOKfffdiMXI6dnU62TmVIUqOYV6BQP8KoF814Gu4,840
|
|
4
4
|
xmas_app/form.py,sha256=fO-7Fwl3TCEQIlZYrbathPIZ1iBIk7nkVLnLaN5vDbM,70954
|
|
5
5
|
xmas_app/main.py,sha256=wvEo4ntXmqmpRLyUCoOQr13jPL2nNzTJbtWM8KeOLzI,50513
|
|
6
|
-
xmas_app/models/crud.py,sha256=
|
|
6
|
+
xmas_app/models/crud.py,sha256=Rtz-v2FpMM4AcTc_wcye_XjZtssTydgtSQcKuIK1yiM,418
|
|
7
7
|
xmas_app/pygeoapi/config.yaml,sha256=lmb08zXk8-dB0sh_4EQ1enVBIqgBI-v6QcoIiHyH3N8,7992
|
|
8
8
|
xmas_app/pygeoapi/openapi.yaml,sha256=h4J4kYugyNVMFjL_C2CLcntELgIkGh0N4VzpPf8u_tE,40650
|
|
9
9
|
xmas_app/pygeoapi/provider.py,sha256=uKHK_Hsqale1C2pNRKYpyka9GnNHYvGBmbzfcSi05NE,25109
|
|
@@ -13,8 +13,8 @@ xmas_app/settings.py,sha256=ojXnVZk3kSCuueN84CeDX7Ts95rptZ8dfzn_eB9HDCE,2538
|
|
|
13
13
|
xmas_app/split_service.py,sha256=Ag_Ix2vMgT04OsQ0DIGK7WFKQlbktmmTqWlESO2ZgVs,26701
|
|
14
14
|
xmas_app/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
xmas_app/util/codelist.py,sha256=7qdiaKQLm38TA7WuAfizmdXd_AjJVZ-tnAFpQg4vdeA,1951
|
|
16
|
-
xmas_app-0.11.
|
|
17
|
-
xmas_app-0.11.
|
|
18
|
-
xmas_app-0.11.
|
|
19
|
-
xmas_app-0.11.
|
|
20
|
-
xmas_app-0.11.
|
|
16
|
+
xmas_app-0.11.3.dist-info/METADATA,sha256=scQbqqc9ul3UNc3Xqr1fa5RUxiTa3HFCdQooKlaPVpQ,5316
|
|
17
|
+
xmas_app-0.11.3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
18
|
+
xmas_app-0.11.3.dist-info/entry_points.txt,sha256=uve2b0hgPbVfiD047-hOI6_dD97ZytvCPWk7HsN9Xng,53
|
|
19
|
+
xmas_app-0.11.3.dist-info/licenses/LICENSE,sha256=b8nnCcy_4Nd_v_okJ6mDKCvi64jkexzbSfIag7TR5mU,13827
|
|
20
|
+
xmas_app-0.11.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|