Metadata-Version: 2.1
Name: veilid
Version: 0.2.0
Summary: 
Author: Veilid Team
Author-email: contact@veilid.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: jsonschema (>=4.17.3,<5.0.0)
Description-Content-Type: text/markdown

# 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
```

