[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"
[project]
name = "walsync"
version = "0.1.1"
description = "Lightweight SQLite WAL sync to S3/Tigris"
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.8"
authors = [
{ name = "Russell Romney", email = "russellromney@gmail.com" }
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Rust",
]
keywords = ["sqlite", "wal", "s3", "backup", "sync", "tigris"]
[project.urls]
Repository = "https://github.com/russellromney/walsync"
[tool.maturin]
features = ["python"]