normand.py: add comment about the portable module
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 28 Sep 2023 01:02:05 +0000 (21:02 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 28 Sep 2023 01:02:25 +0000 (21:02 -0400)
Change-Id: I8e7792f0864bdb0c7786eabcc0a46e00122734b7
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
normand/normand.py

index c4c0e2f93b1b53859337f6a9b3b0a85ee212d380..7941d9df2e61c9124b5b2e2a15495c4b1f2400be 100644 (file)
 # 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: <https://github.com/efficios/normand>.
+
 __author__ = "Philippe Proulx"
 __version__ = "0.2.0"
 __all__ = [
This page took 0.024392 seconds and 4 git commands to generate.