robotpy / robotpy/robotpy-installer
Deploy: scan for imports and suggest components?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 18
- Avg merge
- 34m
- Merged PRs (30d)
- 1
Description
The python AST module would make it really easy to scan every file in a robot project and find explicit imports, associate them with particular packages, and then check to see if those are installed on the rio. It could suggest adding those components at deploy time or something.
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
No file, test, or entry point is named. Start by tracing the deploy path in robotpy-installer and reviewing how robot projects, packages, and installed components on the rio are currently represented. Before implementation, define the exact import-to-package mapping, suggestion behavior, and checks that would constitute done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100