Source: python-antlr3 Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools, python-all, python-pbr (>= 1.8), python-setuptools, Build-Depends-Indep: python-stringtemplate3, Standards-Version: 3.9.7 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=openstack/python-antlr3.git Vcs-Git: https://anonscm.debian.org/git/openstack/python-antlr3.git Homepage: http://www.antlr.org/ Package: python-antlr3 Architecture: all Depends: antlr3 (>= 3.5), python-stringtemplate3, ${misc:Depends}, ${python:Depends}, Description: ANother Tool for Language Recognition - Python 2.7 bindings ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions (You can use PCCTS 1.xx to generate C-based parsers). . Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands of mini-languages for which recognizers and translators are being developed. Programmers construct translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. . This package provides the Python 2.7 bindings.