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 two scripts owlrl and RDFConvertService from the scripts/ directory were previously installed to the bin directory and they could be called directly from the command line.
With the move to poetry this is no longer the case. It appears there is no support in poetry for copying ready made scripts as is. It only supports what in setuptools is known as entry points using the tools.poetry,scripts table. This could be utilized for owlrl. However, I'm not sure this method is applicable to RDFConvertService. It seems to serve a different purpose.
Are there any plans for having those scripts included again, one way or another, in the future?
The text was updated successfully, but these errors were encountered:
The two scripts
owlrl
andRDFConvertService
from thescripts/
directory were previously installed to the bin directory and they could be called directly from the command line.With the move to
poetry
this is no longer the case. It appears there is no support inpoetry
for copying ready made scripts as is. It only supports what insetuptools
is known as entry points using thetools.poetry,scripts
table. This could be utilized forowlrl
. However, I'm not sure this method is applicable toRDFConvertService
. It seems to serve a different purpose.Are there any plans for having those scripts included again, one way or another, in the future?
The text was updated successfully, but these errors were encountered: