Metadata-Version: 2.1
Name: pyexpander
Version: 1.10.2
Summary: a powerful macro processing language
Home-page: https://pyexpander.sourceforge.io
Author: Goetz Pfeiffer
Author-email: Goetz.Pfeiffer@helmholtz-berlin.de
License: GPLv3
Download-URL: https://sourceforge.net/projects/pyexpander/files
Description: pyexpander
        ==========
        
        About
        -----
        
        Pyexpander is a powerful macro processing language based on python.  Instead of
        simple macro replacement it offers evaluation of arbitrary python expressions
        and execution of python code. Pyexpander is Turing Complete. 
        
        Author
        ------
        
        Goetz Pfeiffer <Goetz.Pfeiffer@helmholtz-berlin.de>
        
        Documentation
        -------------
        
        Documentation is available online here:
        
        `pyexpander documentation <https://pyexpander.sourceforge.io>`_.
        
        Documentation is also included in the software distribution in HTML format.
            
        Installation
        ------------
        
        You can install pyexpander with `pip <https://pip.pypa.io/en/stable>`_
        (python package manager), as 
        `debian <https://www.debian.org/distrib/packages>`_  or 
        `rpm <http://rpm.org>`_  package or from 
        `source <https://docs.python.org/3/install>`_.
        
        All is described here:
        
        `pyexpander install <https://pyexpander.sourceforge.io/pyexpander-install.html>`_.
        
        License
        -------
        
        pyexpander is licensed under GNU GPL v.3. Here is the license text:
        
        `pyexpander license <https://pyexpander.sourceforge.io/license.html>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Pre-processors
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
