Skip to content

Remove click and associated CLI functions #2353

Merged
gsheni merged 16 commits intomainfrom
remove_click
Nov 3, 2022
Merged

Remove click and associated CLI functions #2353
gsheni merged 16 commits intomainfrom
remove_click

Conversation

@gsheni
Copy link
Copy Markdown
Contributor

@gsheni gsheni commented Nov 3, 2022

@gsheni gsheni self-assigned this Nov 3, 2022
@gsheni gsheni marked this pull request as ready for review November 3, 2022 14:44
Copy link
Copy Markdown
Contributor

@rwedge rwedge left a 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

Copy link
Copy Markdown
Contributor

@rwedge rwedge left a 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
Copy link
Copy Markdown

codecov Bot commented Nov 3, 2022

Codecov Report

Merging #2353 (cf33598) into main (93eaa58) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@            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     
Impacted Files Coverage Δ
featuretools/utils/utils_info.py 95.45% <ø> (ø)
featuretools/tests/utils_tests/test_utils_info.py 100.00% <100.00%> (ø)
featuretools/utils/api.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Comment thread pyproject.toml
"myst-parser == 0.18.0",
"nlp_primitives >= 2.3.0",
"autonormalize >= 2.0.1",
"click >=7.0.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gsheni gsheni enabled auto-merge (squash) November 3, 2022 15:53
@gsheni gsheni disabled auto-merge November 3, 2022 15:53
Comment thread featuretools/utils/utils_info.py Outdated
Copy link
Copy Markdown
Contributor

@rwedge rwedge left a 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"

Comment thread docs/source/release_notes.rst Outdated
@gsheni gsheni requested a review from rwedge November 3, 2022 17:11
Comment thread featuretools/tests/utils_tests/test_utils_info.py Outdated
Gaurav Sheni added 2 commits November 3, 2022 15:57
Copy link
Copy Markdown
Contributor

@rwedge rwedge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gsheni gsheni merged commit 5f61790 into main Nov 3, 2022
@gsheni gsheni deleted the remove_click branch November 3, 2022 20:29
@gsheni gsheni mentioned this pull request Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove click and its associated functions

2 participants