Metadata-Version: 2.1
Name: xata
Version: 1.0.0b0
Summary: Python client for Xata.io
License: Apache-2.0
Author: Xata
Author-email: support@xata.io
Requires-Python: >=3.8,<4.0
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
Requires-Dist: deprecation (>=2.1.0,<3.0.0)
Requires-Dist: orjson (>=3.8.1,<4.0.0)
Requires-Dist: python-dotenv (>=0.21,<2.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Documentation, https://xata-py.readthedocs.io
Description-Content-Type: text/markdown

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="./assets/logo_dark.svg">
    <source media="(prefers-color-scheme: light)" srcset="./assets/logo_light.svg">
    <img width="400" alt="Xata" src="./assets/logo_dark.svg">
  </picture>
</p>

# Python SDK for Xata

[![Documentation Status](https://readthedocs.org/projects/xata-py/badge/?version=latest)](https://xata-py.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/xata.svg)](https://badge.fury.io/py/xata)

Simple Python client for xata.io databases. Currently work in progress.

Xata is a Serverless Database that is as easy to use as a spreadsheet, has the
data integrity of PostgreSQL, and the search and analytics functionality of
Elasticsearch.

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).

- Python client documentation: https://xata-py.readthedocs.io
- API Reference: https://xata-py.readthedocs.io/en/latest/api.html

