Skip to content
New issue

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

DynamicCore/HybridCore #130

Open
alans09 opened this issue Mar 16, 2023 · 1 comment
Open

DynamicCore/HybridCore #130

alans09 opened this issue Mar 16, 2023 · 1 comment

Comments

@alans09
Copy link

alans09 commented Mar 16, 2023

It should be great if library will inherit from DynamicCore/HybridCore (https://github.com/robotframework/PythonLibCore)

If you also decorate functions, that are keywords and you will not utilise @library(auto_keywords=True) you will get several features:

  • Not all functions will be exposed (only that ones, that are definitely a keywords)
  • Library will be much easier to use with other Dynamic/Hybrid libraries, event it will be possible to add this library as a plugin for other 'cloud based' libraries, or just to incorporate into different libraries
  • You can also create 'plugin' system, that will be able to add new features to your library even without need to commit/change something in current implementation
@m-wcislo
Copy link
Collaborator

m-wcislo commented Apr 2, 2023

Hi, thanks for pointing this. I was thinking to move towards automatically generated keywords based on python kubernetes library, which does the same based on kubernetes api. I guess dynamic api is technical mean of achieving it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants