dergraaf / library-builder

Module based library builder for source code libraries
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

Shared build tools from repository #6

Closed ekiwi closed 8 years ago

ekiwi commented 8 years ago

It will probably be necessary for repositories to provide some custom python build tools in order to extend the functionality offered by the library-builder. Are there plan on how repositories can offer these tools in a way that modules from other repositories can also use them?

One example might be a tool that makes it possible to parse hardware descriptions and that might be required by several modules that provide hardware abstractions.

dergraaf commented 8 years ago

See modm-platform for an example on how to use standard Python imports for this.