indygreg / indygreg/PyOxidizer
Feature Request
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
Tried so many packing tool like py2app, pyinstaller etc.
I found that automatic imports hiarachy search is not always perfect.
like I wanna include a lib called PyCryptodome,
if there is a feature like:
pyoxidizer --include-lib ["cryptodome", ...]
then everything like .py, .pyi, .so/dll/dylib etc, all get packed to binary, that would a great problem solver for complex projects.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing PyOxidizer's automatic import discovery and packaging behavior, then examine how PyCryptodome's Python and native files are laid out. The requested outcome is an --include-lib option that causes the named library and its .py, .pyi, .so, .dll, and .dylib files to be packed into the binary.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100