plaid-python icon indicating copy to clipboard operation
plaid-python copied to clipboard

FR: Publish a fully packaged source wheel

Open nairb774 opened this issue 3 months ago • 0 comments

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.

nairb774 avatar Sep 18 '25 16:09 nairb774