File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
- ## Project Matter Python Device Controller Wheels
1
+ ## Matter Python Device Controller Wheels
2
+
3
+ This repository provides the building infrastructure to build Python wheels of
4
+ the Matter device controller. It uses the [ official project Matter SDK] ( https://github.com/project-chip/connectedhomeip/ )
5
+ and builds the Python bindings available at ` src/controller/python/ ` . The
6
+ bindings use the official Matter implementation wriitten in C++ as a native
7
+ library using ctypes bindings. The ` chip-core ` wheel contains this native
8
+ library. Hence the ` chip-core ` wheel is a platform specific wheel.
9
+
10
+ Binary wheels of (tagged) releases and pre-releases for Linux x86-64 and
11
+ aarch64/arm64 as well as macOS aarch64/arm64 are available from our Home
12
+ Assistant CHIP repositories at:
13
+
14
+ - [ home-assistant-chip-repl] ( https://test.pypi.org/project/home-assistant-chip-repl/ )
15
+ - [ home-assistant-chip-core] ( https://test.pypi.org/project/home-assistant-chip-core/ ) (contains the native dependency)
16
+ - [ home-assistant-chip-clusters] ( https://test.pypi.org/project/home-assistant-chip-clusters/ )
2
17
3
- This repository provides the building infrastructure to build Python wheels for
4
- the Linux platform. It uses the [ official project Matter SDK] ( https://github.com/project-chip/connectedhomeip/ )
5
- to build the wheels.
You can’t perform that action at this time.
0 commit comments