We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An idea: Possible to read folder 'nfcpyr/plugins' and import all files as py modules??
Each module should have 4 methods that return a booleab(?) on success/failure:
Config files should go in.. Json/ or pluginjson/?
These plugins could handle stuff like osc messages, zocp, philips hue, mpd, etc
The text was updated successfully, but these errors were encountered:
Dynamically import modules: http://stackoverflow.com/questions/301134/dynamic-module-import-in-python
Sorry, something went wrong.
Whoop. Done.
Well, it needs more docs and maybe a good review of the code and especially the examplePlugin. But it works!
Commit: a607db0
No branches or pull requests
An idea:
Possible to read folder 'nfcpyr/plugins' and import all files as py modules??
Each module should have 4 methods that return a booleab(?) on success/failure:
Config files should go in.. Json/ or pluginjson/?
These plugins could handle stuff like osc messages, zocp, philips hue, mpd, etc
The text was updated successfully, but these errors were encountered: