https://github.com/kevinheavey/maturin-stub-package-error
Example repo showing a bug in Maturin (I think)
https://github.com/kevinheavey/maturin-stub-package-error
Last synced: 2 months ago
JSON representation
Example repo showing a bug in Maturin (I think)
- Host: GitHub
- URL: https://github.com/kevinheavey/maturin-stub-package-error
- Owner: kevinheavey
- License: mit
- Created: 2022-02-02T09:40:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T09:50:36.000Z (about 3 years ago)
- Last Synced: 2025-01-19T05:05:25.800Z (4 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/python/typeshed/tree/master/stubs/requests/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.`