Metadata-Version: 2.4
Name: m4p
Version: 0.1.0
Summary: An implementation of m4 in Python
Author-email: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://codeberg.org/annoyingusername/m4p
Project-URL: Issues, https://codeberg.org/annoyingusername/m4p/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/plain
License-File: COPYING
Requires-Dist: attrs<26,>=24
Requires-Dist: lark<2,>=1.2
Requires-Dist: pygnuregex<2,>=1.1.3
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Dynamic: license-file

# -*- mode: org -*-

* An implementation of m4 in Python
