MOSS GeoIO SDK
Description
This is the Python SDK to interact with M.O.S.S. Computer Grafik Systeme GmbH GeoIO
Installation
This package kann be installed using pip
python -m pip install moss_geoio_sdk
Usage
import sys
from pathlib import Path
import logging
from moss.geoio_sdk.geoio_service import GeoIO
from moss.geoio_sdk.model.user import User
user_name = "username"
user_password = "password"
geoIO_url = "https://geoio.server.your.domain:8443/mcm-geoio"
my_logger = logging.getLogger("my_logger")
logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
geoIO = GeoIO(
geoIO_url, user_name, user_password, Path("c:/temp/geoio_sdk"), my_logger
)
Release files for moss_geoio_sdk 0.1.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| moss_geoio_sdk-0.1.12.tar.gz | 11.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| moss_geoio_sdk-0.1.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.5 kB
Release files / moss_geoio_sdk-0.1.12.tar.gz
| Download URL | moss_geoio_sdk-0.1.12.tar.gz |
|---|---|
| Size | 11.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b017730e09678cb113892378413866131ecaaf0aff31a861465597e001bb34ac
|
|
BLAKE2b-256 checksum How to use checksums |
0eab2dfbf748b8379cdc6337588ab4a1d858b7df6c3c40436b9affd14e345f39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.3 CPython/3.10.17 Linux/6.8.0-51-generic
|
Release files / moss_geoio_sdk-0.1.12-py3-none-any.whl
| Download URL | moss_geoio_sdk-0.1.12-py3-none-any.whl |
|---|---|
| Size | 16.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b3aac2f881182e08ab001a646eeb1372d06893f8d3d1a69366fc1870fdd46e9c
|
|
BLAKE2b-256 checksum How to use checksums |
a29d39af2afd768162c00a10427c469721bc4d7f8c1c489f43e8a9bd72b14dca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.3 CPython/3.10.17 Linux/6.8.0-51-generic
|