geopython / OWSLib

OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models.
https://owslib.readthedocs.io
BSD 3-Clause "New" or "Revised" License
393 stars 278 forks source link

Proxy support in OWSLib #927

Open FilippoPagano opened 6 months ago

FilippoPagano commented 6 months ago

Hello,

I added proxy support for the library.

512

Let me know

Regards, Filippo Pagano Software engineer

github-actions[bot] commented 1 month ago

This Pull Request has been inactive for 90 days. In order to manage maintenance burden, it will be automatically closed in 7 days.

geographika commented 1 month ago

Thanks for this @FilippoPagano.

Would you be able to add the :param proxies to the docstring of openURL, and also the other functions where it has been added and the other parameters are documented?

For reference, this pull request passes the proxies to the requests library: https://requests.readthedocs.io/en/latest/user/advanced/#proxies