burst-link-protocol 1.0.3__cp310-cp310-macosx_11_0_arm64.whl → 1.0.5__cp310-cp310-macosx_11_0_arm64.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.
- burst_interface_c.cpython-310-darwin.so +0 -0
- {burst_link_protocol-1.0.3.dist-info → burst_link_protocol-1.0.5.dist-info}/METADATA +7 -4
- burst_link_protocol-1.0.5.dist-info/RECORD +7 -0
- burst_link_protocol-1.0.3.dist-info/RECORD +0 -7
- {burst_link_protocol-1.0.3.dist-info → burst_link_protocol-1.0.5.dist-info}/WHEEL +0 -0
- {burst_link_protocol-1.0.3.dist-info → burst_link_protocol-1.0.5.dist-info}/licenses/LICENSE +0 -0
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: burst-link-protocol
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.5
|
4
4
|
Summary: Binary Utility for Reliable Stream Transfer (BURST) is a library for encoding and decoding binary data streams into and from a byte stream.
|
5
5
|
Author-Email: Floris vernieuwe <floris@vernieuwe.eu>
|
6
6
|
License-File: LICENSE
|
@@ -12,6 +12,8 @@ Requires-Dist: crc<8.0.0,>=7.1.0
|
|
12
12
|
Requires-Dist: pytest<9.0.0,>=8.3.4
|
13
13
|
Requires-Dist: pytest-cov<7.0.0,>=6.0.0
|
14
14
|
Requires-Dist: pytest-benchmark<6.0.0,>=5.1.0
|
15
|
+
Requires-Dist: scikit-build-core>=0.10.7
|
16
|
+
Requires-Dist: nanobind>=2.5.0
|
15
17
|
Provides-Extra: dev
|
16
18
|
Requires-Dist: scikit-build-core[pyproject]<0.11.0,>=0.10.7; extra == "dev"
|
17
19
|
Requires-Dist: nanobind<3.0.0,>=2.5.0; extra == "dev"
|
@@ -48,18 +50,19 @@ Note: You need a valid C++ compiler and Python 3.7+ installed on your system.
|
|
48
50
|
|
49
51
|
Basic installation
|
50
52
|
```sh
|
51
|
-
pip install -e .
|
53
|
+
uv pip install --reinstall -e .
|
52
54
|
```
|
53
55
|
|
54
56
|
Fast build
|
55
57
|
```sh
|
56
|
-
pip install --no-build-isolation -ve .
|
58
|
+
uv pip install --reinstall --no-build-isolation -ve .
|
57
59
|
```
|
58
60
|
|
59
61
|
Auto rebuild on run
|
60
62
|
```sh
|
63
|
+
uv pip install --reinstall --no-build-isolation -Ceditable.rebuild=true -ve .
|
61
64
|
pip install --no-build-isolation -Ceditable.rebuild=true -ve .
|
62
|
-
```
|
65
|
+
```
|
63
66
|
|
64
67
|
|
65
68
|
### Python Stub files generation
|
@@ -0,0 +1,7 @@
|
|
1
|
+
burst_interface_c.cpython-310-darwin.so,sha256=Wh8mNFMZTnuzty2sWCaGBn3zHQpgY2c4Z1c6yLcqMww,817688
|
2
|
+
burst_link_protocol-1.0.5.dist-info/RECORD,,
|
3
|
+
burst_link_protocol-1.0.5.dist-info/WHEEL,sha256=QaMxkf5l2NuixoZ6Mj0GN3iuGB-MVJZere9_Te-xhjY,114
|
4
|
+
burst_link_protocol-1.0.5.dist-info/METADATA,sha256=9_-fIKdU8nGot4HR9imtOpZaccCfm953TF6bD1SKABE,2536
|
5
|
+
burst_link_protocol-1.0.5.dist-info/licenses/LICENSE,sha256=x290DRUhub7ZynoErVJsMQSTxiYhsTQdYjtDFzZTOzA,16725
|
6
|
+
burst_link_protocol/__init__.py,sha256=cyEhIzfFlNOtubh_JjZg6bGSGn_sPq8daTi4cYBKnxc,132
|
7
|
+
burst_link_protocol/main.py,sha256=Pu67bwI7Szk1Y_AdrFVRTBCvl0o45uhFJTd8b0KQl_E,1170
|
@@ -1,7 +0,0 @@
|
|
1
|
-
burst_interface_c.cpython-310-darwin.so,sha256=UT01XwqjoALILyCnYsCEHpVGBGboIf7ytTGnt-DmX0U,817496
|
2
|
-
burst_link_protocol-1.0.3.dist-info/RECORD,,
|
3
|
-
burst_link_protocol-1.0.3.dist-info/WHEEL,sha256=QaMxkf5l2NuixoZ6Mj0GN3iuGB-MVJZere9_Te-xhjY,114
|
4
|
-
burst_link_protocol-1.0.3.dist-info/METADATA,sha256=aWTkUPOev_J0Sc_xEo3zFl93u0vgtmZMS1NKh0Mvjq0,2355
|
5
|
-
burst_link_protocol-1.0.3.dist-info/licenses/LICENSE,sha256=x290DRUhub7ZynoErVJsMQSTxiYhsTQdYjtDFzZTOzA,16725
|
6
|
-
burst_link_protocol/__init__.py,sha256=cyEhIzfFlNOtubh_JjZg6bGSGn_sPq8daTi4cYBKnxc,132
|
7
|
-
burst_link_protocol/main.py,sha256=Pu67bwI7Szk1Y_AdrFVRTBCvl0o45uhFJTd8b0KQl_E,1170
|
File without changes
|
{burst_link_protocol-1.0.3.dist-info → burst_link_protocol-1.0.5.dist-info}/licenses/LICENSE
RENAMED
File without changes
|