aws / aws/aws-encryption-sdk-python
Feature request: Add support for typing with mypy
- 主要言語
- Python
- スター
- 255
- フォーク
- 92
- 平均マージ
- 2日 17時間
- マージ済み PR(30日)
- 2
説明
### Problem:
Using the aws_encryption_sdk in a project with mypy produces this error:
```
error: Skipping analyzing "aws_encryption_sdk": module is installed, but missing library stubs or py.typed marker
```
### Solution:
I attempted to simply add the py.typed marker file to my virtualenv and it seems not as simple, a lot of other incompatibilities.
Maybe stubs or .pyi could be provided
Thank you very much!
コントリビューションガイド
調査の方向性
Start by reproducing the reported mypy error when importing aws_encryption_sdk, then inspect the package's public typing surface and the incompatibilities mentioned in the issue. Determine whether the package can use a py.typed marker or needs stubs, and consider the work done when mypy can analyze the supported public imports without these errors.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- developer-experience, tooling
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100