diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-03-22 23:38:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-22 23:38:36 +0700 |
commit | 7135a60e5e9b73bc307bb4eeef80e7bd0c5a8b29 (patch) | |
tree | 7f19c6d119ebe2ca9edcbffd6c1be3f00b83579c /python/ramlfications/README | |
parent | c1812512ac8b46c0c94c28ed7644350397e83e1f (diff) |
python/ramlfications: Added (Python RAML parser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ramlfications/README')
-rw-r--r-- | python/ramlfications/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/ramlfications/README b/python/ramlfications/README new file mode 100644 index 0000000000000..9de1ced6b29b9 --- /dev/null +++ b/python/ramlfications/README @@ -0,0 +1,3 @@ +ramlfications is an Apache 2.0-licensed reference implementation of a +RAML parser in Python intended to be used for parsing API definitions +(e.g. for static documentation-generation). |