turbopipe 1.0.3__cp39-cp39-macosx_11_0_arm64.whl → 1.0.4__cp39-cp39-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.

Potentially problematic release.


This version of turbopipe might be problematic. Click here for more details.

Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: turbopipe
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: 🌀 Faster ModernGL Buffer inter process data transfers
5
5
  Home-page: https://brokensrc.dev
6
6
  Author-Email: Tremeschin <29046864+Tremeschin@users.noreply.github.com>
@@ -77,7 +77,7 @@ rye add turbopipe
77
77
 
78
78
  # 🚀 Usage
79
79
 
80
- See also the [**Examples**](examples) folder for more controlled usage, and [**ShaderFlow**](https://github.com/BrokenSource/ShaderFlow/blob/main/ShaderFlow/Scene.py) usage of it!
80
+ See also the [**Examples**](https://github.com/BrokenSource/TurboPipe/tree/main/examples) folder for more controlled usage, and [**ShaderFlow**](https://github.com/BrokenSource/ShaderFlow/blob/main/ShaderFlow/Scene.py) usage of it!
81
81
 
82
82
  ```python
83
83
  import subprocess
@@ -122,7 +122,7 @@ ffmpeg.wait()
122
122
  > - 🚀: Threaded `ffmpeg.stdin.write(buffer.read())` with a queue (similar to turbopipe)
123
123
  > - 🌀: The magic of `turbopipe.pipe(buffer, ffmpeg.stdin.fileno())`
124
124
  >
125
- > Also see [`benchmark.py`](examples/benchmark.py) for the implementation
125
+ > Also see [`benchmark.py`](https://github.com/BrokenSource/TurboPipe/blob/main/examples/benchmark.py) for the implementation
126
126
 
127
127
  ✅ Check out benchmarks in a couple of systems below:
128
128
 
@@ -0,0 +1,6 @@
1
+ turbopipe/_turbopipe.cpython-39-darwin.so,sha256=ILUypoEOoGokLizIPY7mHH9CtJssK6zN8zHeLmweAMY,126736
2
+ turbopipe/__init__.py,sha256=M8IwBGd_kGaL8JEUygsg_w_m1QWT7O9r0ImCvVjTAko,920
3
+ turbopipe-1.0.4.dist-info/License.md,sha256=it5BPGKEP68XuUE54o2wVWR8NeWowkvb5dQO62UPeo8,1075
4
+ turbopipe-1.0.4.dist-info/RECORD,,
5
+ turbopipe-1.0.4.dist-info/WHEEL,sha256=rFEbl7VGpdcTiWMLyPHKRieKvxwiToMCxVXFuj50F_A,91
6
+ turbopipe-1.0.4.dist-info/METADATA,sha256=bwHpKsknqq_eX_iJiT_8-iMh83ckJAdVHXlwWus0d6g,11451
@@ -1,6 +0,0 @@
1
- turbopipe/_turbopipe.cpython-39-darwin.so,sha256=ir2KHNFm9SQVqil-T_amnHyMrWXPhwHkkmppBxNJrY4,126848
2
- turbopipe/__init__.py,sha256=M8IwBGd_kGaL8JEUygsg_w_m1QWT7O9r0ImCvVjTAko,920
3
- turbopipe-1.0.3.dist-info/License.md,sha256=it5BPGKEP68XuUE54o2wVWR8NeWowkvb5dQO62UPeo8,1075
4
- turbopipe-1.0.3.dist-info/RECORD,,
5
- turbopipe-1.0.3.dist-info/WHEEL,sha256=rFEbl7VGpdcTiWMLyPHKRieKvxwiToMCxVXFuj50F_A,91
6
- turbopipe-1.0.3.dist-info/METADATA,sha256=BMoGfzDXXifHW459Vgr0JB1IW7edacLspZcPlclJXT0,11347