Projects / pyexpander

pyexpander

pyexpander is a macro processor based on Python. Instead of simple text replacement, it offers evaluation of arbitrary Python expressions and execution of Python code. It features simple syntax definition: all expander commands start with a dollar sign ("$") followed by word characters, parameters, Python code enclosed in brackets, or a combination of these. The full power of the Python programming language can be used, including all operators, functions and modules. Any Python expression can be used to insert text. It also provides a Python library that you can use to develop other macro tools based on pyexpander.

Tags
Licenses
Operating Systems
Implementation
Translations

RSS Recent releases

  •  15 Feb 2013 23:54

    Release Notes: The license was changed to GPL V.3.

    •  30 Oct 2012 16:22

      Release Notes: Small changes and bugfixes: "-f" can now be used to specify several files, and $for and $while are now handled correctly when they are within an $if .. $endif block when the Boolean expression for $if is false.

      •  10 Jan 2012 22:38

        Release Notes: Bugfixes for the $extend and $nonlocal commands and documentation changes.

        •  06 Dec 2011 03:25

          Release Notes: This release contains some bugfixes and documentation updates.

          Screenshot

          Project Spotlight

          DomCore

          A set of foundation classes for PHP.

          Screenshot

          Project Spotlight

          HTTPTunnel

          A program to tunnel arbitrary TCP connections over HTTP.