chefmate 1.0.2__py3-none-any.whl → 1.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chefmate
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Automation tool for CodeChef
5
5
  Home-page: https://github.com/Anuj-72/ChefMate
6
6
  Author: Anuj Kumar Sah
@@ -15,6 +15,15 @@ Classifier: Topic :: Software Development :: Build Tools
15
15
  Requires-Python: >=3.7
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
+ Requires-Dist: selenium
19
+ Requires-Dist: webdriver-manager
20
+ Requires-Dist: click
21
+ Requires-Dist: colorama
22
+ Requires-Dist: inquirer
23
+ Requires-Dist: InquirerPy
24
+ Requires-Dist: rich
25
+ Requires-Dist: tabulate
26
+ Requires-Dist: pandas
18
27
  Dynamic: author
19
28
  Dynamic: home-page
20
29
  Dynamic: license-file
@@ -3,8 +3,9 @@ chefmate/browser_manager.py,sha256=V1khfGVj8aeOmuQmVZLHs5H56vZRvtI97-nNe6pTK6E,2
3
3
  chefmate/chefmate_core.py,sha256=WlVAb20animW0RsgeDxep2TNslWRTSEylHnlrZFMClg,72178
4
4
  chefmate/cli.py,sha256=qHVlNukl7vjEVXzdCJRT38XtbhaXCmcRUe4D3DAqBsE,7706
5
5
  chefmate/config.py,sha256=itkFruFKMX7eday8UnAYOfnVMthivn20tiTlG87czyA,2220
6
- chefmate-1.0.2.dist-info/licenses/LICENSE,sha256=dBIqGYz89ZL5FXsfdbOvpsPupYvcJfnkimw2vD7jZ94,1090
7
- chefmate-1.0.2.dist-info/METADATA,sha256=76xTW6WEYRQDV3WEGGd_5314I7KUm4CdQtmlgI2wx-E,5240
8
- chefmate-1.0.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
9
- chefmate-1.0.2.dist-info/top_level.txt,sha256=jOlvGtNNEYlsbwLBD2lpAmZBSo1wq2dydfAM1lP_Ago,9
10
- chefmate-1.0.2.dist-info/RECORD,,
6
+ chefmate-1.0.3.dist-info/licenses/LICENSE,sha256=dBIqGYz89ZL5FXsfdbOvpsPupYvcJfnkimw2vD7jZ94,1090
7
+ chefmate-1.0.3.dist-info/METADATA,sha256=aOwERN6xb06IcHqUcTpbe9Z54dokr-dGdOvJQYsjFYI,5467
8
+ chefmate-1.0.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
9
+ chefmate-1.0.3.dist-info/entry_points.txt,sha256=bu-w_FqHbrOtY-gTEe0WLVNWQZa8fOT2EPCMmSEpjfI,54
10
+ chefmate-1.0.3.dist-info/top_level.txt,sha256=jOlvGtNNEYlsbwLBD2lpAmZBSo1wq2dydfAM1lP_Ago,9
11
+ chefmate-1.0.3.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ chefmate = chefmate.cli:interactive