threefive 3.0.85__tar.gz → 3.0.87__tar.gz
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.
- {threefive-3.0.85 → threefive-3.0.87}/PKG-INFO +2 -2
- {threefive-3.0.85 → threefive-3.0.87}/README.md +1 -1
- {threefive-3.0.85 → threefive-3.0.87}/pyproject.toml +1 -1
- {threefive-3.0.85 → threefive-3.0.87}/threefive/segment.py +7 -1
- {threefive-3.0.85 → threefive-3.0.87}/threefive/stream.py +1 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/version.py +1 -1
- {threefive-3.0.85 → threefive-3.0.87}/threefive.egg-info/PKG-INFO +2 -2
- {threefive-3.0.85 → threefive-3.0.87}/LICENSE +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/setup.cfg +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/__init__.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/aac.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/base.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/bitn.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/bump.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/cli.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/commands.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/crc.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/crctable.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/cue.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/descriptors.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/encode.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/gums.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/hls.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/hlsprofile.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/hlstags.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/iframes.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/new_reader.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/packetdata.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/pmt.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/section.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/segmentation.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/sixfix.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/speedo.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/streamtypes.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/stuff.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/superkabuki.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/throttle.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/udp.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/upids.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/uxp.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive/xml.py +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive.egg-info/SOURCES.txt +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive.egg-info/dependency_links.txt +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive.egg-info/entry_points.txt +0 -0
- {threefive-3.0.85 → threefive-3.0.87}/threefive.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: threefive
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.87
|
|
4
4
|
Summary: threefive is The #1 SCTE-35 Decoder and Encoder on the Planet.
|
|
5
5
|
Author-email: AdrianofDoom <spam@iodisco.com>
|
|
6
6
|
License-Expression: Sleepycat
|
|
@@ -43,7 +43,7 @@ ___
|
|
|
43
43
|
* __threefive now supports__ [__Secure Reliable Transport__](https://github.com/superkabuki/threefive_is_scte35/blob/main/README.md#threefive-now-supports-srt) (watch the cool video)
|
|
44
44
|
___
|
|
45
45
|
|
|
46
|
-
## [ Latest version is v3.0.
|
|
46
|
+
## [ Latest version is v3.0.87 ]
|
|
47
47
|
|
|
48
48
|
* threefive cyclomatic complexity score is 1.9337094499294782 _( that's better than the Python standard library)_ .
|
|
49
49
|
* __threefive now has NO External Dependencies__
|
|
@@ -24,7 +24,7 @@ ___
|
|
|
24
24
|
* __threefive now supports__ [__Secure Reliable Transport__](https://github.com/superkabuki/threefive_is_scte35/blob/main/README.md#threefive-now-supports-srt) (watch the cool video)
|
|
25
25
|
___
|
|
26
26
|
|
|
27
|
-
## [ Latest version is v3.0.
|
|
27
|
+
## [ Latest version is v3.0.87 ]
|
|
28
28
|
|
|
29
29
|
* threefive cyclomatic complexity score is 1.9337094499294782 _( that's better than the Python standard library)_ .
|
|
30
30
|
* __threefive now has NO External Dependencies__
|
|
@@ -118,7 +118,13 @@ class Segment(Stream):
|
|
|
118
118
|
"""
|
|
119
119
|
decode a mpegts segment.
|
|
120
120
|
"""
|
|
121
|
-
|
|
121
|
+
num_pkts = 1400
|
|
122
|
+
for pkt in self.iter_pkts(num_pkts=num_pkts):
|
|
123
|
+
if not pkt:
|
|
124
|
+
break
|
|
125
|
+
cue = self._parse(pkt)
|
|
126
|
+
if cue:
|
|
127
|
+
func(cue)
|
|
122
128
|
if self.start:
|
|
123
129
|
self.pts_start = self.as_90k(self.start.popitem()[1])
|
|
124
130
|
self.pts_last = self.as_90k(list(self.maps.prgm_pts.items())[0][1])
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: threefive
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.87
|
|
4
4
|
Summary: threefive is The #1 SCTE-35 Decoder and Encoder on the Planet.
|
|
5
5
|
Author-email: AdrianofDoom <spam@iodisco.com>
|
|
6
6
|
License-Expression: Sleepycat
|
|
@@ -43,7 +43,7 @@ ___
|
|
|
43
43
|
* __threefive now supports__ [__Secure Reliable Transport__](https://github.com/superkabuki/threefive_is_scte35/blob/main/README.md#threefive-now-supports-srt) (watch the cool video)
|
|
44
44
|
___
|
|
45
45
|
|
|
46
|
-
## [ Latest version is v3.0.
|
|
46
|
+
## [ Latest version is v3.0.87 ]
|
|
47
47
|
|
|
48
48
|
* threefive cyclomatic complexity score is 1.9337094499294782 _( that's better than the Python standard library)_ .
|
|
49
49
|
* __threefive now has NO External Dependencies__
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|