indygreg / indygreg/PyOxidizer
Adding this to an existing Python project should be more straight forward
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
Currently if you have an existing Python project, the flow is like this:
```
cd myproject
pyoxidizer init .
```
and then you have to open `pyoxizider.toml` and fix the name from `.`. `Cargo.toml` already figured out the project name from the directory though.
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 at the `pyoxidizer init` command and the generated `pyoxidizer.toml` configuration flow. Verify how `Cargo.toml` derives a project name from the directory, then make the initialization result use that name instead of `.` and confirm the generated configuration is correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100