Metadata-Version: 2.4
Name: cubewerx-stratos
Version: 9.7.10
Summary: The CubeWerx Stratos Administration Interface
Author-email: Keith Pomakis <pomakis@cubewerx.com>
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://www.cubewerx.com/
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: validators
Requires-Dist: requests
Requires-Dist: geojson
Requires-Dist: Pillow
Dynamic: license-file

# CubeWerx Stratos Administration Interface

This API allows a Stratos Geospatial Data Server to be set up and
maintained remotely.  Once installed, it can be invoked with the
following Python code:

```
from cubewerx.stratos import *
stratos = Stratos(deploymentUrl, username, password)
```

where ```deploymentUrl``` is the URL of a CubeWerx Stratos deployment
(e.g., "https://somewhere.com/cubewerx/"), ```username``` is the username
(with an Administrator role) to log in as, and ```password``` is the
password of the specified username.

The documentation for this API can be found
[here](https://www.cubewerx.com/documentation/9.7/pythonApi/stratos.html).
