Initial release (see README.md for more information)

This commit is contained in:
2026-03-08 00:47:07 +01:00
parent 4888238e66
commit 3d5fa332dc
61 changed files with 7126 additions and 223 deletions
+297
View File
@@ -0,0 +1,297 @@
Third-Party Notices
===================
This software uses the following third-party libraries. Full license texts are available in the 'licenses/' directory.
1. absl-py 2.3.1
Author: The Abseil Authors
License: Apache License 2.0
See licenses/absl-py.txt for full license text.
2. annotated-types 0.7.0
Author: Ivan Levkivskyi
License: MIT License
See licenses/annotated-types.txt for full license text.
3. anyio 4.8.0
Author: Alex Grönholm
License: MIT License
See licenses/anyio.txt for full license text.
4. astunparse 1.6.3
Author: Simon Percivall
License: BSD 3-Clause License
URL: https://github.com/simonpercivall/astunparse
See licenses/astunparse.txt for full license text.
5. certifi 2025.1.31
Author: Kenneth Reitz
License: Mozilla Public License 2.0
URL: https://github.com/certifi/python-certifi
See licenses/certifi.txt for full license text.
6. chardet 5.2.0
Author: Dan Blanchard
License: MIT License
URL: https://github.com/chardet/chardet
See licenses/chardet.txt for full license text.
7. click 8.1.8
Author: Pallets
License: BSD 3-Clause License
See licenses/click.txt for full license text.
8. fastapi 0.115.11
Author: Sebastián Ramírez
License: MIT License
URL: https://fastapi.tiangolo.com
See licenses/fastapi.txt for full license text.
9. flatbuffers 25.12.19
Author: Derek Bailey
License: Apache License 2.0
URL: https://google.github.io/flatbuffers/
See licenses/flatbuffers.txt for full license text.
10. gast 0.7.0
Author: Serge Guelton
License: BSD 3-Clause License
URL: https://github.com/serge-sans-paille/gast/
See licenses/gast.txt for full license text.
11. google-pasta 0.2.0
Author: Nick Smith
License: Apache License 2.0
URL: https://github.com/google/pasta
See licenses/google-pasta.txt for full license text.
12. grpcio 1.76.0
Author: The gRPC Authors
License: Apache License 2.0
URL: https://grpc.io
See licenses/grpcio.txt for full license text.
13. h11 0.14.0
Author: Nathaniel J. Smith
License: MIT License
URL: https://github.com/python-hyper/h11
See licenses/h11.txt for full license text.
14. h5py 3.15.1
Author: Andrew Collette
License: BSD 3-Clause License
See licenses/h5py.txt for full license text.
15. idna 3.10
Author: Kim Davies
License: BSD 3-Clause License
See licenses/idna.txt for full license text.
16. joblib 1.5.3
Author: The joblib developers
License: BSD 3-Clause License
See licenses/joblib.txt for full license text.
17. keras 3.13.0
Author: François Chollet
License: Apache License 2.0
See licenses/keras.txt for full license text.
18. libclang 18.1.1
Author: Tao He
License: Apache License 2.0
URL: https://github.com/sighingnow/libclang
See licenses/libclang.txt for full license text.
19. markdown 3.10
Author: The Python Markdown Project
License: BSD 3-Clause License
See licenses/markdown.txt for full license text.
20. markdown-it-py 3.0.0
Author: Executable Books Contributors
License: MIT License
URL: None
See licenses/markdown-it-py.txt for full license text.
21. markupsafe 2.1.5
Author: Pallets
License: BSD-3-Clause
URL: https://palletsprojects.com/p/markupsafe/
See licenses/markupsafe.txt for full license text.
22. mdurl 0.1.2
Author: Vitaly Puzrin, Alex Kocharin
License: MIT License
See licenses/mdurl.txt for full license text.
23. ml-dtypes 0.5.4
Author: None
License: Apache License 2.0 and Mozilla Public License 2.0
See licenses/ml-dtypes.apache.txt and licenses/ml-dtypes.mpl.txt for full license text.
24. namex 0.1.0
Author: François Chollet
License: Apache License 2.0
See licenses/namex.txt for full license text.
25. numpy 2.4.0
Author: NumPy Developers
License: BSD 3-Clause License
See licenses/numpy.txt for full license text.
26. opt-einsum 3.4.0
Author: Daniel Smith
License: MIT License
See licenses/opt-einsum.txt for full license text.
27. optree 0.18.0
Author: OpTree Contributors
License: Apache License 2.0
See licenses/optree.txt for full license text.
28. packaging 26.0
Author: Donald Stufft
License: Apache License 2.0
See licenses/packaging.txt for full license text.
29. pillow 11.3.0
Author: Fredrik Lundh
License: MIT-CMU License
See licenses/pillow.txt for full license text.
30. protobuf 6.33.2
Author: Google Inc.
License: BSD 3-Clause License
URL: https://developers.google.com/protocol-buffers/
See licenses/protobuf.txt for full license text.
31. pydantic 2.10.6
Author: Pydantic Services Inc.
License: MIT License
See licenses/pydantic.txt for full license text.
32. pydantic-core 2.27.2
Author: Samuel Colvin
License: MIT License
URL: https://github.com/pydantic/pydantic-core
See licenses/pydantic-core.txt for full license text.
33. pygments 2.18.0
Author: Georg Brandl
License: BSD 2-Clause License
See licenses/pygments.txt for full license text.
34. requests 2.32.3
Author: Kenneth Reitz
License: Apache-2.0
URL: https://requests.readthedocs.io
See licenses/requests.txt for full license text.
35. rich 13.9.4
Author: Will McGugan
License: MIT License
URL: https://github.com/Textualize/rich
See licenses/rich.txt for full license text.
36. scikit-learn 1.8.0
Author: The scikit-learn developers
License: BSD 3-Clause License
See licenses/scikit-learn.txt for full license text.
37. scipy 1.17.1
Author: SciPy Developers
License: BSD 3-Clause License
URL: None
See licenses/scipy.txt for full license text.
38. setuptools 78.1.1
Author: Python Packaging Authority
License: MIT License
See licenses/setuptools.txt for full license text.
39. simple-cache 0.1.0
Author: jCloud Services GbR
License: Apache License 2.0
See licenses/simple-cache.txt for full license text.
40. six 1.17.0
Author: Benjamin Peterson
License: MIT License
URL: https://github.com/benjaminp/six
See licenses/six.txt for full license text.
41. sniffio 1.3.1
Author: Nathaniel J. Smith
License: Apache License 2.0
See licenses/sniffio.txt for full license text.
42. starlette 0.46.1
Author: Encode OSS Ltd
License: BSD 3Clause License
See licenses/starlette.txt for full license text.
43. tensorboard 2.20.0
Author: Google Inc.
License: Apache 2.0
URL: https://github.com/tensorflow/tensorboard
See licenses/tensorboard.txt for full license text.
44. tensorboard-data-server 0.7.2
Author: Google Inc.
License: Apache License 2.0
URL: https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server
See licenses/tensorboard-data-server.txt for full license text.
45. tensorflow 2.20.0
Author: Google Inc.
License: Apache 2.0
URL: https://www.tensorflow.org/
See licenses/tensorflow.txt for full license text.
46. termcolor 3.3.0
Author: Volvox Development Team
License: MIT License
See licenses/termcolor.txt for full license text.
47. threadpoolctl 3.6.0
Author: Thomas Moreau
License: BSD 3-Clause License
URL: https://github.com/joblib/threadpoolctl
See licenses/threadpoolctl.txt for full license text.
48. typing-extensions 4.13.2
Author: Python Software Foundation
License: PSF License
See licenses/typing-extensions.txt for full license text.
49. urllib3 2.3.0
Author: Andrey Petrov
License: MIT License
See licenses/urllib3.txt for full license text.
50. uvicorn 0.32.0
Author: Encode OSS Ltd
License: BSD 3Clause License
See licenses/uvicorn.txt for full license text.
51. werkzeug 3.1.5
Author: Pallets
License: BSD 3Clause License
See licenses/werkzeug.txt for full license text.
52. wheel 0.46.1
Author: Daniel Holth
License: MIT License
See licenses/wheel.txt for full license text.
53. wrapt 2.0.1
Author: Graham Dumpleton
License: BSD 2-Clause License
URL: https://github.com/GrahamDumpleton/wrapt
See licenses/wrapt.txt for full license text.
55. word-language-detector-ai
Author: Johannes D. Vos
License: MIT License
See licenses/word-language-detector-ai.txt for full license text.