From ed894304a34ce28254779ea5215afe942a0d5b31 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Mon, 24 Apr 2023 09:34:25 -0700 Subject: [PATCH] Update README.md with stub generation tool. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8769779..a0362ed 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,13 @@ python setup.py clean ``` +## Stub-file generation + +While not directly supported by pycapnp, a tool has been created to help generate pycapnp stubfile to assist with development (this is very helpful if you're new to pypcapnp!). See [#289](https://github.com/capnproto/pycapnp/pull/289#event-9078216721) for more details. + +[Python Capnp Stub Generator](https://gitlab.com/mic_public/tools/python-helpers/capnp-stub-generator) + + ## Python Versions Python 3.7+ is supported.