geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
176 stars 117 forks source link

Support Python3.10/3.11, documentation fixes, and general codebase cleanup #677

Closed Zeitsperre closed 1 year ago

Zeitsperre commented 1 year ago

Overview

This PR does a bit of cleaning in the code base:

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)

coveralls commented 1 year ago

Coverage Status

coverage: 81.332% (-0.02%) from 81.35% when pulling a6ebbeaf93aa883e290fe41f38d72d19d1fe1a31 on Zeitsperre:housekeeping into c56aba619a9579a3bdd14143f88a43d071e5ceb6 on geopython:main.

Zeitsperre commented 1 year ago

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.

cehbrecht commented 1 year ago

@Zeitsperre looks all good πŸ‘ Thanks for the clean-up πŸ™‚

cehbrecht commented 1 year ago

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 sounds good to add the CI/pre-commit things πŸ‘