I'm thinking about Python and C/C++ combination to replace the original concept about OSGi + Java + JNI + C/C++ in our SW architecture.
I definitely don't need to replace all features of such OSGi frameworks as Felix or Equinox.
What I really will need in my Python code:
- Enabler of modularity for the application layer
- Component-based framework for applications
- Central registry of services/components
- Very lightweight framework, it will run on embedded devices (though pretty enough of RAM)
Can you please advise on such Python framework?