-
Notifications
You must be signed in to change notification settings - Fork 11
make earthkit into a PEP420 namespace #157
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Current import system is dynamic, which affects autocompletes and code suggestions.
Describe the solution you'd like
Changes required:
earthkit/__init__.pywould be deleted from both earthkit and earthkit-utils- earthkit-utils would be changed to export only a package
earthkit.utils - earthkit toplevel would be changed to export a package
earthkit.versionwhich just containsearthkit/version/_version.py
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request