veilid/veilid-python
2023-08-24 23:30:44 +00:00
..
tests Run Black on veilid-python 2023-08-02 12:28:05 -07:00
veilid More helpful class reprs 2023-08-02 12:28:05 -07:00
.gitignore fix tests 2023-06-19 15:23:30 -04:00
LICENSE.md licensing 2023-07-19 12:48:44 -04:00
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 fix tests 2023-06-19 15:23:30 -04:00
pyproject.toml Version update: v0.1.9 → v0.1.10 2023-08-20 11:37:18 -05:00
README.md Fix Python Install Instructions 2023-08-18 19:59:44 -05:00
update_schema.sh veilid-python: update_schema.sh now checks in a few places for veilid-server 2023-08-24 23:30:44 +00: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