File: control

package info (click to toggle)
astroid 1.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,412 kB
  • sloc: python: 15,189; makefile: 14
file content (66 lines) | stat: -rw-r--r-- 3,185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: astroid
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9.0.0), python, python3, dh-python, python-setuptools, python3-setuptools, python-nose, python3-nose, python-wrapt, python3-wrapt, python-lazy-object-proxy, python3-lazy-object-proxy
Standards-Version: 3.9.8
Homepage: http://www.astroid.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/astroid.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/astroid.git

Package: python-astroid
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-six
Description: rebuild a new abstract syntax tree from Python's AST
 The aim of this module is to provide a common base representation of
 Python source code for projects such as pychecker, pyreverse,
 pylint... Well, actually the development of this library is essentially
 governed by pylint's needs. It used to be called logilab-astng.
 .
 It provides a compatible representation which comes from the `_ast`
 module.  It rebuilds the tree generated by the builtin _ast module by
 recursively walking down the AST and building an extended ast. The new
 node classes have additional methods and attributes for different
 usages.  They include some support for static inference and local name
 scopes.  Furthermore, astroid builds partial trees by inspecting living
 objects.
 .
 Main modules are:
 .
   * `bases`, `node_classses` and `scoped_nodes` contain the classes for the
     different type of nodes of the tree.
 .
   * the `manager` contains a high level object to get astroid trees from
     source files and living objects. It maintains a cache of previously
     constructed tree for quick access.
 .
 python-astroid is the new name of former python-logilab-astng library.

Package: python3-astroid
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-six
Description: rebuild a new abstract syntax tree from Python's AST (Python3)
 The aim of this module is to provide a common base representation of
 Python source code for projects such as pychecker, pyreverse,
 pylint... Well, actually the development of this library is essentially
 governed by pylint's needs. It used to be called logilab-astng.
 .
 It provides a compatible representation which comes from the `_ast`
 module.  It rebuilds the tree generated by the builtin _ast module by
 recursively walking down the AST and building an extended ast. The new
 node classes have additional methods and attributes for different
 usages.  They include some support for static inference and local name
 scopes.  Furthermore, astroid builds partial trees by inspecting living
 objects.
 .
 Main modules are:
 .
   * `bases`, `node_classses` and `scoped_nodes` contain the classes for the
     different type of nodes of the tree.
 .
   * the `manager` contains a high level object to get astroid trees from
     source files and living objects. It maintains a cache of previously
     constructed tree for quick access.
 .
 python3-astroid is the new name of former python3-logilab-astng library.