JuliaPy / JuliaPy/PythonCall.jl
Typing stubs
未关闭
enhancement
- 主要语言
- Julia
- 星标
- 1.1k
- 派生
- 86
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 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
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100