Azure / Azure/azure-sdk-for-python
[QUESTION] the azure namespace and pyright
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
Hello, I'm a maintainer on https://github.com/Azure/azure-kusto-python
It's not a part of this repo for historical reasons, but it is still a part of the azure sdks, and as such, it always belonged to the azure namespace.
It uses these guidelines for the namespaces: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md
It works fine for now.
However, we now want to improve our typing with `pyright`, and they explicitly don't support dynamic paths - https://github.com/microsoft/pyright/issues/4280
My question is if these guidelines are still up to date, and what is the preferred way to work with limitation.
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.