Credits

Dependencies

Generated with pipdeptree

        flowchart TD
    classDef missing stroke-dasharray: 5
    attrs["attrs\n25.3.0"]
    boto3-stubs["boto3-stubs\n1.33.13"]
    boto3["boto3\n1.33.13"]
    botocore-stubs["botocore-stubs\n1.38.30"]
    botocore["botocore\n1.33.13"]
    certifi["certifi\n2025.6.15"]
    cython["Cython\n0.29.37"]
    deprecated["Deprecated\n1.2.18"]
    gpf-entrepot-toolbelt["gpf-entrepot-toolbelt\n1.15.5"]
    jmespath["jmespath\n1.0.1"]
    jsonschema-specifications["jsonschema-specifications\n2025.4.1"]
    jsonschema["jsonschema\n4.24.0"]
    mypy-boto3-s3["mypy-boto3-s3\n1.33.2"]
    numpy["numpy\n2.3.1"]
    packaging["packaging\n25.0"]
    pdal["pdal\n3.4.5"]
    psycopg["psycopg\n3.1.20"]
    pyproj["pyproj\n3.7.1"]
    python-dateutil["python-dateutil\n2.9.0.post0"]
    referencing["referencing\n0.36.2"]
    rpds-py["rpds-py\n0.25.1"]
    s3transfer["s3transfer\n0.8.2"]
    shapely["shapely\n2.0.7"]
    six["six\n1.17.0"]
    types-awscrt["types-awscrt\n0.27.2"]
    types-s3transfer["types-s3transfer\n0.13.0"]
    typing-extensions["typing_extensions\n4.14.0"]
    urllib3["urllib3\n2.0.7"]
    wrapt["wrapt\n1.17.2"]
    boto3 -- ">=0.7.1,<2.0.0" --> jmespath
    boto3 -- ">=0.8.2,<0.9.0" --> s3transfer
    boto3 -- ">=1.33.13,<1.34.0" --> botocore
    boto3-stubs -- ">=4.1.0" --> typing-extensions
    boto3-stubs -- "any" --> botocore-stubs
    boto3-stubs -- "any" --> types-s3transfer
    botocore -- ">=0.7.1,<2.0.0" --> jmespath
    botocore -- ">=1.25.4,<2.1" --> urllib3
    botocore -- ">=2.1,<3.0.0" --> python-dateutil
    botocore-stubs -- "any" --> types-awscrt
    deprecated -- ">=1.10,<2" --> wrapt
    gpf-entrepot-toolbelt -- "<3.0.0" --> cython
    gpf-entrepot-toolbelt -- "==3.7.1" --> pyproj
    gpf-entrepot-toolbelt -- ">=1.2.14" --> deprecated
    gpf-entrepot-toolbelt -- ">=1.28,<1.34" --> boto3
    gpf-entrepot-toolbelt -- ">=1.28,<1.34" --> boto3-stubs
    gpf-entrepot-toolbelt -- ">=2.0.2,<2.1" --> shapely
    gpf-entrepot-toolbelt -- ">=3.1,<3.2" --> psycopg
    jsonschema -- ">=0.28.4" --> referencing
    jsonschema -- ">=0.7.1" --> rpds-py
    jsonschema -- ">=2023.03.6" --> jsonschema-specifications
    jsonschema -- ">=22.2.0" --> attrs
    jsonschema-specifications -- ">=0.31.0" --> referencing
    mypy-boto3-s3 -- ">=4.1.0" --> typing-extensions
    pdal -- ">=1.22" --> numpy
    psycopg -- ">=4.1" --> typing-extensions
    pyproj -- "any" --> certifi
    python-dateutil -- ">=1.5" --> six
    referencing -- ">=0.7.0" --> rpds-py
    referencing -- ">=22.2.0" --> attrs
    referencing -- ">=4.4.0" --> typing-extensions
    s3transfer -- ">=1.33.2,<2.0a.0" --> botocore
    shapely -- ">=1.14,<3" --> numpy

    

Licenses

Generated with pip-licenses

Name

Version

License

Author

URL

Description

Cython

0.29.37

Apache Software License

Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.

http://cython.org/

The Cython compiler for writing C extensions for the Python language.

Deprecated

1.2.18

MIT License

Laurent LAPORTE

https://github.com/laurent-laporte-pro/deprecated

Python @deprecated decorator to deprecate old python classes, functions or methods.

attrs

25.3.0

UNKNOWN

Hynek Schlawack hs@ox.cx

https://www.attrs.org/en/stable/changelog.html

Classes Without Boilerplate

boto3

1.33.13

