J535D165 / cbsodata

Unofficial Statistics Netherlands (CBS) open data API client for Python
http://cbsodata.readthedocs.io/
MIT License
42 stars 17 forks source link

Use proxy settings from environment variables by default #14

Closed huisman closed 4 years ago

huisman commented 4 years ago

Change cbsodata3.py to automatically use the proxy settings defined in the _httpproxy and _httpsproxy environment variables.

The R version of this package already does this, so this change will bring the behaviour of cbsodata more in line with cbsodataR.

J535D165 commented 4 years ago

Thanks for this contribution. Pull Requests on proxies are popular in this repository. I will prepare a new release.

J535D165 commented 4 years ago

There is a new release on PyPI.

huisman commented 4 years ago

Thanks for the new release.