Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 5.69 KB

File metadata and controls

34 lines (30 loc) · 5.69 KB

Third-Party Licenses

This file lists third-party Python package licenses for Phasmid.

Generated with:

pip-licenses --from=mixed --format=markdown --with-urls --with-description --output-file=THIRD_PARTY_LICENSES.md
Name Version License URL Description
Jinja2 3.1.6 BSD License https://github.com/pallets/jinja/ A very fast and expressive template engine.
MarkupSafe 3.0.3 BSD-3-Clause https://github.com/pallets/markupsafe/ Safely add untrusted strings to HTML/XML markup.
annotated-doc 0.0.4 MIT https://github.com/fastapi/annotated-doc Document parameters, class attributes, return types, and variables inline, with Annotated.
annotated-types 0.7.0 MIT License https://github.com/annotated-types/annotated-types Reusable constraint types to use with typing.Annotated
anyio 4.13.0 MIT https://anyio.readthedocs.io/en/stable/versionhistory.html High-level concurrency and networking framework on top of asyncio or Trio
cffi 2.0.0 MIT https://cffi.readthedocs.io/en/latest/whatsnew.html Foreign Function Interface for Python calling C code.
click 8.3.3 BSD-3-Clause https://github.com/pallets/click/ Composable command line interface toolkit
cryptography 46.0.4 Apache-2.0 OR BSD-3-Clause https://github.com/pyca/cryptography cryptography is a package which provides cryptographic recipes and primitives to Python developers.
exceptiongroup 1.3.1 MIT License https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst Backport of PEP 654 (exception groups)
fastapi 0.136.1 MIT https://github.com/fastapi/fastapi FastAPI framework, high performance, easy to learn, fast to code, ready for production
h11 0.16.0 MIT License https://github.com/python-hyper/h11 A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
idna 3.13 BSD-3-Clause https://github.com/kjd/idna Internationalized Domain Names in Applications (IDNA)
numpy 2.2.6 BSD License https://numpy.org Fundamental package for array computing in Python
opencv-python 4.13.0.92 Apache Software License https://github.com/opencv/opencv-python Wrapper package for OpenCV python bindings.
pycparser 3.0 BSD-3-Clause https://github.com/eliben/pycparser C parser in Python
pydantic 2.13.3 MIT https://github.com/pydantic/pydantic Data validation using Python type hints
pydantic_core 2.46.3 MIT https://github.com/pydantic Core functionality for Pydantic validation and serialization
python-multipart 0.0.27 Apache-2.0 https://github.com/Kludex/python-multipart A streaming multipart parser for Python
starlette 1.0.0 BSD-3-Clause https://github.com/Kludex/starlette The little ASGI library that shines.
typing-inspection 0.4.2 MIT https://github.com/pydantic/typing-inspection Runtime typing introspection tools
typing_extensions 4.15.0 PSF-2.0 https://github.com/python/typing_extensions Backported and Experimental Type Hints for Python 3.9+
uvicorn 0.46.0 BSD-3-Clause https://uvicorn.dev/ The lightning-fast ASGI server.