Source: importmagic
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-six
Standards-Version: 4.0.1
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/importmagic.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/importmagic.git
Homepage: http://github.com/alecthomas/importmagic

Package: python3-importmagic
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: automagically add, remove and manage Python 3 imports
 The goal of this package is to be able to automatically manage
 imports in Python. To that end it can:
   * Build an index of all known symbols in all packages.
   * Find unresolved references in source, and resolve them against the
     index, effectively automating imports.
   * Automatically arrange imports according to PEP8.
 .
 This contains the Python 3 version
