Browse Source

python api: added py.typed (#1078)

The python api library (dora-rs) is now missing py.typed, so mypy emits
error on import of dora.

In this PR, I just added py.typed to `apis/python/node/dora directory`.
Maturin automatically install the file to the package.

I've tested installation of this branch version like below, and I
confirmed py.typed is inside the site-packages/dora.

```shell
$ uv add --branch api_python-add_py_typed_marker "git+https://github.com/dieu-detruit/dora.git#subdirectory=apis/python/node"
```
pull/1080/head
Haixuan Xavier Tao GitHub 6 months ago
parent
commit
6d821c354a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 0 deletions
  1. +0
    -0
      apis/python/node/dora/py.typed

+ 0
- 0
apis/python/node/dora/py.typed View File


Loading…
Cancel
Save