Apache Software License

Amazon Web Services

https://github.com/boto/boto3

The AWS SDK for Python

boto3-stubs

1.33.13

MIT License

Vlad Emelianov

https://github.com/youtype/mypy_boto3_builder

Type annotations for boto3 1.33.13 generated with mypy-boto3-builder 7.21.0

botocore

1.33.13

Apache Software License

Amazon Web Services

https://github.com/boto/botocore

Low-level, data-driven core of boto 3.

botocore-stubs

1.38.30

MIT License

Vlad Emelianov vlad.emelianov.nz@gmail.com

https://github.com/youtype/botocore-stubs

Type annotations and code completion for botocore

certifi

2025.6.15

Mozilla Public License 2.0 (MPL 2.0)

Kenneth Reitz

https://github.com/certifi/python-certifi

Python package for providing Mozilla’s CA Bundle.

gpf-entrepot-toolbelt

1.15.5

MIT License

Oslandia

https://gitlab.gpf-tech.ign.fr/geoplateforme/gpf-entrepot-toolbelt-py

Trousse à outils mutualisée pour interagir avec l’Entrepôt, son API, son orchestrateur, etc…

jmespath

1.0.1

MIT License

James Saryerwinnie

https://github.com/jmespath/jmespath.py

JSON Matching Expressions

jsonschema

4.24.0

UNKNOWN

Julian Berman Julian+jsonschema@GrayVines.com

https://github.com/python-jsonschema/jsonschema

An implementation of JSON Schema validation for Python

jsonschema-specifications

2025.4.1

UNKNOWN

Julian Berman Julian+jsonschema-specifications@GrayVines.com

https://github.com/python-jsonschema/jsonschema-specifications

The JSON Schema meta-schemas and vocabularies, exposed as a Registry

mypy-boto3-s3

1.33.2

MIT License

Vlad Emelianov

https://github.com/youtype/mypy_boto3_builder

Type annotations for boto3.S3 1.33.2 service generated with mypy-boto3-builder 7.20.3

numpy

2.3.1

BSD License

Travis E. Oliphant et al.

https://numpy.org

Fundamental package for array computing in Python

pdal

3.4.5

BSD License

Howard Butler

https://pdal.io

Point cloud data processing

psycopg

3.1.20

GNU Lesser General Public License v3 (LGPLv3)

Daniele Varrazzo

https://psycopg.org/psycopg3/

PostgreSQL database adapter for Python

pyproj

3.7.1

MIT License

Jeff Whitaker jeffrey.s.whitaker@noaa.gov

https://github.com/pyproj4/pyproj

Python interface to PROJ (cartographic projections and coordinate transformations library)

python-dateutil

2.9.0.post0

Apache Software License; BSD License

Gustavo Niemeyer

https://github.com/dateutil/dateutil

Extensions to the standard Python datetime module

referencing

0.36.2

UNKNOWN

Julian Berman Julian+referencing@GrayVines.com

https://github.com/python-jsonschema/referencing

JSON Referencing + Python

rpds-py

0.25.1

MIT

Julian Berman Julian+rpds@GrayVines.com

https://github.com/crate-py/rpds

Python bindings to Rust’s persistent data structures (rpds)

s3transfer

0.8.2

Apache Software License

Amazon Web Services

https://github.com/boto/s3transfer

An Amazon S3 Transfer Manager

shapely

2.0.7

BSD License

Sean Gillies

https://github.com/shapely/shapely

Manipulation and analysis of geometric objects

six

1.17.0

MIT License

Benjamin Peterson

https://github.com/benjaminp/six

Python 2 and 3 compatibility utilities

types-awscrt

0.27.2

MIT License

Vlad Emelianov vlad.emelianov.nz@gmail.com

https://github.com/youtype/types-awscrt

Type annotations and code completion for awscrt

types-s3transfer

0.13.0

MIT License

Vlad Emelianov vlad.emelianov.nz@gmail.com

https://github.com/youtype/types-s3transfer

Type annotations and code completion for s3transfer

typing_extensions

4.14.0

UNKNOWN

“Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee” levkivskyi@gmail.com

https://github.com/python/typing_extensions

Backported and Experimental Type Hints for Python 3.9+

urllib3

2.0.7

MIT License

Andrey Petrov andrey.petrov@shazow.net

https://github.com/urllib3/urllib3/blob/main/CHANGES.rst

HTTP library with thread-safe connection pooling, file post, and more.

wrapt

1.17.2

BSD License

Graham Dumpleton

https://github.com/GrahamDumpleton/wrapt

Module for decorators, wrappers and monkey patching.