2023-06-11 21:41:13 -04:00
|
|
|
# Veilid Bindings for Python
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
To use:
|
|
|
|
```
|
|
|
|
poetry add veilid_python
|
|
|
|
```
|
|
|
|
or
|
|
|
|
```
|
|
|
|
pip3 install veilid_python
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
2023-06-14 16:33:14 -04:00
|
|
|
To run tests:
|
|
|
|
```
|
|
|
|
poetry run pytest
|
|
|
|
```
|
|
|
|
|
|
|
|
To update schema for validation with the latest copy from a running `veilid-server`:
|
2023-06-11 21:41:13 -04:00
|
|
|
```
|
|
|
|
./update_schema.sh
|
|
|
|
```
|