pombreda / arscons

Automatically exported from code.google.com/p/arscons
0 stars 0 forks source link

arscons as python library #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to put arscons logic in a python library.
SConstruct file would be simple call to this library.

advantages:
 - version management
 - easy to update: easy_process -U arscons
 - you don't have to replace all your SConstruct files after updating
 - other projects can benefit from existing functionality
     example: get_arduino_home()

Original issue reported on code.google.com by pisztra...@gmail.com on 26 Jul 2011 at 5:36