rtp.io 1.0.3__cp39-cp39-manylinux_2_34_ppc64le.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.
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: rtp.io
3
+ Version: 1.0.3
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-39-powerpc64le-linux-gnu.so,sha256=s8tINy8NExK13yfOyQIEhEvBBkFsC2UbsKZob-AcYoA,6669216
2
+ rtp_io-1.0.3.dist-info/METADATA,sha256=hjvnRRVxte6Gc-SYQ9-iLOqK13qkY7_8AM73zoT31Wo,529
3
+ rtp_io-1.0.3.dist-info/WHEEL,sha256=TfAtEGE-DOnxFtiZi7uYNEwY5G4dUCNJ6R_OmT2dnKk,112
4
+ rtp_io-1.0.3.dist-info/top_level.txt,sha256=ItHaKx4urzESdHWGcfMQp6qOc_47_2HanUkWqk17jig,4
5
+ rtp_io-1.0.3.dist-info/RECORD,,
6
+ rtp_io-1.0.3.dist-info/licenses/LICENSE,sha256=hWSGhFUl3WtVXUyLcszQr8sgtZ5TWcsTXeQiENFUenk,1325
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp39-cp39-manylinux_2_34_ppc64le
5
+
@@ -0,0 +1,25 @@
1
+ BSD 2-Clause License
2
+
3
+ Copyright (c) 2015, Sippy Software, Inc.
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
8
+
9
+ * Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
+
12
+ * Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
+
16
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
20
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1 @@
1
+ rtp