https://github.com/xataio/xata-py
Python SDK for xata.io
https://github.com/xataio/xata-py
database full-text-search hacktoberfest openai postgres python sdk sdk-python vector-search xata xata-io
Last synced: 19 days ago
JSON representation
Python SDK for xata.io
- Host: GitHub
- URL: https://github.com/xataio/xata-py
- Owner: xataio
- License: apache-2.0
- Created: 2022-10-01T13:25:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T08:43:10.000Z (about 1 year ago)
- Last Synced: 2025-06-23T11:07:22.813Z (3 months ago)
- Topics: database, full-text-search, hacktoberfest, openai, postgres, python, sdk, sdk-python, vector-search, xata, xata-io
- Language: Python
- Homepage: https://xata.io/docs/sdk/python/overview
- Size: 4.61 MB
- Stars: 28
- Watchers: 7
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Python SDK for Xata
[](https://xata-py.readthedocs.io/en/latest/?badge=latest) [](https://badge.fury.io/py/xata)
Xata is a serverless data platform, based on PostgreSQL. The data platform brings full-text search, vector similarity search, and file/image attachments on top of PostgreSQL. Xata supports also native database branches and a developer workflow that integrates seamlessly with GitHub and platforms like Vercel and Netlify.
The Python SDK uses type annotations and requires Python 3.8 or higher.
To install, run:
```
pip install xata
```To learn more about Xata, visit [xata.io](https://xata.io).
- [SDK documentation](https://xata.io/docs/sdk/python/overview)
- [API Reference](https://xata-py.readthedocs.io/en/latest/api.html)