Metadata-Version: 2.4
Name: typra
Version: 0.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Summary: Python bindings for Typra, a typed embedded database.
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# typra (Python)

Python bindings for **Typra**, a typed embedded database. This package is an early placeholder (0.0.0); APIs are not stable yet.

Install from PyPI once published:

```bash
pip install typra
```

```python
import typra
```

