Use https by default
[gentoo.git] / dev-python / astroid / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <herd>python</herd>
5   <longdescription lang="en">The aim of this module is to provide a common base representation of
6   python source code for projects such as pychecker, pyreverse,
7   pylint... Well, actually the development of this library is
8   essentially governed by pylint's needs.
9   It provides a compatible representation which comes from the _ast
10   module. It rebuilds the tree generated by the builtin _ast module by
11   recursively walking down the AST and building an extended ast (let's
12   call it astng ;). The new node classes have additional methods and
13   attributes for different usages. They include some support for static
14   inference and local name scopes. Furthermore, astng builds partial
15   trees by inspecting living objects.</longdescription>
16   <upstream>
17     <remote-id type="pypi">astroid</remote-id>
18     <remote-id type="bitbucket">logilab/astroid</remote-id>
19   </upstream>
20 </pkgmetadata>