T

Results 23 issues of T

It looks like Python has type hints for aio, but not all of the code. `py.typed` also isn't shipped, which would mark the wheel as having type hints. This results...

kind/enhancement
lang/Python
priority/P2

Wow, is this library ever fast! Might it be possible to add Windows and Alpine Linux (musllinux) wheels? Thank you!

good first issue

Typed code could be useful here. Wouldn't need the types-retry package in that case. Would also need a `py.typed` file. https://github.com/python/typeshed/tree/master/stubs/retry

It'd be great if the Python protobuf package included a py.typed file (indicating to mypy and such that the package has type hints), and adding type hints to the codebase....

python
inactive

Has anyone compared this with mypy-protobuf's output? I'm not sure if it supports grpc or not.

help wanted

It'd be nice if this had a `__main__` callable, so could be invoked like `python -m editorconfig_checker` that would run `ec` or `ec.exe` and pass on all of the arguments....

Moving from Poetry 1.1.13 to 1.4.2, it seems like `--with-credentials` stopped working. I see the extra index, but no credentials for it. Has anyone else run into this?

Just leaving this feature request here for future reference. It'd be great if this project had type annotations and a `py.typed` file for type validation with `mypy` or similar.

Currently, we are locked into 3.x with `~=3.13`. If I forcibly install 4.21, I get this: ``` E TypeError: Descriptors cannot not be created directly. E If this call came...

I know that Python 3.10 stable isn't out yet, but it'd be nice to be ready for it if possible. https://docs.python.org/3.10/whatsnew/3.10.html Currently, setup.py sets the version range at 3.6-3.9. https://github.com/google/fhir/blob/master/py/setup.py#L155...