Add the `from module import a as b` syntax to PyCall
Open
- Dominant language
- Julia
- Stars
- 1.5k
- Forks
- 186
- PR merge metrics
- No merged PRs in 30d
Description
I have implemented a macro to replicate the `from module import a as b, c as d` syntax as `@pyfrom module import a as b, c as d`
https://github.com/AutoActuary/PyFrom.jl
Would it be possible to get something like this into PyCall?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.