Metadata-Version: 2.3
Name: sparql-grammar-pydantic
Version: 0.1.3
Summary: Pydantic models for the SPARQL Grammar.
Author: david
Author-email: david@kurrawong.ai
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pydantic (>=2.7.1,<3.0.0)
Requires-Dist: rdflib (>=7.0.0,<8.0.0)
Project-URL: Homepage, https://github.com/Kurrawong/sparql-grammar-pydantic
Description-Content-Type: text/markdown

# SPARQL Grammar Pydantic

This library defines Pydantic models for most SPARQL Grammar classes.

This facilitates programmatic generation of SPARQL queries.

Source code is available at https://github.com/Kurrawong/sparql-grammar-pydantic

## TODO 
- remove dependency on rdflib
