pyPEG 2 for Python 3.x

2012-05-22 Thread Volker Birk
Python is a nice scripting language. It even gives you access to its own
parser and compiler. It also gives you access to different other parsers
for special purposes like XML and string templates.

But sometimes you may want to have your own parser. This is what's pyPEG
for. And pyPEG supports Unicode.

pyPEG is a plain and simple intrinsic parser interpreter framework for
Python version 3.x. It is based on Parsing Expression Grammar, PEG.

An intrinsic parser parses directly out of and into the type and object
system of the programming language, here Python 3.x.

You can download pyPEG 2 via PyPI or following this link:

http://fdik.org/pyPEG2/pyPEG2.tar.gz

pyPEG's Documentation you can find here: http://fdik.org/pyPEG
pyPEG has a Bitbucket repository at https://bitbucket.org/fdik/pypeg/

pyPEG is under the GNU General Public Licence version 2.

-- 
Volker Birk, author
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


odt2sphinx 0.1.2 released

2012-05-22 Thread Christophe de Vienne
Hello,

odt2sphinx 0.1.2 is now available on pypi :
http://pypi.python.org/pypi/odt2sphinx/.

Odt2sphinx convert OpenDocument Text file(s) to one or several .rst
files suitable for Sphinx.

Changes
---

* Now handle external images (issue #1).
* Handle note, tip and warning styles in lists items. This allow to use
lists inside a note, a tip or a warning.
* Add Information to the styles mapping.

Regards

Christophe de Vienne
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/