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
| 3.x |`development`|[`main-3.0-dev`](https://github.com/planetlabs/planet-client-python/tree/main-3.0-dev)|[Planet Labs Python Client on ReadTheDocs.io](https://planet-sdk-for-python.readthedocs.io/en/latest/)|Targeting August 2025| TBD | TBD | See [3.0.0 Release Milestone](https://github.com/planetlabs/planet-client-python/milestone/31). |
87
+
| 2.x |`active`|[`main`](https://github.com/planetlabs/planet-client-python/tree/main)|[Planet Labs Python Client v2 on ReadTheDocs.io](https://planet-sdk-for-python-v2.readthedocs.io/en/latest/)| April 2023 | TBD | TBD ||
88
+
| 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 ||
89
89
90
90
## Installation and Quick Start
91
91
@@ -103,20 +103,20 @@ pip install .
103
103
104
104
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.
105
105
106
-
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.
106
+
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.
107
107
108
108
## Contributing and Development
109
109
110
110
To contribute or develop with this library, see [CONTRIBUTING.md](CONTRIBUTING.md).
111
111
112
112
## Documentation
113
113
114
-
Documentation is currently [hosted online](https://planet-sdk-for-python-v2.readthedocs.io/en/latest/)
114
+
Documentation is currently [hosted online](https://planet-sdk-for-python.readthedocs.io/en/latest/)
115
115
It should be considered 'in progress', with many updates to come. It can also
116
116
be built and hosted locally (see [CONTRIBUTING.md](CONTRIBUTING.md)) or can be
117
117
read from source in the [docs](/docs) directory.
118
118
119
119
## Authentication
120
120
121
121
Planet's APIs require an account for use. To get started you need to
122
-
[Get a Planet Account](https://planet-sdk-for-python-v2.readthedocs.io/en/latest/get-started/get-your-planet-account/).
122
+
[Get a Planet Account](https://planet-sdk-for-python.readthedocs.io/en/latest/get-started/get-your-planet-account/).
Copy file name to clipboardExpand all lines: docs/resources/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,4 +43,4 @@ To contribute or develop with this library, see
43
43
44
44
## Version 1 of this SDK
45
45
46
-
[Version 1 of this SDK](https://github.com/planetlabs/planet-client-python/tree/1.5.2) is significantly different (see the [documentation](https://planet-sdk-for-python.readthedocs.io/en/latest/)). Version 2 is not backward compatible. Make sure to create a separate virtual environment if you need to work with both versions. For more information on how to do this, see the [Virtual Environments and the Planet SDK for Python](https://planet-sdk-for-python-v2.readthedocs.io/en/latest/get-started/venv-tutorial/).
46
+
[Version 1 of this SDK](https://github.com/planetlabs/planet-client-python/tree/1.5.2) is significantly different (see the [documentation](https://planet-sdk-for-python.readthedocs.io/en/latest/)). Version 2 was not backward compatible. Make sure to create a separate virtual environment if you need to work with both versions. For more information on how to do this, see the [Virtual Environments and the Planet SDK for Python](https://planet-sdk-for-python.readthedocs.io/en/latest/get-started/venv-tutorial/).
0 commit comments