wiki2csv

wiki2csv 1.0.1

wiki2csv is a command-line tool to convert a file containing a table in wikipedia's wikitable syntax to comma separated value syntax and the other way around. It was designed to allow editing of large wikipedia tables using the easier interface of...

dblatex

dblatex 0.3.4

dblatex is a Python program that transforms your SGML/XML DocBook documents to DVI, PostScript or PDF by translating them into pure LaTeX as a first process. MathML 2.0 markups are supported, too. It started as a clone of...

manspider

manspider 1.0.2

manspider is a werid Python tool that takes care of your Markdown files. While it uses Markdown for the present, I'm hoping a better html conversion will be out there - a markaby.py thing.Also, I'm hoping we'll stop copying them Ruby folks. It's like...

itools

itools 0.75.0

itools is a collection of Python libraries which provides a wide range of capabilities.itools includes an abstraction over directory and file resources, a search engine, type marshallers, datatype schemas, i18n support, URI handlers, a Web programming...

yfind

yfind 0.1.0 Alpha 2

yfind is a Python tool to search YAML files satisfying specified conditions.Examples: yfind '.mailings[0].sent < 2012/06/12' my_files/yfind '.id == 10'((?.id) and (yfind '.id == 10)) or (.enabled == "False")'Currently supported search expressions:<...