Credits

Dependencies

Generated with pipdeptree

        flowchart TD
    classDef missing stroke-dasharray: 5
    annotated-types["annotated-types\n0.7.0"]
    anyio["anyio\n3.7.1"]
    boto3["boto3\n1.35.99"]
    botocore["botocore\n1.35.99"]
    certifi["certifi\n2025.1.31"]
    charset-normalizer["charset-normalizer\n3.4.1"]
    click_0["click\n8.1.8"]
    exceptiongroup["exceptiongroup\n1.2.2"]
    fastapi["fastapi\n0.103.2"]
    h11["h11\n0.14.0"]
    idna["idna\n3.10"]
    jmespath["jmespath\n1.0.1"]
    lxml["lxml\n4.9.4"]
    mapbox-vector-tile["mapbox-vector-tile\n2.1.0"]
    numpy["numpy\n2.2.4"]
    packaging["packaging\n24.2"]
    pillow["pillow\n11.1.0"]
    prettytable["prettytable\n3.16.0"]
    protobuf["protobuf\n5.29.4"]
    pyclipper["pyclipper\n1.3.0.post6"]
    pydantic-core["pydantic_core\n2.10.1"]
    pydantic-settings["pydantic-settings\n2.0.3"]
    pydantic["pydantic\n2.4.2"]
    python-dateutil["python-dateutil\n2.9.0.post0"]
    python-dotenv["python-dotenv\n1.0.0"]
    requests["requests\n2.32.3"]
    rok4["rok4\n2.1.4"]
    s3transfer["s3transfer\n0.10.4"]
    shapely["shapely\n2.0.7"]
    six["six\n1.17.0"]
    sniffio["sniffio\n1.3.1"]
    sqlitedict["sqlitedict\n2.1.0"]
    starlette["starlette\n0.27.0"]
    tomli["tomli\n2.2.1"]
    typing-extensions["typing_extensions\n4.13.0"]
    urllib3["urllib3\n2.3.0"]
    uvicorn["uvicorn\n0.23.2"]
    wcwidth["wcwidth\n0.2.13"]
    anyio -- ">=1.1" --> sniffio
    anyio -- ">=2.8" --> idna
    anyio -- "any" --> exceptiongroup
    boto3 -- ">=0.10.0,<0.11.0" --> s3transfer
    boto3 -- ">=0.7.1,<2.0.0" --> jmespath
    boto3 -- ">=1.35.99,<1.36.0" --> botocore
    botocore -- ">=0.7.1,<2.0.0" --> jmespath
    botocore -- ">=1.25.4,<3,!=2.2.0" --> urllib3
    botocore -- ">=2.1,<3.0.0" --> python-dateutil
    fastapi -- ">=0.27.0,<0.28.0" --> starlette
    fastapi -- ">=1.7.4,<3.0.0,!=2.1.0,!=2.0.1,!=2.0.0,!=1.8.1,!=1.8" --> pydantic
    fastapi -- ">=3.7.1,<4.0.0" --> anyio
    fastapi -- ">=4.5.0" --> typing-extensions
    mapbox-vector-tile -- ">=1.3.0,<2.0.0" --> pyclipper
    mapbox-vector-tile -- ">=2.0.0,<3.0.0" --> shapely
    mapbox-vector-tile -- ">=5.26.1,<6.0.0" --> protobuf
    prettytable -- "any" --> wcwidth
    pydantic -- "==2.10.1" --> pydantic-core
    pydantic -- ">=0.4.0" --> annotated-types
    pydantic -- ">=4.6.1" --> typing-extensions
    pydantic-core -- ">=4.6.0,!=4.7.0" --> typing-extensions
    pydantic-settings -- ">=0.21.0" --> python-dotenv
    pydantic-settings -- ">=2.0.1" --> pydantic
    python-dateutil -- ">=1.5" --> six
    requests -- ">=1.21.1,<3" --> urllib3
    requests -- ">=2,<4" --> charset-normalizer
    requests -- ">=2.5,<4" --> idna
    requests -- ">=2017.4.17" --> certifi
    rok4 -- ">=1.24.2" --> numpy
    rok4 -- ">=1.26.54" --> boto3
    rok4 -- ">=10.0.1" --> pillow
    rok4 -- ">=2.0.1" --> mapbox-vector-tile
    rok4 -- ">=2.30.0" --> requests
    s3transfer -- ">=1.33.2,<2.0a.0" --> botocore
    shapely -- ">=1.14,<3" --> numpy
    starlette -- ">=3.4.0,<5" --> anyio
    uvicorn -- ">=0.8" --> h11
    uvicorn -- ">=4.0" --> typing-extensions
    uvicorn -- ">=7.0" --> click_0

    

Licenses

Generated with pip-licenses

Name

Version

License

Author

URL

Description

annotated-types

0.7.0

MIT License

Adrian Garcia Badaracco 1755071+adriangb@users.noreply.github.com, Samuel Colvin s@muelcolvin.com, Zac Hatfield-Dodds zac@zhd.dev

https://github.com/annotated-types/annotated-types

Reusable constraint types to use with typing.Annotated

