robertcsapo

Results 4 issues of robertcsapo

- enable httpx support - enable python 3.10 support - remove hyper support related to #233 (branch v5) and #238 (incorrect branch) solving issue #220 (python 3.10)

```ImportError: cannot import name 'Iterable' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py)``` ``` options = {"fields": ["document", "diff", "action"]} stream = client.stream(doc["ref"], options, on_start, on_error, on_version) stream.start() ``` ``` Traceback (most recent call last):...

Feature request * Popular Report Cards * Recently Generated * High Scores as on https://goreportcard.com/

new feature

suggestion, to upgrade [requirements.txt](https://github.com/cisco-ie/ios-xr-grpc-python/blob/master/requirements.txt) packages of `grpcio` and `protobuf` ``` grpcio==1.36.1 protobuf==3.15.6 ``` why? add support for python 3.9+ tested locally ``` git clone https://github.com/cisco-ie/ios-xr-grpc-python.git (modify requirements.txt) pip3 install -e...