Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51805 > unrolled thread

Astroid 1.0 released

Started bySylvain Thénault <sylvain.thenault@logilab.fr>
First post2013-08-02 15:13 +0200
Last post2013-08-02 15:13 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Astroid 1.0 released Sylvain Thénault <sylvain.thenault@logilab.fr> - 2013-08-02 15:13 +0200

#51805 — Astroid 1.0 released

FromSylvain Thénault <sylvain.thenault@logilab.fr>
Date2013-08-02 15:13 +0200
SubjectAstroid 1.0 released
Message-ID<mailman.123.1375449203.1251.python-list@python.org>
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!

-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web