robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

Deploy: scan for imports and suggest components? #95

Open virtuald opened 7 months ago

virtuald commented 7 months ago

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.