Metadata-Version: 2.3
Name: rsqlalchemy
Version: 0.0.1
Summary: Converts rsql query into sqlalchemy expressions
Project-URL: Homepage, https://github.com/jzfqiu/rsqlalchemy
Project-URL: Issues, https://github.com/jzfqiu/rsqlalchemy/issues
Author-email: Jeff Qiu <jeff.z.qiu@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: sqlalchemy>=2.0.0
Description-Content-Type: text/markdown

# rsqlalchemy

[![Pytest](https://github.com/jzfqiu/rsqlalchemy/actions/workflows/test.yml/badge.svg)](https://github.com/jzfqiu/rsqlalchemy/actions/workflows/test.yml)

Converts rsql query into sqlalchemy expressions
