rtp.io 0.9__cp311-cp311-manylinux_2_34_x86_64.whl → 1.0.1__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.
- rtp/io.cpython-311-x86_64-linux-gnu.so +0 -0
- rtp_io-1.0.1.dist-info/METADATA +29 -0
- rtp_io-1.0.1.dist-info/RECORD +6 -0
- rtp_io-0.9.dist-info/METADATA +0 -10
- rtp_io-0.9.dist-info/RECORD +0 -6
- {rtp_io-0.9.dist-info → rtp_io-1.0.1.dist-info}/WHEEL +0 -0
- {rtp_io-0.9.dist-info → rtp_io-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {rtp_io-0.9.dist-info → rtp_io-1.0.1.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: rtp.io
|
|
3
|
+
Version: 1.0.1
|
|
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=zDsO6KEtqBiaPHkK0MzjAMzUHlQuDQcyb7a0aGfpncM,7057600
|
|
2
|
+
rtp_io-1.0.1.dist-info/METADATA,sha256=IPQs-MgH9EPg4uCrpzzADq84MCS1FpxA8vTRrAuFi2E,529
|
|
3
|
+
rtp_io-1.0.1.dist-info/WHEEL,sha256=sRQp3i8dg0I_EIB0p-N5LyYwEC4iF6olrcskmR9616U,113
|
|
4
|
+
rtp_io-1.0.1.dist-info/top_level.txt,sha256=ItHaKx4urzESdHWGcfMQp6qOc_47_2HanUkWqk17jig,4
|
|
5
|
+
rtp_io-1.0.1.dist-info/RECORD,,
|
|
6
|
+
rtp_io-1.0.1.dist-info/licenses/LICENSE,sha256=hWSGhFUl3WtVXUyLcszQr8sgtZ5TWcsTXeQiENFUenk,1325
|
rtp_io-0.9.dist-info/METADATA
DELETED
|
@@ -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
|
rtp_io-0.9.dist-info/RECORD
DELETED
|
@@ -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
|
|
File without changes
|
|
File without changes
|