Skip to content

Allow custom entrypoint specifications for URLs #21

@pelson

Description

@pelson

Currently we support file:// and http{s}:// handlers on the CLI. We could equally support entrypoint-like specifications, much like fastapi run can do. This would allow maximum configuration of the repository, whilst not having to worry about the other details (like setting up the fast api app itself).

The logic would be:

This might minimise the need to create a bespoke FastAPI app (e.g. in astrofrog/pypi-timemachine#32, though in that case we do actually want to influence the endpoints which are exposed...)

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