quantwave 0.1.14__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- quantwave/__init__.py +4 -0
- quantwave/quantwave_python/__init__.py +1 -0
- quantwave/quantwave_python/quantwave_python.dll +0 -0
- quantwave/quantwave_python/quantwave_python.py +4038 -0
- quantwave-0.1.14.dist-info/METADATA +124 -0
- quantwave-0.1.14.dist-info/RECORD +9 -0
- quantwave-0.1.14.dist-info/WHEEL +4 -0
- quantwave-0.1.14.dist-info/licenses/LICENSE +21 -0
- quantwave-0.1.14.dist-info/sboms/quantwave-python.cyclonedx.json +4317 -0
quantwave/__init__.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
from .quantwave_python import * # NOQA
|
|
2
|
+
# The UniFFI generated file name depends on the crate name or setup_scaffolding! name
|
|
3
|
+
# Usually it matches the module name if configured correctly.
|
|
4
|
+
# For now, let's keep it minimal and let maturin/uniffi do their thing if possible.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .quantwave_python import * # NOQA
|
|
Binary file
|