Metadata-Version: 2.3
Name: up42-py
Version: 2.4.0
Summary: Python SDK for UP42, the geospatial marketplace and developer platform.
License: https://github.com/up42/up42-py/blob/master/LICENSE
Author: UP42 GmbH
Author-email: support@up42.com
Requires-Python: >=3.9,<4
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: geojson (==3.1.0)
Requires-Dist: geopandas (<2)
Requires-Dist: pyproj (>=3.6.1,<4.0.0)
Requires-Dist: pystac-client (>=0.7.2,<0.8.0)
Requires-Dist: requests (>=2.32.4,<3.0.0)
Requires-Dist: tenacity (==8.4.1)
Requires-Dist: tqdm (>=4.66.0,<5.0.0)
Description-Content-Type: text/markdown

<p align="center">
    <strong>Python SDK for UP42</strong>
    <br/>
    UP42 transforms how organizations order, access, and analyze EO data.
</p>

![](docs/assets/github-banner-3.jpg)

<p align="center">
    <a href="https://pypi.org/project/up42-py/" title="up42-py on pypi"><img src="https://img.shields.io/pypi/v/up42-py?color=brightgreen"></a>
    <img src="https://sonarcloud.io/api/project_badges/measure?project=up42_up42-py&metric=coverage">
</p>


## Installation

```bash
pip install up42-py
```
```bash
conda install -c conda-forge up42-py
```

## Documentation

- [Reference](https://docs.up42.com/sdk/reference)
- [Release notes](https://docs.up42.com/sdk/release-notes)
- [Authentication](https://docs.up42.com/sdk/authentication)
- [Quick start](https://docs.up42.com/sdk/quick-start)

## Support

For issues or suggestions, [contact support](https://up42.com/company/contact-support).

