orb-cloud-client 1.3.0__tar.gz → 1.3.1__tar.gz
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.
- {orb_cloud_client-1.3.0/orb_cloud_client.egg-info → orb_cloud_client-1.3.1}/PKG-INFO +1 -1
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client/__init__.py +1 -1
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client/client.py +1 -1
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1/orb_cloud_client.egg-info}/PKG-INFO +1 -1
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/pyproject.toml +1 -1
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/LICENSE +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/MANIFEST.in +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/README.md +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client/example.py +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client/example_async.py +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client/models/__init__.py +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client/models/config.py +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client/models/db.py +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client/models/generic.py +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client/models/server.py +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client.egg-info/SOURCES.txt +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client.egg-info/dependency_links.txt +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client.egg-info/entry_points.txt +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client.egg-info/requires.txt +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client.egg-info/top_level.txt +0 -0
- {orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/setup.cfg +0 -0
|
@@ -5,7 +5,7 @@ Simple HTTP client for Orb Cloud API.
|
|
|
5
5
|
import httpx
|
|
6
6
|
from typing import Dict, Any, Optional, List
|
|
7
7
|
|
|
8
|
-
from models.generic import Device, TempDatasetsRequest, Organization
|
|
8
|
+
from .models.generic import Device, TempDatasetsRequest, Organization
|
|
9
9
|
|
|
10
10
|
class OrbCloudClientBase(object):
|
|
11
11
|
def __init__(self, base_url: str = "https://panel.orb.net", token: Optional[str] = None):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{orb_cloud_client-1.3.0 → orb_cloud_client-1.3.1}/orb_cloud_client.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|