Update documentation and code to run c302/c302_*.py as python -m c302.c302_*
Open
Nobody has claimed this yet.
documentation
enhancement
good first issue
- Dominant language
- Python
- Stars
- 156
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Relative imports break in possibly unexpected ways when you run a script from inside of its package directory rather than let python do it for you with -m
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 inspecting the c302/c302_.py scripts and the documentation that describes how they are run, then review their relative imports. Update the documented invocation and code as needed so each script works with python -m c302.c302_. Done means the module-based commands run successfully from outside the package directory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100