Metadata-Version: 2.1
Name: descarteslabs
Version: 2.0.3
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/v2.0.3.tar.gz
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: ~=3.7
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: imagecodecs (>=2021.5.20)
Requires-Dist: lazy-object-proxy (>=1.7.1)
Requires-Dist: mercantile (>=1.1.3)
Requires-Dist: pytz (>=2021.1)
Requires-Dist: requests (<3,>=2.28.1)
Requires-Dist: setuptools (>=65.6.3)
Requires-Dist: shapely (>=1.8.1)
Requires-Dist: strenum (>=0.4.8)
Requires-Dist: tifffile (==2021.4.8)
Requires-Dist: tqdm (>=4.32.1)
Requires-Dist: urllib3 (<2,>=1.26.12)
Requires-Dist: numpy (<1.23.0,>=1.21.6) ; python_version < "3.8"
Requires-Dist: numpy (>=1.23.2) ; python_version >= "3.11"
Requires-Dist: numpy (>=1.21.6) ; python_version >= "3.8" and python_version < "3.11"
Provides-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: 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

