Metadata-Version: 2.4
Name: pyexpander
Version: 2.2.2
Summary: A powerful macro processing language
Author-email: Goetz Pfeiffer <goetzpf@googlemail.com>
License: GPL-3.0-only
Project-URL: Homepage, https://pyexpander.sourceforge.io
Project-URL: Bug Tracker, https://sourceforge.net/p/pyexpander/bugs
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Pre-processors
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: license-file

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 <goetzpf@googlemail.com>

Documentation
-------------

Documentation is available online here:

`pyexpander documentation <https://pyexpander.sourceforge.io>`_.

Documentation is also included in the software distribution in HTML and RST
(reStructuredText) 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>`_.

