Add a web-scraping script to determine, sort and filter dependent packages#4
Open
grlee77 wants to merge 3 commits intoscikit-image:mainfrom
Open
Add a web-scraping script to determine, sort and filter dependent packages#4grlee77 wants to merge 3 commits intoscikit-image:mainfrom
grlee77 wants to merge 3 commits intoscikit-image:mainfrom
Conversation
includes filtering to those specific to biology/medicine
Member
|
@grlee77 I haven't reviewed yet, but how is the output of this looking??? =D |
Member
|
scratch that, just found the issue! 😅 Great stuff. |
mkcor
reviewed
Sep 30, 2020
Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
Contributor
Author
|
Thanks @mkcor. I just tried out the "add suggestion to batch" option here for the first time. I'm not sure when that option first appeared, but it is a nice way to combine many related, minor suggestions into a single commit. |
Member
|
@grlee77 I'm glad! It's been around for a little bit; I haven't had a chance to use it very many times, but it's an elegant addition for sure. I guess this review with all these minor edits was the perfect use case! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the script used to make the table of bioimaging related packages in #3.
To run this script it is currently necessary to set a GITHUB_TOKEN environment variable to the user's GitHub API token
Additionally, it has the following python package requirements:
It is intended that the user can change any options between the comment
and the
# END OF USER-CONFIGURABLE OPTIONScomment, but I did not create a command line interface for it at the moment.