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
| 2.x |`maintenance`|[`maint-2.x`](https://github.com/planetlabs/planet-client-python/tree/maint-2.x)|[Planet Labs Python Client v2 on Readthedocs.io](https://planet-sdk-for-python-v2.readthedocs.io/en/latest/)| April 2023 | TBD | TBD ||
89
+
| 1.x |`end-of-life`|[`v1`](https://github.com/planetlabs/planet-client-python/tree/v1)|[Planet Labs Python Client v1 on Github.io](https://planetlabs.github.io/planet-client-python/)| April 2017 | April 2023 | TBD ||
90
90
91
91
## Installation and Quick Start
92
92
@@ -104,20 +104,19 @@ pip install .
104
104
105
105
Note that the above commands will install the Planet SDK into the global system Python unless a virtual environment is enabled. For more information on configuring a virtual environment from system Python, see the official Python [venv](https://docs.python.org/3/library/venv.html) documentation. For users who are running multiple versions of Python via [pyenv](https://github.com/pyenv/pyenv), see the [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) extension documentation.
106
106
107
-
Detailed installation instructions for the Planet SDK can be found in the [Quick Start Guide](https://planet-sdk-for-python-v2.readthedocs.io/en/latest/get-started/quick-start-guide/) of the documentation.
107
+
Detailed installation instructions for the Planet SDK can be found in the [Quick Start Guide](https://planet-sdk-for-python.readthedocs.io/en/latest/get-started/quick-start-guide/) of the documentation.
108
108
109
109
## Contributing and Development
110
110
111
111
To contribute or develop with this library, see [CONTRIBUTING.md](CONTRIBUTING.md).
112
112
113
113
## Documentation
114
114
115
-
Documentation is currently [hosted online](https://planet-sdk-for-python-v2.readthedocs.io/en/latest/)
115
+
Documentation is currently [hosted online](https://planet-sdk-for-python.readthedocs.io/en/latest/)
116
116
It should be considered 'in progress', with many updates to come. It can also
117
117
be built and hosted locally (see [CONTRIBUTING.md](CONTRIBUTING.md)) or can be
118
118
read from source in the [docs](/docs) directory.
119
119
120
120
## Authentication
121
121
122
-
Planet's APIs require an account for use. To get started you need to
123
-
[Get a Planet Account](https://planet-sdk-for-python-v2.readthedocs.io/en/latest/get-started/get-your-planet-account/).
122
+
Planet's APIs require an account for use. To learn how to authenticate, see the [client authentication overview](https://planet-sdk-for-python.readthedocs.io/en/latest/auth/auth-overview/)
Copy file name to clipboardExpand all lines: RELEASE.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ The SDK follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and t
54
54
*_`version`_: [https://planet-sdk-for-python-v2.readthedocs.io/en/X.YY.ZZ/](https://planet-sdk-for-python-v2.readthedocs.io/en/X.YY.ZZ/) - Should point to version `X.YY.ZZ`.
55
55
* Pre-release versions should _not_ impact the default version of the documentation. Pre-release version may be published as the `latest` version.
56
56
57
-
58
57
## Local publishing
59
58
60
59
Publishing to testpypi and pypi can also be performed locally with:
0 commit comments