astroid 1.6.0-1 source package in Ubuntu

Changelog

astroid (1.6.0-1) unstable; urgency=medium

  * New upstream release
  * debian/copyright
    - update copyright information
  * debian/watch
    - use HTTPS to talk to pypi.debian.net

 -- Sandro Tosi <email address hidden>  Mon, 25 Dec 2017 00:27:46 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
astroid_1.6.0-1.dsc 2.2 KiB 4e1e253afc359f541ac0355da2f300dfbd7122535fe83f67ab086844093a55b1
astroid_1.6.0.orig.tar.gz 249.7 KiB 71dadba2110008e2c03f9fde662ddd2053db3c0489d0e03c94e828a0399edd4f
astroid_1.6.0-1.debian.tar.xz 3.9 KiB e2694c8c2fa2d5de409c815db6096a6a51d47b2ce4563a7d6abf0ee27c4a16aa

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: No summary available for python3-astroid in ubuntu cosmic.

No description available for python3-astroid in ubuntu cosmic.