Astroid 1.0 released

  • Thread starter Sylvain Thénault
  • Start date
S

Sylvain Thénault

Astroid_ is the new name of former logilab-astng library. It's an AST library,
used as the basis of Pylint_ and including Python 2.5 -> 3.3 compatible tree
representation, statical type inference and other features useful for advanced
Python code analysis, such as an API to provide extra information when
statistical inference can't overcome Python dynamic nature (see the
`pylint-brain`_ project for instance).

It has been renamed and hosted to bitbucket to make clear that this is not a
Logilab dedicated project but a community project that could benefit to any
people manipulating Python code (statistical analysis tools, IDE, browser, etc).

Documentation is a bit rough but should quickly improve. Also a dedicated
web-site is now online, visit www.astroid.org (or
https://bitbucket.org/logilab/astroid for development).

You may download and install it from Pypi or from `Logilab's debian
repositories`_.


... _Pylint: http://www.pylint.org
... _`Logilab's debian repositories`: http://www.logilab.org/bookmark/4621/follow
... _Astroid: http://www.astroid.org
... _`pylint-brain`: https://bitbucket.org/logilab/pylint-brain


Enjoy!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top