Skip to content

kevinheavey/maturin-stub-package-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maturin-stub-package-error

Example repo showing a bug in Maturin (I think)

This repo uses a directory of stub files to define type hints for a package instead of a single file. You can see types-requests for an example of this layout.

I haven't written the Rust code to make this example a package because it's irrelevant.

If you run maturin develop in this repo it fails with Found a directory with the module name (solders) next to Cargo.toml, which indicates a mixed python/rust project, but the directory didn't contain an __init__.py file.

About

Example repo showing a bug in Maturin (I think)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published