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
The package name "fabrictestbed-extensions" (and the PyPI project name) do not reflect accurately what the package does: this is is a collection of higher-level abstractions to work with FABRIC testbed, and we often call it "FABLib". Since the name fablib is already taken in PyPI, we need to think about a name: "fabrictestbed-fablib" perhaps?
The current way to import FABLib is perhaps a little too unwieldy:
from fabrictestbed_extensions.fablib.fablib import FablibManager as fablib_manager
We should look into a more easier to use module arrangement, while maintaining backward compatibility.
The text was updated successfully, but these errors were encountered:
There are two parts to this:
The package name "fabrictestbed-extensions" (and the PyPI project name) do not reflect accurately what the package does: this is is a collection of higher-level abstractions to work with FABRIC testbed, and we often call it "FABLib". Since the name fablib is already taken in PyPI, we need to think about a name: "fabrictestbed-fablib" perhaps?
The current way to import FABLib is perhaps a little too unwieldy:
We should look into a more easier to use module arrangement, while maintaining backward compatibility.
The text was updated successfully, but these errors were encountered: