Lightweight Python client to interact with GeoServer Cloud REST API, GeoServer ACL and OGC services
Project description
python-geoservercloud
Installation
From PyPI:
pip install geoservercloud
From git repository:
poetry install
Quick start
from geoservercloud import GeoServerCloud
geoserver = GeoServerCloud(
url="http://localhost:9090/geoserver/cloud/",
user="admin",
password="geoserver",
)
geoserver.create_workspace("newworkspace")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geoservercloud-0.2.0.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file geoservercloud-0.2.0.tar.gz
.
File metadata
- Download URL: geoservercloud-0.2.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb1ff042c0140ea56a5dd7e4c797b69eca6ae4e5d82483362c2a5d2f7db451ee |
|
MD5 | b22673ce9c50debed0a689c151942a17 |
|
BLAKE2b-256 | c35d4b60ced8e788b59c6961247312c8c6bb87b922aa036ac793a4aa586f98f1 |
File details
Details for the file geoservercloud-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: geoservercloud-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcc78d649f548e61d1ea8e263ef412b79db48920951bf89488c7055adaf10e07 |
|
MD5 | 2b6904797673d4a48d88890468fffd34 |
|
BLAKE2b-256 | 55c386737a51635abe7c8fb7e300da8575d005d6f2a4c542f3ca11c7273db453 |