Metadata-Version: 2.1
Name: descarteslabs
Version: 4.0.0
Summary: Descartes Labs Python Client
Home-page: https://github.com/descarteslabs/descarteslabs-python
Download-URL: https://github.com/descarteslabs/descarteslabs-python/archive/v4.0.0.tar.gz
Author: Descartes Labs
Author-email: hello@descarteslabs.com
License: Apache 2.0
Classifier: Programming Language :: Python
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
Requires-Python: ~=3.9
License-File: LICENSE
Requires-Dist: Pillow >=9.2.0
Requires-Dist: affine >=2.2.2
Requires-Dist: blosc >=1.11.2
Requires-Dist: cachetools >=3.1.1
Requires-Dist: dill >=0.3.6
Requires-Dist: dynaconf >=3.1.11
Requires-Dist: geojson >=2.5.0
Requires-Dist: geopandas >=0.13.2
Requires-Dist: imagecodecs >=2023.3.16
Requires-Dist: lazy-object-proxy >=1.7.1
Requires-Dist: mercantile >=1.1.3
Requires-Dist: pyarrow >=14.0.1
Requires-Dist: pydantic >=2.4.0
Requires-Dist: requests <3,>=2.32.3
Requires-Dist: setuptools >=70.0.0
Requires-Dist: shapely >=2.0.0
Requires-Dist: strenum >=0.4.8
Requires-Dist: tifffile >=2023.9.26
Requires-Dist: tqdm >=4.66.3
Requires-Dist: urllib3 !=2.0.0,!=2.0.1,!=2.0.2,!=2.0.3,!=2.0.4,>=1.26.19
Requires-Dist: numpy >=1.23.2 ; python_version >= "3.11"
Requires-Dist: numpy >=1.22.0 ; python_version >= "3.9" and python_version < "3.11"
Provides-Extra: complete
Requires-Dist: ipyleaflet >=0.17.2 ; extra == 'complete'
Requires-Dist: matplotlib >=3.1.2 ; extra == 'complete'
Provides-Extra: tests
Requires-Dist: freezegun ==0.3.12 ; extra == 'tests'
Requires-Dist: pytest ==6.0.0 ; extra == 'tests'
Requires-Dist: responses ==0.12.1 ; extra == 'tests'
Provides-Extra: visualization
Requires-Dist: ipyleaflet >=0.17.2 ; extra == 'visualization'
Requires-Dist: matplotlib >=3.1.2 ; extra == 'visualization'

.. code-block:: bash

    pip install descarteslabs[complete]

Documentation is available at https://docs.descarteslabs.com.

Source code and version information is at
https://github.com/descarteslabs/descarteslabs-python.

The Descartes Labs Platform simplifies analysis of **global-scale raster data**
by providing:

    * Access to a catalog of petabytes of disparate geospatial data,
      all normalized and interoperable through one **common interface**
    * A Python client library to access these systems
