veilid/veilid-python
2023-09-02 14:17:43 -04:00
..
tests Run Black on veilid-python 2023-08-02 12:28:05 -07:00
veilid
.gitignore
LICENSE.md
poetry_install.sh network keying 2023-06-23 21:12:48 -04:00
poetry.lock python work 2023-06-14 16:33:14 -04:00
poetry.toml
pyproject.toml
README.md
update_schema.sh Add .json file extension to jsonschema output files 2023-09-02 14:17:43 -04:00

Veilid Bindings for Python

Usage

To use:

poetry add veilid

or

pip3 install veilid

Development

To run tests:

poetry run pytest

To update schema for validation with the latest copy from a running veilid-server:

./update_schema.sh