Source: codespell
Section: devel
Priority: optional
Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>
Build-Depends:
 debhelper (>= 9),
 python3,
 help2man
Standards-Version: 3.9.6
Homepage: https://github.com/lucasdemarchi/codespell/
Vcs-Git: git://anonscm.debian.org/collab-maint/codespell.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/codespell.git

Package: codespell
Architecture: all
Depends:
 python3,
 ${misc:Depends}
Recommends:
 python3-chardet
Description: find and fix common misspellings in text files
 codespell is designed to find and fix common misspellings in text files.
 It is designed primarily for checking misspelled words in source code,
 but it can be used with other files as well.
