-
Notifications
You must be signed in to change notification settings - Fork 117
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
Support Python3.10/3.11, documentation fixes, and general codebase cleanup #677
Conversation
…l variables accoing to PEP8 conventions, update URL targets
…and changes to GitHub repository
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.
Looks good, Nice clean-up.
I'm happy with this for now. There are more than a few modules that looks to be obsolete, so I'll stop here. @cehbrecht I'll leave the final review, merge, and release to you. If you'd like me to add more to the CI/pre-commit side of things, let me know and I'll open another PR for those. |
@Zeitsperre looks all good 👍 Thanks for the clean-up 🙂 |
@Zeitsperre sounds good to add the CI/pre-commit things 👍 |
Overview
This PR does a bit of cleaning in the code base:
docs
) have been corrected.http://
) have been promoted to secured ones (https://
).master
branch have been changed tomain
.isort
over the code base to organize imports.Related Issue / Discussion
Closes #673
Closes #637
Closes #590
Addresses some comments in the following issues:
#669
#336
Additional Information
Contribution Agreement
(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)