diff --git a/README.md b/README.md index 0394654..d97c598 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ - -# Penman — a Python library for PENMAN graph notation +
+ + + + Shows the Penman logo: a slash character between two parentheses. + +
+

Penman – a library for PENMAN graph notation

+
[![PyPI Version](https://img.shields.io/pypi/v/penman.svg)](https://pypi.org/project/Penman/) ![Python Support](https://img.shields.io/pypi/pyversions/penman.svg) [![.github/workflows/checks.yml](https://github.com/goodmami/penman/actions/workflows/checks.yml/badge.svg?branch=main)](https://github.com/goodmami/penman/actions/workflows/checks.yml) [![Documentation Status](https://readthedocs.org/projects/penman/badge/?version=latest)](https://penman.readthedocs.io/en/latest/?badge=latest) +
This package models graphs encoded in [PENMAN notation](#penman-notation) (e.g., [AMR][]), such as the following for @@ -21,6 +29,8 @@ notation](#penman-notation) (e.g., [AMR][]), such as the following for The Penman package may be used as a Python [library](#library-usage) or as a [script](#script-usage). +For Javascript, see [chanind/penman-js](https://github.com/chanind/penman-js). + ### Features