David Lopes
David Lopes
I suggest you distribute the whl file, not only the source code when publishing the package to pypi. It makes building cross compatible packages that include all wheel files possible...
The extension now validates that the user is using a valid hostname or IP address for the target
python-requests supports passing an auth object, example: ```python r = request(method, url, auth=("user", "password")) ``` It detects basic authentication and builds the `Basic {b64encoded}` Authentication header for you It would...
This adds the base implementation of config and factory for the netflow receiver, according to `CONTRIBUTING.md`. Later another PR will be opened with the actual implementation of the receiver. It...
When the code downloads an extension that is not GCP, we thrown an exception instead of ignoring the extension This is breaking the script for a couple of customers, because...