astroid 1.0.1-1 source package in Ubuntu

Changelog

astroid (1.0.1-1) unstable; urgency=low


  * Initial release (Closes: #734075)

 -- Sandro Tosi <email address hidden>  Sat, 04 Jan 2014 12:14:12 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
astroid_1.0.1-1.dsc 1.3 KiB 72499723d2d5b398e3934ea153bbcaa573f5de508e0436aee180d4a02140b6bc
astroid_1.0.1.orig.tar.gz 110.0 KiB 46c2b57ab1eedd1b0931c075c21644445dd589a92481e938cf66495e0f205fda
astroid_1.0.1-1.debian.tar.gz 2.3 KiB b052e9b7b00412feb6284d4683de263f805d8fbd8fa49f84ccbf649b695a53c1

No changes file available.

Binary packages built by this source

python-astroid: 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.

python3-astroid: 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.