lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.34k stars 664 forks source link

non-PIL variant's dependencies #223

Closed mrx23dot closed 1 year ago

mrx23dot commented 3 years ago

Could we add these dependencies to the PIL free install?

pip install git+git://github.com/ojii/pymaging.git#egg=pymaging pip install git+git://github.com/ojii/pymaging-png.git#egg=pymaging-png

Or even better something that's already in the repo like: pypng

So it would be standalone install: "pip install qrcode"

On a budget linux SBC I don't have enough memory to install pillow (140MB is not enough..).

heuer commented 3 years ago

Shameless plug: Segno comes with no dependencies and can create PNG natively (w/o pypng): https://pypi.org/project/segno/

alerque commented 3 years ago

It would be nice if the dependencies actually called all the things that might be needed, even if it's behind as an extra feature or something. An 'extra' isn't exactly optional if it then falls back to assuming something else that's not even listed.

couleurwest commented 1 year ago

I am

Le 19 septembre 2022 01:11:12 Chris Beaven @.***> a écrit :

Closed #223 as completed via e0af4f0. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>