You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-PYPI.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,15 @@ Shippo external API.: Use this API to integrate with the Shippo service
47
47
>
48
48
> Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
49
49
50
-
The SDK can be installed with either *pip* or *poetry* package managers.
50
+
The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
51
+
52
+
### uv
53
+
54
+
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
55
+
56
+
```bash
57
+
uv add shippo
58
+
```
51
59
52
60
### PIP
53
61
@@ -140,15 +148,13 @@ from shippo.utils import BackoffStrategy, RetryConfig
Copy file name to clipboardExpand all lines: README.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,15 @@ Shippo external API.: Use this API to integrate with the Shippo service
47
47
>
48
48
> Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
49
49
50
-
The SDK can be installed with either *pip* or *poetry* package managers.
50
+
The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
51
+
52
+
### uv
53
+
54
+
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
55
+
56
+
```bash
57
+
uv add shippo
58
+
```
51
59
52
60
### PIP
53
61
@@ -140,15 +148,13 @@ from shippo.utils import BackoffStrategy, RetryConfig
0 commit comments