You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a transitive user of paginate (via Jinja2), and I just noticed that the latest release has only a source distribution (sdist) and not a wheel. This isn't a bug from a correctness perspective, but it does result in suboptimal installation performance (since pip and other installers have to kick down to the sdist flow rather than decompressing the wheel into the installation prefix).
So, my request: would it be possible to get a wheel attached to a new or current release for paginate? This would offer a decent speedup to a lot of downstream users!
The text was updated successfully, but these errors were encountered:
Hi there! First of all, thanks for this package.
I'm a transitive user of
paginate
(viaJinja2
), and I just noticed that the latest release has only a source distribution (sdist) and not a wheel. This isn't a bug from a correctness perspective, but it does result in suboptimal installation performance (sincepip
and other installers have to kick down to the sdist flow rather than decompressing the wheel into the installation prefix).So, my request: would it be possible to get a wheel attached to a new or current release for
paginate
? This would offer a decent speedup to a lot of downstream users!The text was updated successfully, but these errors were encountered: