The title explains it.
Experimenting with the Python build tools I noticed that we can specify an entry point to the library. This in theory would allow the user to for example be able to call the SparqlAnything.run method directly from the command line without running the Python shell, import statements and create an object.
@enridaga Would you like me to look into this further?
The title explains it.
Experimenting with the Python build tools I noticed that we can specify an entry point to the library. This in theory would allow the user to for example be able to call the
SparqlAnything.runmethod directly from the command line without running the Python shell, import statements and create an object.@enridaga Would you like me to look into this further?