parsagon 0.14.20__py3-none-any.whl → 0.14.22__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 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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: parsagon
3
- Version: 0.14.20
3
+ Version: 0.14.22
4
4
  Summary: Allows you to create browser automations with natural language
5
5
  Author-email: Sandy Suh <sandy@parsagon.io>
6
6
  Project-URL: Homepage, https://parsagon.io
@@ -10,7 +10,7 @@ Requires-Python: >=3.8
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: selenium ==4.9.1
12
12
  Requires-Dist: lxml ==4.9.2
13
- Requires-Dist: httpx ==0.24.1
13
+ Requires-Dist: httpx ==0.27.0
14
14
  Requires-Dist: psutil ==5.9.6
15
15
  Requires-Dist: rich ==13.6.0
16
16
  Requires-Dist: PyVirtualDisplay ==3.0
@@ -1,4 +1,4 @@
1
- parsagon/__init__.py,sha256=Cf2dW8AcawZeZYPblxfZWoU9D7aXX_XbWAF0lJ8vNPw,380
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.20.dist-info/METADATA,sha256=TvY3dkJpUtnIp3F-rQtgFq9wyXdGd4vr5nAUutDgoPM,2432
29
- parsagon-0.14.20.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
30
- parsagon-0.14.20.dist-info/entry_points.txt,sha256=I1UlPUb4oY2k9idkI8kvdkEcrjKGRSOl5pMbA6uu6kw,48
31
- parsagon-0.14.20.dist-info/top_level.txt,sha256=ih5uYQzW4qjhRKppys-WiHLIbXVZ99YdqDcfAtlcQwk,9
32
- parsagon-0.14.20.dist-info/RECORD,,
28
+ parsagon-0.14.22.dist-info/METADATA,sha256=AsXXbi3EkYtmgZEeZpom6clKFw78G7Lxdl1LHecmC14,2432
29
+ parsagon-0.14.22.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
30
+ parsagon-0.14.22.dist-info/entry_points.txt,sha256=I1UlPUb4oY2k9idkI8kvdkEcrjKGRSOl5pMbA6uu6kw,48
31
+ parsagon-0.14.22.dist-info/top_level.txt,sha256=ih5uYQzW4qjhRKppys-WiHLIbXVZ99YdqDcfAtlcQwk,9
32
+ parsagon-0.14.22.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5