Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
shiboken example
Example creating a Python binding for Qt6 & C++ with shiboken. Based on the shiboken examples.
Usage
Add the bindings to another project using uv:
$ uv add borco-shiboken-example
$ uv sync
...
+ borco-shiboken-example==0.0.4
+ shiboken6==6.8.1
...
Test the bindings were added and are usable (after activating the virtual environment created by uv sync):
$ python
>>> import borco_shiboken_example as x
>>> dog = x.Dog()
>>> dog.name = "Max"
>>> dog.bark()
Max: woof!
>>>
Release files for borco-shiboken-example 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| borco_shiboken_example-0.0.7.tar.gz | 26.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| borco_shiboken_example-0.0.7-cp312-cp312-win_amd64.whl | CPython 3.12 | CPython 3.12 | Windows x86-64 | Details |
Total release size: 63.4 kB
Release files / borco_shiboken_example-0.0.7.tar.gz
| Download URL | borco_shiboken_example-0.0.7.tar.gz |
|---|---|
| Size | 26.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
74d1b75195a67774b25812b3f6be171cd221d84c770e5439e8d24d0a0a57a2ae
|
|
BLAKE2b-256 checksum How to use checksums |
a074d4f6f305171a1a2a036e37bad51998b2be13bb9a1c0b2acde88c1c025d00
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.5.11
|
Release files / borco_shiboken_example-0.0.7-cp312-cp312-win_amd64.whl
| Download URL | borco_shiboken_example-0.0.7-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 36.8 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
3f72bb5025a201383f05bf46fabfbdcdc6f29bfdd4d7fbf0fd51406c9356fc85
|
|
BLAKE2b-256 checksum How to use checksums |
170c25ffe55db1a745f175f436216260f4a34e50dabac82cc38ef2336c5300d6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.5.11
|