Metadata-Version: 2.1
Name: sparql-grammar-pydantic
Version: 0.1.2
Summary: Pydantic models for the SPARQL Grammar.
Home-page: https://github.com/Kurrawong/sparql-grammar-pydantic
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
Requires-Dist: pydantic (>=2.7.1,<3.0.0)
Requires-Dist: rdflib (>=7.0.0,<8.0.0)
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
