topy

Python script to fix typos in text, based on the RegExTypoFix project from Wikipedia and AutoWikiBrowser

OTHER License

Downloads
477
Stars
35
Committers
7
topy - 1.1.0 Latest Release

Published by intgr over 3 years ago

  • Added colors to output. Thanks to Brian de Buiteach (@debuiteb) (#25)
  • Python 3.5 support is removed to allow newer syntax (#25)
topy -

Published by intgr over 3 years ago

  • Updated bundled ruleset from Wikipedia (#29)
  • Python 3.9 is now officially supported and tested in CI (#27)
  • Migrated tests from travis-ci.org to travis-ci.com (#28)
topy -

Published by intgr about 4 years ago

  • Updated bundled ruleset from Wikipedia (#23)
  • Removed Python 2.x and <3.5 compatibility code (#22)
  • Fixed Travis CI configuration (#21)
topy -

Published by intgr over 4 years ago

Note: This will be the last release to support Python 2.7.

  • Updated bundled ruleset (thanks to Oscar Caballero)
  • Added --disable option to disable individual rules (thanks to Oscar Caballero)
  • Fixed behavior when replacement string contains $ symbol (thanks to Oscar Caballero)
  • Prefer the faster lxml parser when it is installed. lxml is now an optional dependency
    (thanks to Oscar Caballero)
  • Added Python 3.7 support, deprecated Python 3.3 and 3.4.