anyio

3.7.1

MIT License

Alex Grönholm alex.gronholm@nextday.fi

https://anyio.readthedocs.io/en/stable/versionhistory.html

High level compatibility layer for multiple asynchronous event loop implementations

boto3

1.35.99

Apache Software License

Amazon Web Services

https://github.com/boto/boto3

The AWS SDK for Python

botocore

1.35.99

Apache Software License

Amazon Web Services

https://github.com/boto/botocore

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

certifi

2025.1.31

Mozilla Public License 2.0 (MPL 2.0)

Kenneth Reitz

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

Python package for providing Mozilla’s CA Bundle.

charset-normalizer

3.4.1

MIT License

“Ahmed R. TAHRI” tahri.ahmed@proton.me

https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md

The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.

click

8.1.8

BSD License

UNKNOWN

https://github.com/pallets/click/

Composable command line interface toolkit

exceptiongroup

1.2.2

MIT License

Alex Grönholm alex.gronholm@nextday.fi

https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst

Backport of PEP 654 (exception groups)

fastapi

0.103.2

MIT License

Sebastián Ramírez tiangolo@gmail.com

https://github.com/tiangolo/fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production

h11

0.14.0

MIT License

Nathaniel J. Smith

https://github.com/python-hyper/h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

idna

3.10

BSD License

Kim Davies kim+pypi@gumleaf.org

https://github.com/kjd/idna

Internationalized Domain Names in Applications (IDNA)

jmespath

1.0.1

MIT License

James Saryerwinnie

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

JSON Matching Expressions

lxml

4.9.4

BSD License

lxml dev team

https://lxml.de/

Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.

mapbox-vector-tile

2.1.0

MIT License

Rob Marianski

https://github.com/tilezen/mapbox-vector-tile

Mapbox Vector Tile encoding and decoding.

numpy

2.2.4

BSD License

Travis E. Oliphant et al.

https://numpy.org

Fundamental package for array computing in Python

packaging

24.2

Apache Software License; BSD License

Donald Stufft donald@stufft.io

https://github.com/pypa/packaging

Core utilities for Python packages

pillow

11.1.0

CMU License (MIT-CMU)

“Jeffrey A. Clark” aclark@aclark.net

https://python-pillow.github.io

Python Imaging Library (Fork)

pipdeptree

2.26.0

UNKNOWN

UNKNOWN

https://github.com/tox-dev/pipdeptree

Command line utility to show dependency tree of packages.

protobuf

5.29.4

3-Clause BSD License

protobuf@googlegroups.com

https://developers.google.com/protocol-buffers/

UNKNOWN

pyclipper

1.3.0.post6

MIT License

Angus Johnson, Maxime Chalton, Lukas Treyer, Gregor Ratajc

https://github.com/greginvm/pyclipper

Cython wrapper for the C++ translation of the Angus Johnson’s Clipper library (ver. 6.4.2)

pydantic

2.4.2

MIT License

Samuel Colvin s@muelcolvin.com, Eric Jolibois em.jolibois@gmail.com, Hasan Ramezani hasan.r67@gmail.com, Adrian Garcia Badaracco 1755071+adriangb@users.noreply.github.com, Terrence Dorsey terry@pydantic.dev, David Montague david@pydantic.dev

https://github.com/pydantic/pydantic

Data validation using Python type hints

pydantic-settings

2.0.3

MIT License

Samuel Colvin s@muelcolvin.com, Eric Jolibois em.jolibois@gmail.com, Hasan Ramezani hasan.r67@gmail.com

https://github.com/pydantic/pydantic-settings

Settings management using Pydantic

pydantic_core

2.10.1

MIT License

Samuel Colvin s@muelcolvin.com

https://github.com/pydantic/pydantic-core

UNKNOWN

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

python-dotenv

1.0.0

BSD License

Saurabh Kumar

https://github.com/theskumar/python-dotenv

Read key-value pairs from a .env file and set them as environment variables

requests

2.32.3

Apache Software License

Kenneth Reitz

https://requests.readthedocs.io

Python HTTP for Humans.

rok4

2.1.4

CeCILL-C Free Software License Agreement (CECILL-C)

Géoportail IGN Developers tout_rdev@ign.fr

https://rok4.github.io/core-python

Python core libraries for ROK4 project

s3transfer

0.10.4

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

sniffio

1.3.1

Apache Software License; MIT License

“Nathaniel J. Smith” njs@pobox.com

https://github.com/python-trio/sniffio

Sniff out which async library your code is running under

sqlitedict

2.1.0

Apache Software License

Radim Rehurek, Victor R. Escobar, Andrey Usov, Prasanna Swaminathan, Jeff Quast

https://github.com/piskvorky/sqlitedict

Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.

starlette

0.27.0

BSD License

Tom Christie tom@tomchristie.com

https://github.com/encode/starlette

The little ASGI library that shines.

typing_extensions

4.13.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.8+

urllib3

2.3.0

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.

uvicorn

0.23.2

BSD License

Tom Christie tom@tomchristie.com

https://www.uvicorn.org/

The lightning-fast ASGI server.