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

Can we achieve a more intuitive auto-lookup that only displays the functionality the user might want #132

Open
falexwolf opened this issue Jul 10, 2022 · 4 comments

Comments

@falexwolf
Copy link
Member

falexwolf commented Jul 10, 2022

Instead of the following:
image

Really just header, meta, publish, dev, init. Do we need anything else?

@falexwolf
Copy link
Member Author

Can meta also work as a submodule? 🤔

I'll explore.

@Koncopd
Copy link
Member

Koncopd commented Jul 12, 2022

We could try to add meta to __all__ in __init__.py.

@falexwolf
Copy link
Member Author

I think I tried that already when you suggested it a couple of days ago.

Is there really anything that prevents us to make meta a standard submodule just like dev? And have the clean code organization, docs, and lookup automatically from that?

@Koncopd
Copy link
Member

Koncopd commented Jul 12, 2022

Yes, meta needs to be loaded and initialized when it is called and not on import of the module, and the dynamic load is the easiest solution to this. But in principle it can be achieved without the dynamic load.

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