1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: python-textile
Section: python
Priority: optional
Maintainer: Janos Guljas <janos@janos.in.rs>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50), python-support, python-setuptools, python-nose, quilt
XS-Python-Version: >= 2.5
Standards-Version: 3.8.3
Homepage: http://loopcore.com/python-textile/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-textile/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-textile/trunk/
Package: python-textile
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${python:Depends}
Description: Python parser for the Textile markup
Textile is an XHTML generator that uses a simple markup, similar
to the one you can find on most wikis.
.
This is a Python module that implements a parser and generator
that supports the Textile markup syntax.
|