-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathNOTICE
More file actions
45 lines (26 loc) · 1.72 KB
/
NOTICE
File metadata and controls
45 lines (26 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Copyright (2025) Databricks, Inc.
This Software includes software developed at Databricks (https://www.databricks.com/) and its use is subject to the included LICENSE file.
---
This Software includes the following open source components:
## Python Dependencies
### Apache License 2.0
- **requests**: Copyright 2019 Kenneth Reitz (https://github.com/psf/requests)
### BSD 3-Clause License
- **protobuf**: Copyright 2008 Google Inc. (https://github.com/protocolbuffers/protobuf)
### Optional: Arrow support (Apache License 2.0)
- **pyarrow**: Copyright 2016 The Apache Software Foundation (https://github.com/apache/arrow)
## Rust Dependencies (via PyO3/Maturin)
This SDK wraps a native Rust core. The compiled extension module includes:
### MIT License
- **tokio**: Copyright (c) 2019 Tokio Contributors (https://github.com/tokio-rs/tokio)
- **tonic**: Copyright (c) 2019 Lucio Franco (https://github.com/hyperium/tonic)
- **async-trait**: Copyright (c) 2019 David Tolnay (https://github.com/dtolnay/async-trait)
### Apache License 2.0
- **prost**: Copyright (c) 2017 Dan Burkert (https://github.com/tokio-rs/prost)
- **prost-types**: Copyright (c) 2017 Dan Burkert (https://github.com/tokio-rs/prost)
- **arrow-ipc**: Copyright (c) 2020 Apache Arrow contributors (https://github.com/apache/arrow-rs)
- **arrow-schema**: Copyright (c) 2020 Apache Arrow contributors (https://github.com/apache/arrow-rs)
- **arrow-array**: Copyright (c) 2020 Apache Arrow contributors (https://github.com/apache/arrow-rs)
### Python Binding
- **PyO3**: Copyright (c) 2017 PyO3 Project and Contributors (https://github.com/PyO3/pyo3) — Apache License 2.0 / MIT
For a complete list of dependencies and their licenses, see `pyproject.toml` and `rust/Cargo.toml`.