I created a server where users can return a table as JSON representation.
What I wanted to do have the user create a python module that inherits from a Reader Base. This isn't the issue. The issue is how do I make it do my server can dynamically load each library to read each file type?
I hope I explained this well. If not please ask questions.
Thank you, J
I do not believe this is a duplicate because the python modules may or may not exists and will be added to the system on run time.