Update README.md with stub generation tool.

This commit is contained in:
Jacob Alexander 2023-04-24 09:34:25 -07:00 committed by GitHub
parent 6d5ee1c6f2
commit ed894304a3
Failed to generate hash of commit

View file

@ -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.