plexflow 0.0.87__py3-none-any.whl → 0.0.89__py3-none-any.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.
- plexflow/core/context/partials/candidates.py +7 -1
- {plexflow-0.0.87.dist-info → plexflow-0.0.89.dist-info}/METADATA +2 -2
- {plexflow-0.0.87.dist-info → plexflow-0.0.89.dist-info}/RECORD +5 -5
- {plexflow-0.0.87.dist-info → plexflow-0.0.89.dist-info}/WHEEL +0 -0
- {plexflow-0.0.87.dist-info → plexflow-0.0.89.dist-info}/entry_points.txt +0 -0
@@ -19,4 +19,10 @@ class Candidates(PartialContext):
|
|
19
19
|
self.set('download/ranked/candidates', ranked_candidates)
|
20
20
|
|
21
21
|
def ranked(self) -> Ranked:
|
22
|
-
return self.get('download/ranked/candidates')
|
22
|
+
return self.get('download/ranked/candidates')
|
23
|
+
|
24
|
+
def update_selected(self, candidate: DownloadCandidate):
|
25
|
+
self.set('download/selected', candidate)
|
26
|
+
|
27
|
+
def selected(self) -> DownloadCandidate:
|
28
|
+
return self.get('download/selected')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: plexflow
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.89
|
4
4
|
Summary: A short description of the package.
|
5
5
|
License: MIT
|
6
6
|
Keywords: keyword1,keyword2,keyword3
|
@@ -25,7 +25,6 @@ Requires-Dist: brotli (>=1.1.0,<2.0.0)
|
|
25
25
|
Requires-Dist: cloudinary (>=1.41.0,<2.0.0)
|
26
26
|
Requires-Dist: cloudscraper (>=1.2.71,<2.0.0)
|
27
27
|
Requires-Dist: cohere (>=5.5.0,<6.0.0)
|
28
|
-
Requires-Dist: confluent-kafka[avro] (>=2.4.0,<3.0.0)
|
29
28
|
Requires-Dist: dataclasses-json (>=0.6.4,<0.7.0)
|
30
29
|
Requires-Dist: dateparser (>=1.2.0,<2.0.0)
|
31
30
|
Requires-Dist: fake-useragent (>=1.4.0,<2.0.0)
|
@@ -35,6 +34,7 @@ Requires-Dist: humanfriendly (>=10.0,<11.0)
|
|
35
34
|
Requires-Dist: iso639-lang (>=2.2.3,<3.0.0)
|
36
35
|
Requires-Dist: json-repair (>=0.19.1,<0.20.0)
|
37
36
|
Requires-Dist: kafka (>=1.3.5,<2.0.0)
|
37
|
+
Requires-Dist: kafka-python (>=2.0.5,<3.0.0)
|
38
38
|
Requires-Dist: langchain-groq (>=0.1.9,<0.2.0)
|
39
39
|
Requires-Dist: langcodes (>=3.4.0,<4.0.0)
|
40
40
|
Requires-Dist: lxml (>=5.1.0,<6.0.0)
|
@@ -25,7 +25,7 @@ plexflow/core/context/partials/__pycache__/__init__.cpython-311.pyc,sha256=x_5HU
|
|
25
25
|
plexflow/core/context/partials/__pycache__/ids.cpython-311.pyc,sha256=wV7r4FAwonAshns-NGcowqGamtrM_Q_2NbiHQhOLkjg,2638
|
26
26
|
plexflow/core/context/partials/__pycache__/watchlist.cpython-311.pyc,sha256=k-0BM-AvH-zObpwY0XR8CYrT21kPEa0fmeBmf0wscE0,1466
|
27
27
|
plexflow/core/context/partials/cache.py,sha256=1QQ6yP69wqJiacuc2idhHsXpyUUCqavqgLk25wQB_tI,508
|
28
|
-
plexflow/core/context/partials/candidates.py,sha256=
|
28
|
+
plexflow/core/context/partials/candidates.py,sha256=TnAPeSEolchQ3znT40xKjEQfeCl9qAMLFThWaeT46JY,1033
|
29
29
|
plexflow/core/context/partials/context.py,sha256=pFzpAFxwCJdqPuhXJqhs6j4Xyvf0GQtzPRMmL4fcjEA,314
|
30
30
|
plexflow/core/context/partials/ids.py,sha256=QoQ6FbX1OIWrE-iuz-G6kSzBlTt1_I1jyfl2JgKge2o,913
|
31
31
|
plexflow/core/context/partials/movie.py,sha256=VXQ2SspFgGSRgDefg4VlHrH2fns3KRuKlU72ps6527o,3861
|
@@ -675,7 +675,7 @@ plexflow/utils/video/__pycache__/audio.cpython-312.pyc,sha256=vXBnJwWgTDFdixMBs-
|
|
675
675
|
plexflow/utils/video/__pycache__/subtitle.cpython-312.pyc,sha256=PCjpCLydGXaRsQy6cikhgsEs8WlComfOoYPiLFqfVMA,2515
|
676
676
|
plexflow/utils/video/audio.py,sha256=tJ_lNwcjVuBQYD5cYOlXpr__eh8-hnReIgNRgIYOpqo,3380
|
677
677
|
plexflow/utils/video/subtitle.py,sha256=LOGONGxs_RzmqtGP-DBKreOzS1eUFEKo75Q6AfnavW0,1290
|
678
|
-
plexflow-0.0.
|
679
|
-
plexflow-0.0.
|
680
|
-
plexflow-0.0.
|
681
|
-
plexflow-0.0.
|
678
|
+
plexflow-0.0.89.dist-info/METADATA,sha256=aJOMmDKSHN5V4NcIhjzFb6uRFvqRvoaLCTzpx60MsEc,2945
|
679
|
+
plexflow-0.0.89.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
680
|
+
plexflow-0.0.89.dist-info/entry_points.txt,sha256=aEqDHlozu_zjWrl2sibtrqtQHMgU8kSJZrE782CP47g,1362
|
681
|
+
plexflow-0.0.89.dist-info/RECORD,,
|
File without changes
|
File without changes
|