Metadata-Version: 2.4
Name: swivelpy
Version: 0.1.1
Summary: Python wrapper for the Swivel source retrieval CLI
Project-URL: Homepage, https://github.com/clariform/swivel
Project-URL: Repository, https://github.com/clariform/swivel
Project-URL: Issues, https://github.com/clariform/swivel/issues
Author: Suhail
License: MIT
Requires-Python: >=3.11
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.6.0; extra == 'dev'
Description-Content-Type: text/markdown

# swivelpy

Tiny Python wrapper around the Rust `swivel` CLI.

Swivel remains responsible for source retrieval, normalization, and chunking.
Python callers use this package to request chunks from Swivel.
