Metadata-Version: 2.1
Name: pulsejet-client
Version: 0.1.5
Summary: PulsejetDB Client - Vector database for local and cloud development
Home-page: https://jetengine.tech
License: Apache-2.0
Keywords: vector,search,performance,database,client
Author: JetEngine Engineering
Author-email: info@jetengine.tech
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: fastembed
Provides-Extra: fastembed-gpu
Requires-Dist: grpcio (>=1.66.2)
Requires-Dist: grpcio-tools (>=1.66.2)
Requires-Dist: numpy (<1.21) ; python_version < "3.8"
Requires-Dist: numpy (>=1.21) ; python_version >= "3.8" and python_version < "3.12"
Requires-Dist: numpy (>=1.26) ; python_version >= "3.12"
Requires-Dist: pydantic (>=1.10.8)
Project-URL: Repository, https://github.com/Jet-Engine/pulsejet-client
Description-Content-Type: text/markdown

# Pulsejet Python Client

## Development
Check the Makefile for possible options that will allow development.

## TODO
- [ ] Find a way to synchronize protobuf changes.
