Source: dodgy
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python3,
 python3-nose,
 python3-setuptools,
 txt2man,
 pandoc
Standards-Version: 3.9.7
Homepage: https://github.com/landscapeio/dodgy
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/dodgy/trunk/
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/dodgy/trunk/
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.