boxd 0.1.8.dev35__tar.gz → 0.1.9.dev37__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.
- {boxd-0.1.8.dev35/src/boxd.egg-info → boxd-0.1.9.dev37}/PKG-INFO +6 -7
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/README.md +5 -6
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/pyproject.toml +1 -1
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37/src/boxd.egg-info}/PKG-INFO +6 -7
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/LICENSE +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/setup.cfg +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/__init__.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/_generated/__init__.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/_generated/api_pb2.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/_generated/api_pb2_grpc.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/_sync.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/_utils.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/_version_check.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/aio.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/auth.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/billing.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/box.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/boxes.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/client.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/disks.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/domains.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/errors.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/exec.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/networks.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/templates.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/tokens.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd/types.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd.egg-info/SOURCES.txt +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd.egg-info/dependency_links.txt +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd.egg-info/requires.txt +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/src/boxd.egg-info/top_level.txt +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_auth.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_boxes.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_e2e.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_e2e_v2.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_exec.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_files.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_lifecycle.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_no_shape.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_proxies.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_utils.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_v2.py +0 -0
- {boxd-0.1.8.dev35 → boxd-0.1.9.dev37}/tests/test_version_check.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: boxd
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9.dev37
|
|
4
4
|
Summary: Python SDK for the boxd cloud VM platform
|
|
5
5
|
Author: Azin
|
|
6
6
|
License-Expression: MIT
|
|
@@ -63,14 +63,13 @@ Compute() # reads BOXD_API_KEY or BOXD_TOKEN
|
|
|
63
63
|
|
|
64
64
|
## Configuration
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
The SDK targets production by default:
|
|
67
67
|
|
|
68
68
|
```python
|
|
69
|
-
Compute(api_key="bxk_...")
|
|
70
|
-
Compute(api_key="bxd_...", environment="staging") # boxd-stg.sh
|
|
69
|
+
Compute(api_key="bxk_...") # production (default)
|
|
71
70
|
```
|
|
72
71
|
|
|
73
|
-
`environment` also reads from the `BOXD_ENVIRONMENT` env var
|
|
72
|
+
`environment` also reads from the `BOXD_ENVIRONMENT` env var.
|
|
74
73
|
|
|
75
74
|
For custom or self-hosted endpoints, override URLs explicitly — these take precedence over `environment`:
|
|
76
75
|
|
|
@@ -90,9 +89,9 @@ All `Compute` arguments can be supplied via env vars. Constructor args win over
|
|
|
90
89
|
|---|---|---|
|
|
91
90
|
| `BOXD_API_KEY` | API key (long-lived, recommended) | — |
|
|
92
91
|
| `BOXD_TOKEN` | Direct JWT (short-lived) | — |
|
|
93
|
-
| `BOXD_ENVIRONMENT` | Preset name
|
|
92
|
+
| `BOXD_ENVIRONMENT` | Preset name | `production` |
|
|
94
93
|
| `BOXD_API_URL` | gRPC endpoint, overrides preset | `http://boxd.sh:9443` |
|
|
95
|
-
| `BOXD_EXCHANGE_URL` | Token-exchange URL, overrides preset | `https://boxd.sh/api/v1/auth/token` |
|
|
94
|
+
| `BOXD_EXCHANGE_URL` | Token-exchange URL, overrides preset | `https://app.boxd.sh/api/v1/auth/token` |
|
|
96
95
|
|
|
97
96
|
`api_url` accepts an optional URL scheme that controls TLS:
|
|
98
97
|
|
|
@@ -32,14 +32,13 @@ Compute() # reads BOXD_API_KEY or BOXD_TOKEN
|
|
|
32
32
|
|
|
33
33
|
## Configuration
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
The SDK targets production by default:
|
|
36
36
|
|
|
37
37
|
```python
|
|
38
|
-
Compute(api_key="bxk_...")
|
|
39
|
-
Compute(api_key="bxd_...", environment="staging") # boxd-stg.sh
|
|
38
|
+
Compute(api_key="bxk_...") # production (default)
|
|
40
39
|
```
|
|
41
40
|
|
|
42
|
-
`environment` also reads from the `BOXD_ENVIRONMENT` env var
|
|
41
|
+
`environment` also reads from the `BOXD_ENVIRONMENT` env var.
|
|
43
42
|
|
|
44
43
|
For custom or self-hosted endpoints, override URLs explicitly — these take precedence over `environment`:
|
|
45
44
|
|
|
@@ -59,9 +58,9 @@ All `Compute` arguments can be supplied via env vars. Constructor args win over
|
|
|
59
58
|
|---|---|---|
|
|
60
59
|
| `BOXD_API_KEY` | API key (long-lived, recommended) | — |
|
|
61
60
|
| `BOXD_TOKEN` | Direct JWT (short-lived) | — |
|
|
62
|
-
| `BOXD_ENVIRONMENT` | Preset name
|
|
61
|
+
| `BOXD_ENVIRONMENT` | Preset name | `production` |
|
|
63
62
|
| `BOXD_API_URL` | gRPC endpoint, overrides preset | `http://boxd.sh:9443` |
|
|
64
|
-
| `BOXD_EXCHANGE_URL` | Token-exchange URL, overrides preset | `https://boxd.sh/api/v1/auth/token` |
|
|
63
|
+
| `BOXD_EXCHANGE_URL` | Token-exchange URL, overrides preset | `https://app.boxd.sh/api/v1/auth/token` |
|
|
65
64
|
|
|
66
65
|
`api_url` accepts an optional URL scheme that controls TLS:
|
|
67
66
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: boxd
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9.dev37
|
|
4
4
|
Summary: Python SDK for the boxd cloud VM platform
|
|
5
5
|
Author: Azin
|
|
6
6
|
License-Expression: MIT
|
|
@@ -63,14 +63,13 @@ Compute() # reads BOXD_API_KEY or BOXD_TOKEN
|
|
|
63
63
|
|
|
64
64
|
## Configuration
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
The SDK targets production by default:
|
|
67
67
|
|
|
68
68
|
```python
|
|
69
|
-
Compute(api_key="bxk_...")
|
|
70
|
-
Compute(api_key="bxd_...", environment="staging") # boxd-stg.sh
|
|
69
|
+
Compute(api_key="bxk_...") # production (default)
|
|
71
70
|
```
|
|
72
71
|
|
|
73
|
-
`environment` also reads from the `BOXD_ENVIRONMENT` env var
|
|
72
|
+
`environment` also reads from the `BOXD_ENVIRONMENT` env var.
|
|
74
73
|
|
|
75
74
|
For custom or self-hosted endpoints, override URLs explicitly — these take precedence over `environment`:
|
|
76
75
|
|
|
@@ -90,9 +89,9 @@ All `Compute` arguments can be supplied via env vars. Constructor args win over
|
|
|
90
89
|
|---|---|---|
|
|
91
90
|
| `BOXD_API_KEY` | API key (long-lived, recommended) | — |
|
|
92
91
|
| `BOXD_TOKEN` | Direct JWT (short-lived) | — |
|
|
93
|
-
| `BOXD_ENVIRONMENT` | Preset name
|
|
92
|
+
| `BOXD_ENVIRONMENT` | Preset name | `production` |
|
|
94
93
|
| `BOXD_API_URL` | gRPC endpoint, overrides preset | `http://boxd.sh:9443` |
|
|
95
|
-
| `BOXD_EXCHANGE_URL` | Token-exchange URL, overrides preset | `https://boxd.sh/api/v1/auth/token` |
|
|
94
|
+
| `BOXD_EXCHANGE_URL` | Token-exchange URL, overrides preset | `https://app.boxd.sh/api/v1/auth/token` |
|
|
96
95
|
|
|
97
96
|
`api_url` accepts an optional URL scheme that controls TLS:
|
|
98
97
|
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|