Metadata-Version: 2.1
Name: descarteslabs
Version: 3.1.0
Summary: Descartes Labs Python Client
Home-page: https://github.com/descarteslabs/descarteslabs-python
Author: Descartes Labs
Author-email: hello@descarteslabs.com
License: Apache 2.0
Download-URL: https://github.com/descarteslabs/descarteslabs-python/archive/v3.1.0.tar.gz
Platform: UNKNOWN
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
Requires-Python: ~=3.9
License-File: LICENSE
Requires-Dist: Pillow (>=9.2.0)
Requires-Dist: affine (>=2.2.2)
Requires-Dist: blosc (>=1.10.6)
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: lazy-object-proxy (>=1.7.1)
Requires-Dist: mercantile (>=1.1.3)
Requires-Dist: pyarrow (>=14.0.1)
Requires-Dist: pydantic (>=2.1.0)
Requires-Dist: pytz (>=2021.1)
Requires-Dist: requests (<3,>=2.31.0)
Requires-Dist: setuptools (>=65.6.3)
Requires-Dist: shapely (>=2.0.0)
Requires-Dist: strenum (>=0.4.8)
Requires-Dist: tqdm (>=4.32.1)
Requires-Dist: urllib3 (!=2.0.0,!=2.0.1,!=2.0.2,!=2.0.3,!=2.0.4,>=1.26.18)
Requires-Dist: imagecodecs (<=2023.3.16,>=2021.6.8) ; python_version == "3.8"
Requires-Dist: tifffile (==2023.4.12) ; python_version == "3.8"
Requires-Dist: numpy (>=1.23.2) ; python_version >= "3.11"
Requires-Dist: numpy (>=1.22.0) ; python_version >= "3.8" and python_version < "3.11"
Requires-Dist: imagecodecs (>=2023.3.16) ; python_version >= "3.9"
Requires-Dist: tifffile (>=2023.9.26) ; python_version >= "3.9"
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

