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.3.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file geoservercloud-0.2.3.tar.gz
.
File metadata
- Download URL: geoservercloud-0.2.3.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 734ba0835ed20f37a5a000574e764d67d5c9ecbabd7207aebee4beceba4e6abc |
|
MD5 | e82afbe1da81aad9530028214e3f0da8 |
|
BLAKE2b-256 | a43d1eec0086080a46c17c29a68ff6d126c868cd8e4d07860492567bd945d074 |
File details
Details for the file geoservercloud-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: geoservercloud-0.2.3-py3-none-any.whl
- Upload date:
- Size: 12.7 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 | 557b9fd3a725e12db46f68e6124d968823d85f939397f81b0cafb50fa81c99c1 |
|
MD5 | 6dfbf7f47f18c2d34b725ea58bfa0482 |
|
BLAKE2b-256 | ac7d839778aa20b26c0b4f873317aeb0f21c79a29cbf1f134e9cb6c1e0e8a766 |