htmltruncate.py
htmltruncate.py copied to clipboard
Installing from pip
I was wondering if you could package this project onto PyPI so we could just do pip install htmltruncate. I think it would be nicer than having to copy paste the files manually or set up a git submodule.
I suppose since the license is baked in the source file that makes for only 1 file to copy so it ain't so bad after all. But it'd still be nice to use pip like everything else! :)
Hmm, I could put it on PyPI but I'm not sure I should encourage people to use it without reading the source... The tokenizer in particular is pretty janky.