python work

This commit is contained in:
John Smith
2023-06-11 21:41:13 -04:00
parent b6c39ef042
commit cd04a8a74c
17 changed files with 7309 additions and 4 deletions

20
veilid-python/README.md Normal file
View File

@@ -0,0 +1,20 @@
# Veilid Bindings for Python
## Usage
To use:
```
poetry add veilid_python
```
or
```
pip3 install veilid_python
```
## Development
To update schema for validation:
```
./update_schema.sh
```