Source: python-google-pasta
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools,
 python3-six,
Standards-Version: 4.5.0
Homepage: https://github.com/google/pasta

Package: python3-pasta
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: AST-based Python refactoring library
 Enable python source code refactoring through AST modifications.
 .
 Sample use cases:
 .
  - Facilitate moving or renaming python modules by rewriting import
    statements
  - Refactor code to enforce a certain style, such as reordering function
    definitions
  - Safely migrate code from one API to another
 .
 This package installs the library for Python 3.
