JuliaPy / JuliaPy/PythonCall.jl
Typing stubs
- 主要言語
- Julia
- スター
- 1.1k
- フォーク
- 86
- 平均マージ
- 1日 22時間
- マージ済み PR(30日)
- 3
説明
Not urgent but just leaving this here for a future feature request. Right now if you do anything with `mypy`, you need to flag imports of `juliacall` with
```python
from juliacall import Main as jl # type: ignore
```
Because juliacall does not have type stubs available. It would be nice to have type hinting in Python for Julia objects, especially as Python moves more in this direction.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reviewing the juliacall Python import shown in the issue and how mypy currently handles it. The work is complete when Python users can type-check Julia objects without adding a type: ignore comment; no files or tests are identified in the issue.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia, python
- 領域
- developer-experience
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100