allefeld / pytikz

A Python interface to TikZ
GNU General Public License v3.0
56 stars 12 forks source link

Publish the package to PyPi #12

Open viocha opened 1 month ago

viocha commented 1 month ago

Can you publish the package to PyPi with the name tikz? It will be more convenient to install and update.

allefeld commented 3 weeks ago

I thought about it, but I'm not sure it's worth the effort. For one, my preferred package name "pytikz", under which a (admittedly small) number of people already know it, is not available. Then, searching for "tikz" on PyPI, there are a number of old and abandoned packages, a bit like a graveyard. The only advantage would be automatic upgrades, but the package is basically feature complete, the last substantial commit was 10 months ago, so there's not a lot to upgrade.

I'll consider it when I have a bit of time.

allefeld commented 3 weeks ago

Btw., it seems you can work around the upgrade issue by using the pip option --upgrade-strategy=eager .