parsagon 0.14.20__py3-none-any.whl → 0.14.21__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.
- parsagon/__init__.py +1 -1
- {parsagon-0.14.20.dist-info → parsagon-0.14.21.dist-info}/METADATA +1 -1
- {parsagon-0.14.20.dist-info → parsagon-0.14.21.dist-info}/RECORD +6 -6
- {parsagon-0.14.20.dist-info → parsagon-0.14.21.dist-info}/WHEEL +1 -1
- {parsagon-0.14.20.dist-info → parsagon-0.14.21.dist-info}/entry_points.txt +0 -0
- {parsagon-0.14.20.dist-info → parsagon-0.14.21.dist-info}/top_level.txt +0 -0
parsagon/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
from parsagon.main import update, detail, delete, get_product, get_review_article, get_article_list
|
2
2
|
from parsagon.create import create_program as create
|
3
3
|
from parsagon.runs import run, batch_runs
|
4
|
-
from parsagon.api import get_str_about_data, get_bool_about_data, get_json_about_data
|
4
|
+
from parsagon.api import get_str_about_data, get_bool_about_data, get_json_about_data, get_pipeline
|
5
5
|
from parsagon.assistant import get_page_html, get_page_text
|
6
6
|
from parsagon.executor import Executor
|
@@ -1,4 +1,4 @@
|
|
1
|
-
parsagon/__init__.py,sha256=
|
1
|
+
parsagon/__init__.py,sha256=uGrEKAn5BC5Vx3uMNt7xc88uFULmPxv_ntNOLolUr3A,394
|
2
2
|
parsagon/api.py,sha256=7NwmLCMfbje3-PIvxPJv-3g3TEnSKpSDPyUPMZ2XRhI,9783
|
3
3
|
parsagon/assistant.py,sha256=V3NL6UdDqe74W_X3wPQ1qwFuJRvHzitXtOt-XSCXvds,4065
|
4
4
|
parsagon/create.py,sha256=UiX6ffLPw2zF4atQxHFKBXpnlX05G1HHSn7Xi4K7tBM,3921
|
@@ -25,8 +25,8 @@ parsagon/tests/test_invalid_args.py,sha256=TAFdHGy92lUxjljPrtODOuEGVss6rn-F5GvEK
|
|
25
25
|
parsagon/tests/test_pipeline_operations.py,sha256=aEwZNtIwOl9X7jdLDLB4YEdgMp7_x8PXCINAE7RT4NY,805
|
26
26
|
parsagon/tests/test_print.py,sha256=BG7f55YDBoL0S7k291-so_Gje_hUAQOkB-jh-bEYsJY,198
|
27
27
|
parsagon/tests/test_secrets.py,sha256=Ctsscl2tmMTZcFAy5dnyqUlgTov2UharZgLpbRCLdEg,2662
|
28
|
-
parsagon-0.14.
|
29
|
-
parsagon-0.14.
|
30
|
-
parsagon-0.14.
|
31
|
-
parsagon-0.14.
|
32
|
-
parsagon-0.14.
|
28
|
+
parsagon-0.14.21.dist-info/METADATA,sha256=mQ82T8G9W7KTwneDycy23gVHfpd7TwpEUnUkOKIiZu8,2432
|
29
|
+
parsagon-0.14.21.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
30
|
+
parsagon-0.14.21.dist-info/entry_points.txt,sha256=I1UlPUb4oY2k9idkI8kvdkEcrjKGRSOl5pMbA6uu6kw,48
|
31
|
+
parsagon-0.14.21.dist-info/top_level.txt,sha256=ih5uYQzW4qjhRKppys-WiHLIbXVZ99YdqDcfAtlcQwk,9
|
32
|
+
parsagon-0.14.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|