alecthomas / alecthomas/importmagic

How can I make importmagic.el to find modules installed under pip install -e .?

オープン
#61 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
122
フォーク
21
PR マージ指標
30日以内にマージされた PR はありません

説明

I have done `pip install -e .` in my project where I have to import all the files as:

```
from broker._utils._log import log
from broker._utils.tools import QuietExit, print_tb
from broker.utils import tools
```

```
$ tree
├── broker
│   ├── _utils
│   ├── _log.py
│   ├── tools.py
```

------

But `importmagic` does not find any modue names under `broker` like `import broker._utils._log.py`.

Would it be possible to force it to see them as well?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。