rtp.io 0.9__cp311-cp311-manylinux_2_34_x86_64.whl → 1.0__cp311-cp311-manylinux_2_34_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.

Potentially problematic release.


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

Binary file
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: rtp.io
3
+ Version: 1.0
4
+ Summary: Fast RTPProxy-like RTP handling/processing engine.
5
+ Classifier: Programming Language :: Python :: 3
6
+ Classifier: Programming Language :: C
7
+ Description-Content-Type: text/markdown
8
+ License-File: LICENSE
9
+ Dynamic: classifier
10
+ Dynamic: description
11
+ Dynamic: description-content-type
12
+ Dynamic: license-file
13
+ Dynamic: summary
14
+
15
+ # RTP.io
16
+
17
+ Fast RTPProxy-like RTP handling/processing engine.
18
+
19
+ ## Introduction
20
+
21
+ TBD
22
+
23
+ ### Usage
24
+
25
+ ```python
26
+ from rtp.io import rtpproxy
27
+
28
+ rtpp = rtpproxy()
29
+ ```
@@ -0,0 +1,6 @@
1
+ rtp/io.cpython-311-x86_64-linux-gnu.so,sha256=LZK5F6u_cqAn0lV3dGtc-2qNCVVSY_27s-YxPyNwNSA,11783416
2
+ rtp_io-1.0.dist-info/METADATA,sha256=gMmlkxDcVpoRCbwK5j-38UyRdBl2LGxScnoHRAFAVMg,527
3
+ rtp_io-1.0.dist-info/WHEEL,sha256=sRQp3i8dg0I_EIB0p-N5LyYwEC4iF6olrcskmR9616U,113
4
+ rtp_io-1.0.dist-info/top_level.txt,sha256=ItHaKx4urzESdHWGcfMQp6qOc_47_2HanUkWqk17jig,4
5
+ rtp_io-1.0.dist-info/RECORD,,
6
+ rtp_io-1.0.dist-info/licenses/LICENSE,sha256=hWSGhFUl3WtVXUyLcszQr8sgtZ5TWcsTXeQiENFUenk,1325
@@ -1,10 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: rtp.io
3
- Version: 0.9
4
- Summary: Fast RTPProxy-like RTP handling/processing engine.
5
- Classifier: Programming Language :: Python :: 3
6
- Classifier: Programming Language :: C
7
- License-File: LICENSE
8
- Dynamic: classifier
9
- Dynamic: license-file
10
- Dynamic: summary
@@ -1,6 +0,0 @@
1
- rtp/io.cpython-311-x86_64-linux-gnu.so,sha256=-FPfpi6bcTeYJORpk8fYF9KvQ2DYS3KTlkMkK_WB0EA,11827488
2
- rtp_io-0.9.dist-info/METADATA,sha256=dafLEaSx_RHIg_VJDO0V9atMMSNA-Ex381Jp9o8LFTM,275
3
- rtp_io-0.9.dist-info/WHEEL,sha256=sRQp3i8dg0I_EIB0p-N5LyYwEC4iF6olrcskmR9616U,113
4
- rtp_io-0.9.dist-info/top_level.txt,sha256=ItHaKx4urzESdHWGcfMQp6qOc_47_2HanUkWqk17jig,4
5
- rtp_io-0.9.dist-info/RECORD,,
6
- rtp_io-0.9.dist-info/licenses/LICENSE,sha256=hWSGhFUl3WtVXUyLcszQr8sgtZ5TWcsTXeQiENFUenk,1325
File without changes