From: Philippe Proulx Date: Thu, 28 Sep 2023 01:02:05 +0000 (-0400) Subject: normand.py: add comment about the portable module X-Git-Tag: v0.2.1~1 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5a993698122840463c68033e2c3ca21d63d3807b;p=normand.git normand.py: add comment about the portable module Change-Id: I8e7792f0864bdb0c7786eabcc0a46e00122734b7 Signed-off-by: Philippe Proulx --- diff --git a/normand/normand.py b/normand/normand.py index c4c0e2f..7941d9d 100644 --- a/normand/normand.py +++ b/normand/normand.py @@ -21,6 +21,14 @@ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# This module is the portable Normand processor. It offers both the +# parse() function and the command-line tool (run the module itself) +# without external dependencies except a `typing` module for Python 3.4. +# +# Feel free to copy this module file to your own project to use Normand. +# +# Upstream repository: . + __author__ = "Philippe Proulx" __version__ = "0.2.0" __all__ = [