breez-sdk-spark 0.7.5__cp314-cp314-manylinux_2_31_x86_64.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.
- breez_sdk_spark/__init__.py +2 -0
- breez_sdk_spark/breez_sdk_spark.py +23988 -0
- breez_sdk_spark/breez_sdk_spark_bindings.py +885 -0
- breez_sdk_spark/libbreez_sdk_spark_bindings.so +0 -0
- breez_sdk_spark-0.7.5.dist-info/METADATA +23 -0
- breez_sdk_spark-0.7.5.dist-info/RECORD +8 -0
- breez_sdk_spark-0.7.5.dist-info/WHEEL +5 -0
- breez_sdk_spark-0.7.5.dist-info/top_level.txt +1 -0
|
Binary file
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: breez_sdk_spark
|
|
3
|
+
Version: 0.7.5
|
|
4
|
+
Summary: Python language bindings for the Breez Spark SDK
|
|
5
|
+
Home-page: https://github.com/breez/spark-sdk
|
|
6
|
+
Author: Breez <contact@breez.technology>
|
|
7
|
+
License: MIT
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
Dynamic: author
|
|
10
|
+
Dynamic: description
|
|
11
|
+
Dynamic: description-content-type
|
|
12
|
+
Dynamic: home-page
|
|
13
|
+
Dynamic: license
|
|
14
|
+
Dynamic: summary
|
|
15
|
+
|
|
16
|
+
# Breez Spark SDK
|
|
17
|
+
Python language bindings for the [Breez Spark SDK](https://github.com/breez/spark-sdk).
|
|
18
|
+
|
|
19
|
+
## Installing
|
|
20
|
+
|
|
21
|
+
```shell
|
|
22
|
+
pip install breez_sdk_spark
|
|
23
|
+
```
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
breez_sdk_spark/__init__.py,sha256=c4JmZymRCIRo-zWJlIMSX54Xy4m8H2hvqKu9V5__gBw,101
|
|
2
|
+
breez_sdk_spark/breez_sdk_spark.py,sha256=QmPuwkgVdLU7W541E7wdcWw079q06LjUrRb1sBkXK2E,876748
|
|
3
|
+
breez_sdk_spark/breez_sdk_spark_bindings.py,sha256=ysAJqyrIhXUjJIBj856CADqim5MR38CgNEIdG1Fj4qg,32901
|
|
4
|
+
breez_sdk_spark/libbreez_sdk_spark_bindings.so,sha256=VzOEedxK-Z-4NiO1l6JfEjAYcuHbJVMWcz19EFwra90,29872416
|
|
5
|
+
breez_sdk_spark-0.7.5.dist-info/METADATA,sha256=7BjZsZoQY6OEm6K6edZlujdk2vPqR7RL9KLUsi88sP0,545
|
|
6
|
+
breez_sdk_spark-0.7.5.dist-info/WHEEL,sha256=fuarhQ7wg4E43hI4aBUGZjQ7o3C5yn6whMIhldmvhxs,113
|
|
7
|
+
breez_sdk_spark-0.7.5.dist-info/top_level.txt,sha256=EWjZB7jCSH5bjyOrFhpRFW4Jfo8ykKdxJ7tqAOytwDU,16
|
|
8
|
+
breez_sdk_spark-0.7.5.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
breez_sdk_spark
|