Mte90 / SyntaxAutoFix

Autofix your typos on Linux easily!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPi package support

Mte90 opened this issue · comments

The files to create a pypi package and publish so we can official promote that tool.

Hi, I would be interested in working on this

So it is yours :-)

Sorry, I'm not too sure on what exactly you want.

Do you want it to be used as a module which can be imported? If so, how do you want it to work? If this is the case, I'd suggest something like this:

from SyntaxAutoFix import syntaxalert
syntaxalert.start()

Sorry if I misunderstood something.

No I want that is downloadable by pip so the project require the setup.py files and so on.