You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing several packages that make "globus search query" namely the publisher, wget API, and Metagrid globus transfer. There is common functionality across all. (the current approach is a CLI wrapper but that could be migrated to SDK) Rather than code duplication, create a lightweight package that can be imported into all three.
Currently the functionality is part of esgcet. Given that esgcet has many dependencies that would be unnecessary for metagrid or wget, I'd say its preferable to modularize to decouple dependencies.
The text was updated successfully, but these errors were encountered:
I am developing several packages that make "globus search query" namely the publisher, wget API, and Metagrid globus transfer. There is common functionality across all. (the current approach is a CLI wrapper but that could be migrated to SDK) Rather than code duplication, create a lightweight package that can be imported into all three.
Currently the functionality is part of esgcet. Given that esgcet has many dependencies that would be unnecessary for metagrid or wget, I'd say its preferable to modularize to decouple dependencies.
The text was updated successfully, but these errors were encountered: