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
There is some repetition in the code handling the Python modules, it could probably be re-factored into a PythonPackage class.
That class could probably include an enhanced version of 'name_from_class()' that would remove the 'Python' prefix so that, for example, the PythonQREncode would transparently refer to the 'qrencode' pip package.
The text was updated successfully, but these errors were encountered:
There is some repetition in the code handling the Python modules, it could probably be re-factored into a PythonPackage class.
That class could probably include an enhanced version of 'name_from_class()' that would remove the 'Python' prefix so that, for example, the PythonQREncode would transparently refer to the 'qrencode' pip package.
The text was updated successfully, but these errors were encountered: