Thanks to visit codestin.com
Credit goes to github.com

Skip to content

entry point named robotframework #5496

@franzhaas

Description

@franzhaas

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions