Metadata-Version: 2.4
Name: loladb
Version: 0.1.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Rust
Classifier: Topic :: Database
Requires-Dist: pyarrow>=15.0.0
Summary: A fast embedded database written in Rust with Python bindings
Keywords: database,embedded,rust,storage,arrow,flight
Author-email: Your Name <your.email@example.com>
License: MIT OR Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/asuta274/loladb
Project-URL: Repository, https://github.com/asuta274/loladb
Project-URL: Documentation, https://github.com/asuta274/loladb
Project-URL: Issues, https://github.com/asuta274/loladb/issues

# LolaDB Python Client

Python bindings for LolaDB, a fast embedded database written in Rust.

## Installation

```bash
pip install loladb
```

## Usage

```python
import loladb

# Start the database (prints "Hello World")
loladb.start()
```

## Features

- Fast and efficient Rust-powered backend
- Simple Pythonic API

## License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.


