-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Having an entry point named the same as the project (the name used to install via pip) is a de facto standard in the python ecosystem
- ipython
- pytest
- pip
- pdm
- poetry
- virtualenv
they all do that. By having this it is convenient to run these tools using for example uvx
by adding robotframework as an entry point this type of running robotframework becomes comfortable.:
uvx robotframework robot example.robot
instead of
uvx --from robotframework robot
This is low effort low gain. It is obvioulsy possible to use the --from syntax.
Metadata
Metadata
Assignees
Labels
No labels