-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
While the current distribution is workable, it would be nice to get a full wheel published as well.
Right now, when installing plaid-python with uv, it goes through the process of building the plaid-python package. While quick, this does add up over time.
We don't see this sort of issue with other source-only packages, so I'm guessing it is the lack of a published wheel that is triggering this. For example, we don't see this behavior with Celery. Comparing the files for celery and plaid-python on PyPi, we can see that the plaid-python package is missing a *-py3-none-any.whl style file.
I'm by no means a python packaging expert, but mostly looking for simple optimization wins.
Metadata
Metadata
Assignees
Labels
No labels