Skip to content

Add support for wheel packaging format #41

@kosmos342

Description

@kosmos342

Motivation

wheel is a binary packaging format. At the moment, we use source code distributions. This requires building code in some cases, which might require additional libraries to be installed. This is a rabbit hole process we want to avoid to preserve people's time and minds(especially on the FE). Also, since wheels are smaller this might improve the situation with new pip's resolver that tries to download all packages to find all compatible dependencies.

To Do

Add wheel package support to yolapi

Requirements

It should be possible to download build binary packages from yolapi.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions