vovk-python
v0.0.1-beta.13
Published
Codegen templates for Python client library for Vovk.ts
Readme
vovk-python 
Provides template files and necessary utilities to generate Python/mypy client.
Install:
npm i vovk-python -DGenerate:
npx vovk generate --from py --out ./python_packagePublish:
python3 -m build ./python_package --wheel --sdist && python3 -m twine upload ./python_package/dist/*