-
Notifications
You must be signed in to change notification settings - Fork 896
Remove click and associated CLI functions #2353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
gsheni
commented
Nov 3, 2022
•
edited
Loading
edited
- Fixes Remove click and its associated functions #2350
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
featuretools/tests/cli_tests
folder should be deleted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
featuretools/utils/cli_utils.py
should probably renamed (info_utils.py ?). And show_info
should just turn into the print_info
code
Codecov Report
@@ Coverage Diff @@
## main #2353 +/- ##
==========================================
+ Coverage 99.42% 99.48% +0.05%
==========================================
Files 311 309 -2
Lines 19814 19771 -43
==========================================
- Hits 19701 19670 -31
+ Misses 113 101 -12
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -108,6 +108,7 @@ docs = [ | |||
"myst-parser == 0.18.0", | |||
"nlp_primitives >= 2.3.0", | |||
"autonormalize >= 2.0.1", | |||
"click >=7.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove the CLI entry in pyproject.toml
[project.scripts]
featuretools = "featuretools.__main__:cli"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM