Source: dodgy
Section: devel
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               pandoc,
               python3,
               python3-nose,
               python3-setuptools,
               txt2man,
Standards-Version: 4.0.0
Homepage: https://github.com/landscapeio/dodgy
Vcs-Git: https://anonscm.debian.org/git/collab-maint/dodgy.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/dodgy.git
X-Python3-Version: >= 3.3

Package: dodgy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: searches for dodgy looking lines in Python code
 Dodgy is a very basic tool to run against your codebase to search for "dodgy"
 looking values. It is a series of simple regular expressions designed to detect
 things such as accidental SCM diff checkins, or passwords or secret keys hard
 coded into files.
